KnowledgeBaseNode (which retrieves and formats context) and an LlmNode that grounds its answer on the retrieved text.
You’ll end up with. A saved rag-pipeline whose Response output is the LLM’s answer over your knowledge base.
Expected output
format_context_for_llm=True exposes knowledge_base_node.formatted_text as a ready-to-prompt string — no manual concatenation of chunks needed.
See also
LLM pipeline
The skeleton this RAG example builds on.
AI routing node
Branch to RAG only when the query needs it.
Pipeline reference
Full method surface.
