Skip to main content
Build agents that search and retrieve information from your documents, databases, and APIs.

Knowledge Categories

Vector Databases

25+ vector databases including PgVector, Pinecone, Qdrant, Weaviate.

Embedders

29 embedder options from OpenAI, Cohere, HuggingFace, and more.

Document Readers

PDF, CSV, JSON, Markdown, PowerPoint, and web content readers.

Chunking

Semantic, fixed-size, and custom chunking strategies.

Quick Examples

Basic Knowledge Base

cookbook/07_knowledge/vector_db/pgvector/pgvector_db.py

Multiple Sources

cookbook/07_knowledge/basic_operations/sync/04_from_multiple.py

Async Operations

cookbook/07_knowledge/basic_operations/async/01_from_path.py

Run Examples