Skip to main contentModule knowledge
Source - KbConfig
- Configuration for a knowledge base’s processing pipeline.
- KnowledgeBase
- A named knowledge base container for RAG document scoping.
Each KB has its own embedding model, chunking strategy, and document collection.
- KnowledgeChunk
- A chunk of knowledge from a processed document.
- KnowledgeDocument
- Tracks a source document ingested into a knowledge base.
- KnowledgeMatch
- A search result matching a knowledge chunk.
- DocumentStatus
- Status of document processing.