From 19fd728fe6c15681add0c6af73621a29be651388 Mon Sep 17 00:00:00 2001 From: Sohan Maheshwar <1119120+sohanmaheshwar@users.noreply.github.com> Date: Wed, 23 Sep 2026 17:24:48 +0200 Subject: [PATCH] docs(agentic-rag): link to Mistral version alongside Weaviate Add a cross-reference from the README to the Mistral embeddings + LLM variant of the agentic-rag-authorization example. --- agentic-rag-authorization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentic-rag-authorization/README.md b/agentic-rag-authorization/README.md index cdabbdd..e88d5f5 100644 --- a/agentic-rag-authorization/README.md +++ b/agentic-rag-authorization/README.md @@ -1,6 +1,6 @@ # Agentic RAG with Fine-Grained Authorization -> **Also available:** [Weaviate version](https://github.com/authzed/examples/tree/weaviate/agentic-rag-authorization) (BM25 keyword search) +> **Also available:** [Weaviate version](https://github.com/authzed/examples/tree/weaviate/agentic-rag-authorization) (BM25 keyword search) ยท [Mistral version](https://github.com/authzed/examples/tree/mistral/agentic-rag-authorization) (Mistral embeddings and LLM) This repository demonstrates how to combine agentic behavior with deterministic fine-grained authorization using LangGraph, SpiceDB, and [Milvus](https://github.com/milvus-io/milvus). You'll learn to build RAG systems where a user can only see information from the documents they have access to.