CompositeRetrievedTextNode
CompositeRetrievedTextNode =
object
Defined in: packages/cloud/src/client/types.gen.ts:1826
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:1830
The ID of the retrieved node.
retriever_id
retriever_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:1834
The ID of the retriever this node was retrieved from.
retriever_pipeline_name
retriever_pipeline_name:
string
Defined in: packages/cloud/src/client/types.gen.ts:1838
The name of the retrieval pipeline this node was retrieved from.
pipeline_id
pipeline_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:1842
The ID of the pipeline this node was retrieved from.
metadata?
optional
metadata:object
Defined in: packages/cloud/src/client/types.gen.ts:1846
Metadata associated with the retrieved node.
Index Signature
[key
: string
]: unknown
text
text:
string
Defined in: packages/cloud/src/client/types.gen.ts:1852
The text of the retrieved node.
start_char_idx
start_char_idx:
number
|null
Defined in: packages/cloud/src/client/types.gen.ts:1856
The start character index of the retrieved node in the document
end_char_idx
end_char_idx:
number
|null
Defined in: packages/cloud/src/client/types.gen.ts:1860
The end character index of the retrieved node in the document