Search
Search returns matching knowledge cards ranked by relevance. No LLM involved — pure vector search with optional reranking.Parameters
Filters
Narrow results by metadata:Ask
Ask a question and get an AI-generated answer grounded in your knowledge base.Parameters
Modes
fast — Retrieves cards, sends to LLM, returns answer. Deterministic and quick. Filters and current_only are fully supported.
full — Uses the full pipeline with smart routing and agent escalation. May take longer but handles complex questions better. Note: filters and current_only are not supported in full mode.
Response
Streaming
Setstream: true to receive Server-Sent Events:
Multi-turn conversations
Pass previous turns inchat_history for follow-up questions:
[question, answer] pair.