Description
Semantically searches SpecterInsight documentation using RAG. Returns the top matching documentation sections ranked by relevance to the query. Use this to look up how platform features work, find configuration options, or discover available capabilities.
Overview
Performs a semantic search over the SpecterInsight documentation using embeddings and cosine similarity. Returns the most relevant documentation sections for the given query.
If embeddings have not been generated yet, the search falls back to substring matching.
Example
{
"function_call": {
"name": "DocumentationSearch",
"arguments": {
"Query": "how to create an HTTPS listener",
"TopK": 3
}
}
}
Example Output
## Creating an HTTPS Listener
**Path:** Operations/Listeners | **Score:** 0.923
To create an HTTPS listener, navigate to Operations > Listeners and click New Listener...
---
