Get AI summaries of any video or article — Sign up free

Retrieval QA — Topic Summaries

AI-powered summaries of 5 videos about Retrieval QA.

5 summaries

No matches found.

What are Runnables in LangChain | Generative AI using LangChain | Video 8 | CampusX

CampusX · 3 min read

LangChain’s “runnables” are the missing abstraction that turns a pile of LLM-related components into a composable system. Instead of manually wiring...

LangChain RunnablesLLM ChainsRetrieval QA

LangChain + Retrieval Local LLMs for Retrieval QA - No OpenAI!!!

Sam Witteveen · 2 min read

Getting rid of OpenAI entirely for Retrieval QA with LangChain is feasible, but the quality hinges on the local LLM’s context limits, prompt format...

Retrieval QALangChainLocal LLMs

Advanced RAG 02 - Parent Document Retriever

Sam Witteveen · 3 min read

Parent document retrievers fix a common RAG tradeoff: embeddings need to be specific enough to find the right passage, but the language model needs...

Parent Document RetrieverAdvanced RAGChunking Strategy

Getting Started with LangChain and Llama 2 in 15 Minutes | Beginner's Guide to LangChain

Venelin Valkov · 3 min read

LangChain’s core value is turning large language models like Llama 2 into systems that can pull in outside information and take actions—by chaining...

LangChain BasicsLlama 2 SetupRetrieval QA

RetrievalQA with LLaMA 2 70b & Chroma DB

Sam Witteveen · 2 min read

Retrieval-augmented QA with LLaMA-2 70B works cleanly when answers are grounded in a local Chroma vector database built from a set of research PDFs....

Retrieval QARAG PipelineChroma Vector Store