Skip to content
TheAgent Ecosystem

Topic

RAG & Knowledge

Retrieval-augmented generation is how you get an AI to answer from your data instead of guessing. These guides walk the full path: building a vector store, choosing a vector database, wiring a retrieval app, and keeping the whole thing private and local when the documents are sensitive.

Vector Stores & Embeddings

Build a vector store in n8n and choose between pgvector, Chroma, and Qdrant.

RAG Builds

End-to-end retrieval apps — a customer-support bot, a question-and-answer chain, and fixing retrieval when answers come back wrong.

Private & Local RAG

Chat with your business docs privately using local models — no data leaves your machine.

More in RAG & Knowledge