Use Semantic Search when you want the assistant to retrieve information from previously ingested artifacts (documents, notes, PDFs, HTML, and more).Documentation Index
Fetch the complete documentation index at: https://docs.zylon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- An API token. See Backoffice Developer Console.
- Ingested artifacts to search (see Artifacts).
Requirements
- Tool spec:
{ "name": "semantic_search", "type": "semantic_search_v1" } tool_context: at least oneingested_artifactwith acontext_filter
Basic request and response
This example validates a request that enables semantic search over a collection:POST /messages.
Tips
- Keep
tool_contextnarrow (use a single collection and the smallest set of artifacts you need). - If you’re not getting relevant results, ingest cleaner source text (or split large documents into smaller artifacts).