Skip to content

Commit

Permalink
better crossreference in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Nov 18, 2023
1 parent 295d3a1 commit 6f4bcdb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/Grobid-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ The GROBID Web API provides a simple and efficient way to use the tool. A servic

## Start the server with Docker

This is the recommended and standard way to run the Grobid web services.

This is the recommended and standard way to run the Grobid web services, see [here](Run-Grobid.md).

## Start a development server with Gradle

Expand Down Expand Up @@ -58,6 +57,10 @@ In addition, [Prometheus](https://prometheus.io/) format export metrics are avai

If required, modify the file under `grobid/grobid-home/config/grobid.yaml` for starting the server on a different port or if you need to change the absolute path to your `grobid-home` (e.g. when running on production). By default `grobid-home` is located under `grobid/grobid-home`. `grobid-home` contains all the models and static resources required to run GROBID.

See the [configuration page](Configuration.md) for details on how to set the different parameters of the `grobid.yaml` configuration file. Service and logging parameters are also set in this configuration file.

If Docker is used, see [here](https://grobid.readthedocs.io/en/latest/Grobid-docker/#configure-using-the-yaml-config-file) on how to start a Grobid container with a modified configuration file.

### Model loading strategy
You can choose to load all the models at the start of the service or lazily when a model is used the first time, the latter being the default.
Loading all models at service startup will slow down the start of the server and will use more memories than the lazy mode in case only a few services will be used.
Expand Down

0 comments on commit 6f4bcdb

Please sign in to comment.