Tag: RAG
All the articles with the tag "RAG".
-
Advanced Retrieval for Retrieval-Augmented Generation
Query expansion, cross-encoder re-ranking, and embedding adaptors for improving RAG retrieval quality.
-
Implementing RAG in LangChain with Chroma: A Step-by-Step Guide
A step-by-step guide to building a Retrieval-Augmented Generation system using LangChain, Chroma, and OpenAI embeddings.