RAG over a knowledge base
Finds the right fragment in your documents and passes it on — no retelling by the model.
Graph preview
How it works
This graph answers questions grounded in your knowledge base:
- Entry receives the question.
- Knowledge base points to the document source (the
rag_kbnode). - RAG search retrieves relevant chunks and produces an answer.
- Answer returns the result.
What to configure after import
- Bind your own knowledge base in the Knowledge base node.
- Tune the number of chunks and the similarity threshold in the RAG search node.
Copy the nodes into the editor or open the template as a new workflow.