You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ To start the API using Docker Compose, follow these steps:
109
109
4. Build and start the containers by running:
110
110
docker-compose up --build
111
111
112
-
5. Once the containers are up, the API will be available at http://localhost:8000. You can also access the interactive API documentation at http://localhost:8000/docs.
112
+
5. Once the containers are up, the REST API will be available at http://localhost:8000. You can also access the interactive API documentation at http://localhost:8000/docs. The MCP server will be available at http://localhost:9000/sse.
113
113
114
114
6. To stop the containers, press Ctrl+C in the terminal and then run:
115
115
docker-compose down
@@ -127,11 +127,12 @@ You can configure the service using environment variables:
127
127
|`ANTHROPIC_API_KEY`| API key for Anthropic | - |
128
128
|`GENERATION_MODEL`| Model for text generation |`gpt-4o-mini`|
129
129
|`EMBEDDING_MODEL`| Model for text embeddings |`text-embedding-3-small`|
130
-
|`PORT`|Server port |`8000`|
130
+
|`PORT`|REST API server port |`8000`|
131
131
|`TOPIC_MODEL`| BERTopic model for topic extraction |`MaartenGr/BERTopic_Wikipedia`|
132
132
|`NER_MODEL`| BERT model for NER |`dbmdz/bert-large-cased-finetuned-conll03-english`|
0 commit comments