@@ -23,36 +23,40 @@ Explore the following examples demonstrating the integration of **Auth0 FGA** wi
2323
2424- ** LangChain with FGARetriever (JavaScript):**
2525 An implementation showcasing how to wrap a LangChain retriever with FGARetriever to enforce authorization checks during document retrieval.
26- [ View Example] ( https://github.com/oktadev /auth0-ai-samples/tree/main/authorization-for-rag/lanchain-js )
26+ [ View Example] ( https://github.com/auth0-samples /auth0-ai-samples/tree/main/authorization-for-rag/lanchain-js )
2727
2828- ** LangChain with FGARetriever (Python):**
2929 A Python implementation demonstrating authorization-aware document retrieval using LangChain and FGARetriever.
30- [ View Example] ( https://github.com/oktadev /auth0-ai-samples/tree/main/authorization-for-rag/langchain-python )
30+ [ View Example] ( https://github.com/auth0-samples /auth0-ai-samples/tree/main/authorization-for-rag/langchain-python )
3131
3232- ** LangGraph with FGARetriever (Python):**
3333 Shows how to integrate FGARetriever with LangGraph for authorized document retrieval in Python applications.
34- [ View Example] ( https://github.com/oktadev /auth0-ai-samples/tree/main/authorization-for-rag/langgraph-python )
34+ [ View Example] ( https://github.com/auth0-samples /auth0-ai-samples/tree/main/authorization-for-rag/langgraph-python )
3535
3636- ** LangChain4j with FGARetriever (Java):**
3737 A Java implementation demonstrating authorization-aware document retrieval using LangChain4j and FGARetriever.
38- [ View Example] ( https://github.com/oktadev /auth0-ai-samples/tree/main/authorization-for-rag/langchain4j-java )
38+ [ View Example] ( https://github.com/auth0-samples /auth0-ai-samples/tree/main/authorization-for-rag/langchain4j-java )
3939
4040- ** LangGraph Agentic with FGARetriever (JavaScript):**
4141 Shows how to integrate FGARetriever with LangGraph's agentic framework for authorized document retrieval in JavaScript.
42- [ View Example] ( https://github.com/oktadev /auth0-ai-samples/tree/main/authorization-for-rag/langgraph-agentic-js )
42+ [ View Example] ( https://github.com/auth0-samples /auth0-ai-samples/tree/main/authorization-for-rag/langgraph-agentic-js )
4343
4444- ** LangGraph StateGraph with FGARetriever (JavaScript):**
4545 Demonstrates using FGARetriever with LangGraph's state graph approach for authorized retrieval in JavaScript.
46- [ View Example] ( https://github.com/oktadev /auth0-ai-samples/tree/main/authorization-for-rag/langgraph-stategraph-js )
46+ [ View Example] ( https://github.com/auth0-samples /auth0-ai-samples/tree/main/authorization-for-rag/langgraph-stategraph-js )
4747
4848- ** LlamaIndex with FGARetriever (JavaScript):**
4949 An implementation showing how to use FGARetriever with LlamaIndex for authorized document retrieval in JavaScript.
50- [ View Example] ( https://github.com/oktadev /auth0-ai-samples/tree/main/authorization-for-rag/llamaindex-js )
50+ [ View Example] ( https://github.com/auth0-samples /auth0-ai-samples/tree/main/authorization-for-rag/llamaindex-js )
5151
5252- ** LlamaIndex Agentic with FGARetriever (JavaScript):**
5353 Shows how to combine FGARetriever with LlamaIndex's agentic capabilities for authorized retrieval in JavaScript.
54- [ View Example] ( https://github.com/oktadev /auth0-ai-samples/tree/main/authorization-for-rag/llamaindex-agentic-js )
54+ [ View Example] ( https://github.com/auth0-samples /auth0-ai-samples/tree/main/authorization-for-rag/llamaindex-agentic-js )
5555
5656- ** OpenAI with FGARetriever (JavaScript):**
5757 A direct implementation using OpenAI's APIs with FGARetriever for authorized document retrieval in JavaScript.
58- [ View Example] ( https://github.com/oktadev/auth0-ai-samples/tree/main/authorization-for-rag/openai-fga-js )
58+ [ View Example] ( https://github.com/auth0-samples/auth0-ai-samples/tree/main/authorization-for-rag/openai-fga-js )
59+
60+ - ** Vercel AI with FGAFilter (JavaScript):**
61+ A direct implementation using Vercel AI SDk with FGAFilter for authorized document retrieval in JavaScript.
62+ [ View Example] ( https://github.com/auth0-samples/auth0-ai-samples/tree/main/authorization-for-rag/vercel-ai-js )
0 commit comments