Skip to main content

Module knowledge

Module knowledge 

Source

Structs§

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.

Enums§

DocumentStatus
Status of document processing.