Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the full ingest and query pipeline over HTTP.
{ "markdown": "# Guide\n\nRagrails builds modular RAG pipelines.", "embedding": { "provider": "voyage", "model": "voyage-3" }, "storage": { "vector_db": "qdrant", "collection": "docs", "url": "http://localhost:6333" } }
{ "docs": {"folder": "files/docs/"}, "chunking": {"chunk_size": 1000, "chunk_overlap": 100}, "embedding": {"provider": "voyage", "model": "voyage-3"}, "storage": {"vector_db": "qdrant", "collection": "docs", "url": "http://localhost:6333"} }
{ "query": "What does the guide cover?", "embedding": { "provider": "voyage", "model": "voyage-3" }, "retrieval": { "vector_db": "qdrant", "collection": "docs", "url": "http://localhost:6333", "top_k": 5 } }
{ "query": "What does the guide cover?", "embedding": {"provider": "voyage", "model": "voyage-3"}, "retrieval": { "vector_db": "qdrant", "collection": "docs", "url": "http://localhost:6333", "top_k": 20, "rerank": {"enabled": true, "provider": "voyage", "top_k": 5} } }