Vector Knowledge Bases
Update Knowledge Base
Update a knowledge base.
PATCH
/
v1
/
knowledgebases
/
{vector_id}
Usage: Pass the vector_id
into your agent’s tools
to enable the agent to use the knowledge base.
Headers
Your API key for authentication.
Path Parameters
The vector_id
of the knowledge base to update.
Body
The name of the knowledge base. Make this a clear name that describes the contents of the store.
A description of the knowledge base. This can be a longer description of the contents of the knowledge base, or what terms to use to search for vectors in the knowledge base.
This is visible to the AI, so making it descriptive can help the AI understand when to use it or not.
The full text document to be stored and vectorized.
Response
The unique identifier for the knowledge base.
Will start with “KB-”.