Skip to main content
ExampleDescription
Agentic Rag1. Run: ./cookbook/run_pgvector.sh to start a postgres container with pgvector.
Agentic Rag With ReasoningDemonstrates agentic RAG with reranking and explicit reasoning tools.
Agentic Rag With Reranking1. Run: uv pip install openai agno cohere lancedb tantivy sqlalchemy to install the dependencies.
Custom RetrieverUse knowledge_retriever to provide a custom retrieval function.
Knowledge FiltersFilter knowledge base searches using static filters or agentic filters.
Rag Custom EmbeddingsThis cookbook is an implementation of Agentic RAG using Sentence Transformer Reranker with multilingual data.
References FormatControl how knowledge base references are formatted for the agent.
Traditional Rag1. Run: ./cookbook/run_pgvector.sh to start a postgres container with pgvector.