KnowledgeBaseDetails

KnowledgeBaseDetails
KnowledgeBaseDetails

knowledge base with detailed properties on runtime status or inbound/outbound references.

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "data_origin_type": "string",
    "object": "string",
    "created_at": 0,
    "last_updated_at": 0,
    "next_index_refresh_at": 0,
    "status": "string",
    "num_linked_data_sources": 0,
    "num_linked_agents": 0
}
string As uuid As uuid
id
Required

ID of the knowledge base.

string
name
Optional
Constraints: maxLength: 256

Name of the knowledge base.

string
description
Optional

Description of the knowledge base.

index_refresh_policy
Required

Policy defining when to refresh the index of the knowledge base.

data_origin_type
Required

data_origin_type

Possible values are : DATA_SOURCES, LOCAL_FILES,
string
object
Optional
Constraints: default: knowledge_base

Object type, which is always knowledge_base.

integer
created_at
Required

Unix timestamp (in seconds) when the knowledge base was created.

integer
last_updated_at
Required

Unix timestamp (in seconds) when the knowledge base was last updated.

integer
next_index_refresh_at
Optional

Unix timestamp (in seconds) of the next scheduled indexing.

status
Required

Availability status of a knowledge base.

Possible values are : AVAILABLE, ERROR, NOT_CONFIGURED,
integer
num_linked_data_sources
Required

Number of linked data sources.

integer
num_linked_agents
Required

Number of agents using this knowledge base.