Optional
chunk_Timestamp of the creation of the chunk
ID of the dataset which the chunk belongs to
Unique identifier of the chunk, auto-generated uuid created by Trieve
Optional
image_Image URLs of the chunk, can be any list of strings. Used for image search and RAG.
Optional
link?: string | nullLink to the chunk, should be a URL
Optional
location?: GeoInfo | nullOptional
metadata?: unknownMetadata of the chunk, can be any JSON object
Optional
num_Numeric value of the chunk, can be any float. Can represent the most relevant numeric value of the chunk, such as a price, quantity in stock, rating, etc.
Optional
tag_Tag set of the chunk, can be any list of strings. Used for tag-filtered searches.
Optional
time_Timestamp of the chunk, can be any timestamp. Specified by the user.
Optional
tracking_Tracking ID of the chunk, can be any string, determined by the user. Tracking ID's are unique identifiers for chunks within a dataset. They are designed to match the unique identifier of the chunk in the user's system.
Timestamp of the last update of the chunk
Weight of the chunk, can be any float. Used as a multiplier on a chunk's relevance score for ranking purposes.
HTML content of the chunk, can also be an arbitrary string which is not HTML