Skip to main content
Status: Coming Soon
The Knowledge Agent starter (Level 3) will focus on Retrieval-Augmented Generation (RAG) patterns. It provides blueprints for agents that need to answer questions based on private or domain-specific data.

Planned Capabilities

  • Simple Knowledge Base: Basic RAG implementation using a single document source.
  • Multi-Source Knowledge Base: Ingest and retrieve information from multiple different data sources.
  • Agentic RAG: Agents that can decide when to query the knowledge base and formulate search queries.
  • Reranking: Advanced RAG with reranking steps to improve result relevance.