Learn how to add a Content DB to your Knowledge.
Knowledge
.
Field | Type | Description |
---|---|---|
id | str | The unique identifier for the content. |
name | str | The name of the content. |
description | str | The description of the content. |
metadata | dict | The metadata for the content. |
type | str | The type of the content. |
size | int | The size of the content. Applicable only to files. |
linked_to | str | The ID of the content that this content is linked to. |
access_count | int | The number of times this content has been accessed. |
status | str | The status of the content. |
status_message | str | The message associated with the status of the content. |
created_at | int | The timestamp when the content was created. |
updated_at | int | The timestamp when the content was last updated. |
external_id | str | The external ID of the content. Used when external vector stores are used, like LightRAG. |