#embeddings
-
LangChain Chunk Size: Configure Splitters for RAG
Configure LangChain chunk_size and chunk_overlap, choose character or token units, preserve source metadata, and compare splitter settings for RAG.
-
LangChain with Ollama: Local Setup, Tools, and RAG
This guide explains how LangChain connects to Ollama for local chat, streaming, tool calling, structured output, embeddings, and RAG.
-
LangChain RAG Pipeline: Setup to First Answer
How a LangChain RAG pipeline fits together: loading, chunking, embeddings, vector storage and retrieval, plus the settings that decide answer quality.