Usage
Once you have installed your OpenRAG instance, you can start using it to upload and query your documents.
Default ports
Section titled “Default ports”By default, OpenRAG services are exposed on the following ports:
| Service | Port | Description |
|---|---|---|
| API Documentation | 8080/docs | Main FastAPI’s for document ingestion and querying. See this |
| Chainlit UI | 8080/chainlit | User interface for interacting with the RAG system |
| Ray Dashboard | 8265 | Ray dashboard for monitoring and managing tasks |
| Indexer UI | 3042/ | Main user interface for indexing and viewing indexed documents |
More information about the different services can be found in their respective documentation pages.