From c24174fb82337b6145b750a568481168ce94ab0f Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Singh Date: Fri, 29 May 2026 08:46:36 -0700 Subject: [PATCH] Add EmbedGuard to Orchestration/RAG Cross-layer adversarial embedding detection for RAG systems, published in IJCESEN 2026 (DOI 10.22399/ijcesen.4869). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7eb7a46..12d9900 100644 --- a/README.md +++ b/README.md @@ -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)