Knowledge
Vector-backed knowledge bases that workflows and agents query for retrieval-augmented context.
Knowledge bases are collections of documents that Bifrost embeds and indexes for semantic search. Workflows and agents can query a knowledge base to pull relevant snippets into a prompt or decision step.
You manage knowledge bases through the platform UI and the SDK. Sources can be uploaded files, scraped pages, or programmatic ingestion from a workflow.
Where to learn more
Section titled “Where to learn more” Knowledge Module (SDK reference) Query and manage knowledge bases from workflows using the bifrost.knowledge SDK.