intersystems-community/iris-vector-rag
Enterprise RAG pipelines with native IRIS vector search. 6 production implementations with RAGAS evaluation, LangChain, AWS/Azure configs. No external VectorDB required.
Implements six modular RAG architectures (basic, reranking, CRAG, GraphRAG, multi-query fusion, ColBERT) with unified LangChain/RAGAS-compatible APIs enabling single-line pipeline switching. Native IRIS vector search uses HNSW indexing with automatic schema management, connection pooling, and ACID transaction support, eliminating external vector database dependencies. Integrates with LangChain, RAGAS evaluation metrics, and cloud deployments (AWS/Azure) while supporting advanced retrieval strategies including cross-encoder reranking, knowledge graph fusion, and late-interaction embeddings.
Available on PyPI.
Stars
4
Forks
2
Language
Python
License
MIT
Category
Last pushed
Mar 10, 2026
Monthly downloads
271
Commits (30d)
0
Dependencies
23
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/intersystems-community/iris-vector-rag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
pguso/rag-from-scratch
Demystify RAG by building it from scratch. Local LLMs, no black boxes - real understanding of...
microsoft/RAG_Hack
Hack Together: RAG Hack | Register, Learn, Hack
huangjia2019/rag-project01-framework
[RAG训练营] u.geekbang.org/subject/airag/1009927 这是我用Cursor自行制作的RAG Framework,好处是可以掌控RAG每一个环节的教学细节。
BUAADreamer/EasyRAG
Easy-to-Use RAG Framework; CCF AIOps International Challenge 2024 Top3 Solution; CCF AIOps 国际挑战赛...
Azure-Samples/rag-as-a-service-with-vision
This repository offers a Python framework for a retrieval-augmented generation (RAG) pipeline...