shorten-sentence

This commit is contained in:
Mendon Kissling 2025-10-08 13:37:00 -04:00
parent a2608d0281
commit 6b8ff56e6f

View file

@ -116,10 +116,10 @@ To deploy OpenRAG with Docker:
| OpenSearch | http://localhost:9200 | Vector database for document storage. |
| OpenSearch Dashboards | http://localhost:5601 | Database administration interface. |
You can now access the OpenRAG application at `http://localhost:3000`.
To stop `docling serve`, run:
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:
```bash
uv run python scripts/docling_ctl.py stop
```