RAG

Examples for third-party RAG and retrieval-stack integrations.

ExampleDescription
Agentic RAG Infinity RerankerRun hybrid LanceDB search with Cohere embeddings and a local Infinity reranker (BAAI/bge-reranker-base on localhost:7997) behind a Claude agent.
Agentic RAG With LightragIngest a PDF, a Wikipedia topic, and a URL into a LightRag-backed knowledge base and query it with an async agent.
Local RAG Langchain QdrantLocal RAG with Ollama answering from a LangChain retriever backed by Qdrant and FastEmbed embeddings.