Skip to main content
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

Set stream: true to receive Server-Sent Events:
Events:

Multi-turn conversations

Pass previous turns in chat_history for follow-up questions:
Each entry is a [question, answer] pair.