Properties
| Name |
Type |
Description |
Notes |
| chunk_html |
String |
|
[optional] |
| created_at |
Time |
|
|
| dataset_id |
String |
|
|
| id |
String |
|
|
| link |
String |
|
[optional] |
| metadata |
Object |
|
[optional] |
| qdrant_point_id |
String |
|
[optional] |
| score |
Float |
|
|
| tag_set |
String |
|
[optional] |
| time_stamp |
Time |
|
[optional] |
| tracking_id |
String |
|
[optional] |
| updated_at |
Time |
|
|
| weight |
Float |
|
|
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::ChunkMetadataWithScore.new(
chunk_html: null,
created_at: null,
dataset_id: null,
id: null,
link: null,
metadata: null,
qdrant_point_id: null,
score: null,
tag_set: null,
time_stamp: null,
tracking_id: null,
updated_at: null,
weight: null
)