shorten-sentence
This commit is contained in:
parent
a2608d0281
commit
6b8ff56e6f
1 changed files with 3 additions and 3 deletions
|
|
@ -116,10 +116,10 @@ To deploy OpenRAG with Docker:
|
||||||
| OpenSearch | http://localhost:9200 | Vector database for document storage. |
|
| OpenSearch | http://localhost:9200 | Vector database for document storage. |
|
||||||
| OpenSearch Dashboards | http://localhost:5601 | Database administration interface. |
|
| OpenSearch Dashboards | http://localhost:5601 | Database administration interface. |
|
||||||
|
|
||||||
You can now access the OpenRAG application at `http://localhost:3000`.
|
6. Access the OpenRAG application at `http://localhost:3000` and continue with the [Quickstart](docs/docs/get-started/quickstart.mdx).
|
||||||
|
|
||||||
To stop `docling serve`, run:
|
|
||||||
|
|
||||||
|
To stop `docling serve`, run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
uv run python scripts/docling_ctl.py stop
|
uv run python scripts/docling_ctl.py stop
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue