Work with knowledge bases
Knowledge bases let you load documents into your datapack and query them using semantic search (RAG). Meko handles chunking, embedding, and indexing automatically.
Supported sources
Currently, you must upload knowledge via the Meko portal:
- Navigate to Datapacks and select your datapack.
- Click Upload Knowledge Files (or Add to Knowledge Base).
Currently, Meko accepts PDF, TXT, TEXT, MD, CSV, JSON, XML, HTML, and HTM files up to 10 per batch. The per-file size cap depends on your plan: 5 MB on Free, 50 MB on Standard.
Free accounts are limited to 100 MB of total storage across all datapacks for knowledge-base files and artifacts combined, with individual files capped at 5 MB. Standard accounts get 5 GB of total storage and 50 MB per file. See Meko pricing for plan details.
Query knowledge
Once your documents are indexed, query them through the MCP server from your coding agent:
Search the knowledge base for information about deployment procedures
The MCP server embeds your query, performs similarity search against the indexed chunks, and returns the most relevant results.