Quick Start
What is a Knowledge Base?
A knowledge base is a vector database that stores your documents as embeddings. When an agent receives a question, it:- Searches the knowledge base for relevant content
- Retrieves the most relevant chunks
- Generates a response using the retrieved context
Supported Document Types
Vector Store Providers
Key Operations
Create
Add Documents
Query
Use with Agent
Retrieval Types
Next Steps
Creating Knowledge Bases
Learn all creation options and configuration
Adding Documents
Add PDFs, websites, and other content
Querying
Search and retrieve from knowledge bases
Managing
Update, delete, and manage documents