http://127.0.0.1:8000.
- Swagger UI -
http://127.0.0.1:8000/docs - OpenAPI schema -
http://127.0.0.1:8000/v1/openapi.json
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/health | Health check |
| POST | /v1/ingest/url | Scrape URLs |
| POST | /v1/ingest/docs | Parse documents |
| POST | /v1/ingest/api | Fetch REST APIs |
| POST | /v1/chunk | Chunk documents |
| POST | /v1/embed | Embed chunks |
| POST | /v1/store | Store embedded chunks |
| POST | /v1/edit | Edit stored chunks |
| POST | /v1/delete | Delete stored chunks |
| POST | /v1/retrieve | Retrieve chunks |
| POST | /v1/pipelines/ingest | Full ingest pipeline |
| POST | /v1/pipelines/query | Query pipeline |
| POST | /v1/chat | RAG chat turn |
Server extras
| Stack | Install |
|---|---|
| Qdrant | pip install "ragrails[server-qdrant]" |
| Pinecone | pip install "ragrails[server-pinecone]" |
| Weaviate | pip install "ragrails[server-weaviate]" |

