Create Knowledge Bot
POST
/api/knowledge-botsThis will create a new Knowledge Bot.
Request
User defined title for the Knowledge Bot.
User defined description of the Knowledge Bot.
Allows embedding the Knowledge Bot for public use.
Information and configuration of the language model.
The name of the used language model
Vendor of the used language model
Arbitrary JSON metadata for a Knowledge Bot.
{
"title": "string",
"description": "string",
"embeddable": true,
"llm_config": {
"model": "string",
"vendor": "string"
},
"user_metadata": "string"
}
Request samples
Responses
UUID of the Knowledge Bot.
User defined title for the Knowledge Bot.
Date (ISO 8601) that the knowledge base was created at.
User defined description of the Knowledge Bot.
Allows embedding the Knowledge Bot for public use.
Information and configuration of the language model.
The name of the used language model
Vendor of the used language model
UUID of the Owner of this Knowledge Bot.
UUID representing this Document.
The title of this document.
Status of processing this document.
Date (ISO 8601) that this document was created at.
Arbitrary JSON metadata for a Knowledge Bot.
{
"title": "veniam",
"language_model": "fugiat",
"owner_id": "4adb518a-9f3c-4bae-b766-fbc60153c9c7",
"documents": [
{
"name": "accusamus",
"id": "863dbbc3-8868-4ded-b175-0666e8d6333e",
"created_at": "2039-02-27T09:46:49.965Z",
"status": "dolorum"
},
{
"name": "qui",
"created_at": "2010-12-07T06:32:48.393Z",
"status": "nobis",
"id": "e4ba9221-b667-4739-8633-d809c27d7ed3"
}
],
"created_at": "2002-04-13T00:53:20.094Z",
"id": "5042f1aa-3925-4d90-8049-cef5840a6f4d",
"description": "Non itaque beatae repudiandae non earum pariatur nisi aliquid numquam. Quo iure perspiciatis necessitatibus necessitatibus. Sed rem fugit harum laudantium. Perspiciatis tempore soluta velit. Minus corrupti incidunt libero explicabo eius."
}