Open-source Python RAG tooling. Pip-installable, MIT licensed.
pip install --index-url https://packages.ragleap.com/simple/ ragleap-rag
| Package | Version | Description | Link |
|---|---|---|---|
ragleap-rag |
0.12.1 | Core RAG library — pluggable embeddings, vector backends, reranking, evaluation | PyPI |
ragleap-graph |
0.5.0 | Knowledge graph extension for RagLeap RAG pipelines | PyPI |
pip install works with no extra configuration beyond the --index-url flag above.10+ providers supported — OpenAI, Mistral, Together, Ollama, Cohere, Voyage AI, Gemini, or any custom base_url endpoint.
FAISS, PgVector, Pinecone, Weaviate, Qdrant, Milvus — swap backends without changing your pipeline code.
ONNX Runtime based, ~23MB, no CUDA dependency required.
Document, image, audio, and video ingestion out of the box.
Contextual rewriting, HyDE, and multi-query RAG-Fusion for better retrieval.
Every call requires an explicit model= parameter — no silent fallback to a model you didn't choose.