Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@

### RAG

* **[EmbedGuard](https://github.com/neerazz/embedguard)**: Cross-layer detection and provenance attestation for adversarial embedding attacks in RAG systems; published in IJCESEN 2026 (DOI 10.22399/ijcesen.4869). ![Stars](https://img.shields.io/github/stars/neerazz/embedguard.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/neerazz/embedguard?color=green) ![LastCommit](https://img.shields.io/github/last-commit/neerazz/embedguard?color=green)
* **[GraphRAG](https://github.com/microsoft/graphrag)**: A modular graph-based Retrieval-Augmented Generation (RAG) system. ![Stars](https://img.shields.io/github/stars/microsoft/graphrag.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/microsoft/graphrag?color=green) ![LastCommit](https://img.shields.io/github/last-commit/microsoft/graphrag?color=green)
* **[LightRAG](https://github.com/HKUDS/LightRAG)**: "LightRAG: Simple and Fast Retrieval-Augmented Generation" ![Stars](https://img.shields.io/github/stars/HKUDS/LightRAG.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/HKUDS/LightRAG?color=green) ![LastCommit](https://img.shields.io/github/last-commit/HKUDS/LightRAG?color=green)
* **[quivr](https://github.com/QuivrHQ/quivr)**: Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want. ![Stars](https://img.shields.io/github/stars/QuivrHQ/quivr.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/QuivrHQ/quivr?color=green) ![LastCommit](https://img.shields.io/github/last-commit/QuivrHQ/quivr?color=green)
Expand Down
Loading