Busque em todas as páginas da documentação
8 pages in this section.
Explains how embeddings and similarity search let an agent retrieve relevant past information without stuffing every document into the context window.
A first embedding, in-memory index, and similarity search over a handful of documents, then intermediate steps for metadata filters, persistence patterns, and a minimal retrieval function an agent can call.
Compares managed and self-hosted vector store options - Pinecone, Chroma, and pgvector - by scale, cost, and ops overhead for agent RAG workloads.
A recipe for wrapping vector search as a callable retrieval tool with a clear schema, filters, and structured results the agent can cite.
Ten practices for chunking, indexing, filtering, hybrid retrieval, and tool design that keep agent answers grounded in the right evidence.