Knowledge Base
The Knowledge Base is where you upload and organize the documents that power your AI avatars' responses. Museum AI uses retrieval-augmented generation (RAG) to find relevant information from your documents and provide accurate, cited answers.
How It Works
- Upload documents — PDFs, text files, and other formats
- Assign to exhibits — Organize documents by exhibit for scoped retrieval
- Automatic processing — Documents are parsed, chunked, and embedded automatically
- AI retrieval — When visitors ask questions, the AI searches your knowledge base for relevant chunks and uses them to generate responses
Document Organization
Exhibits
Create Exhibits to group related documents. For example:
- "American Revolution" exhibit with battle descriptions, timeline documents, and biographies
- "Ancient Egypt" exhibit with artifact descriptions, historical context, and archaeological notes
Namespaces
Each document chunk is tagged with its exhibit and organization, ensuring avatars only access knowledge within their configured scope.
Document Processing Pipeline
When you upload a document:
- Upload — File is securely stored
- Processing — Text is extracted and split into semantic chunks
- Embedding — Each chunk is converted to a vector embedding
- Indexing — Embeddings are stored for fast similarity search
- Ready — Document is available for AI retrieval
Chunk Analytics
Museum AI tracks which document chunks are most frequently retrieved, their similarity scores, and which conversations triggered them. Use this data to identify gaps in your knowledge base and improve content.
Tips
- Upload comprehensive, well-written documents for best AI responses
- Keep documents focused — one topic per document works better than large mixed files
- Use exhibits to scope avatar knowledge and prevent cross-contamination
- Monitor chunk analytics to find and fill knowledge gaps