KB
Semantic search across your knowledge base with gap analysis and article recommendations. Find answers by meaning, not just keywords.
Capabilities
Built for production. Designed for simplicity.
Find articles by meaning, not just keywords. Understands synonyms, context, and intent.
Sub-second search results across thousands of articles.
Identify topics where your KB lacks coverage based on actual support queries.
Rank articles by relevance, freshness, and usage. Surface the best content first.
Search across multiple knowledge bases and documentation sources simultaneously.
Use any embedding model through LiteLLM for vector search.
import httpx
resp = httpx.post("http://localhost:8006/kb/search", json={
"query": "how to reset password",
"limit": 5,
})API
Clean REST APIs. No SDK required.
Explore how this AI capability can transform your support operations.