π§ Knowledge Base
Search Vector DB
(VG Agents Only) Searches the agentβs knowledge base using vectors
POST
/
v2
/
agents
/
{agent_id}
/
kb
/
vector_search
Authorizations
Agent/Workspace secret API key as bearer token.
Path Parameters
The ID of the agent to search the KB of
Body
application/json
The embedding search vector.
The maximum number of chunks to consider for the search (defaults to a default value if not provided).
Flag indicating whether to include payload data in the search results (defaults to true if not provided).
Flag indicating whether to include vectors in the search results (defaults to false if not provided).
The similarity threshold for the search (defaults to 0 if not provided).