LLMLabs
Add or remove documents from LLM Labs knowledge base. The operation will be added to the queue, and the endpoint returns status of the operation.
The unique identifier of the knowledge base
Request model for document processing operations (insertion and deletion).
This model contains a batch of documents to be inserted or deleted from the knowledge base.
Vector store identifier for this batch operation
Successful Response
Validation Error
Internal Server Error
Endpoint to provide information to the Knowledge Base if it is assigned to a vector store. This endpoint will be called when a new vector store is created or an existing vector store is updated with a new base URL, username, or password.
The unique identifier of the knowledge base
The authorization header for authentication
Request model for document verification in the vector store.
This model is used to verify a document's existence and return its status.
Vector store identifier to verify
Message indicating the context of the verification
Successful Response
Validation Error
Internal Server Error
Endpoint to delete a Vector Store. This endpoint will be invoked when a vector store is being deleted.
The unique identifier of the knowledge base
The unique identifier of the vector store to delete
The authorization header for authentication
Successful Response
Validation Error
Internal Server Error
Last updated