How It Works
- Query text is embedded using the same Ollama model (
nomic-embed-text-v2-moe) - Embedding is sent to Qdrant for vector similarity search
- Results are filtered by company ID (multi-tenant isolation)
- Top N results returned with similarity scores
REST API
Response
CLI
MCP
AI clients can search knowledge via thekioku_search MCP tool:
Notes
- Empty queries return an empty array (no error)
limitis clamped to minimum 1- Results are scoped to the authenticated user’s company
- Both documents and meetings are searched in a single query
