Update Knowledge Base
Updates the configuration and metadata of an existing knowledge base. This allows you to modify properties such as the name, description, or any custom settings associated with the knowledge base while preserving its documents and relationships.
Path Parameters
Body
Data Transfer Object for updating an existing Knowledge Base.
New name for the knowledge base. Leave empty to keep the existing name.
New description for the knowledge base. Leave empty to keep the existing description.
New language for the documents in the knowledge base. Leave empty to keep the existing language.
Response
Response model for a Knowledge Base.
Unique identifier of the knowledge base in MongoDB ObjectId format.
The name of the knowledge base.
UTC timestamp indicating when this knowledge base was created.
UTC timestamp indicating when this knowledge base was last modified.
Detailed description of the knowledge base's purpose and contents.
The language of the documents in the knowledge base. This will be used to filter documents by language when adding to the knowledge base.
Total number of documents currently stored in this knowledge base.
Status of the knowledge base. 'processing' means documents are being processed. 'completed' means all documents are processed and ready. 'failed' means there was an error in processing the documents.
processing
, completed
, failed