Logo
Type aliases

CompositeRetrievedTextNode

CompositeRetrievedTextNode = object

Defined in: packages/cloud/src/client/types.gen.ts:1341

Properties

id

id: string

Defined in: packages/cloud/src/client/types.gen.ts:1345

The ID of the retrieved node.


retriever_id

retriever_id: string

Defined in: packages/cloud/src/client/types.gen.ts:1349

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:1353

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:1357

The ID of the pipeline this node was retrieved from.


metadata?

optional metadata: object

Defined in: packages/cloud/src/client/types.gen.ts:1361

Metadata associated with the retrieved node.

Index Signature

[key: string]: unknown


text

text: string

Defined in: packages/cloud/src/client/types.gen.ts:1367

The text of the retrieved node.


start_char_idx

start_char_idx: number | null

Defined in: packages/cloud/src/client/types.gen.ts:1371

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:1375

The end character index of the retrieved node in the document

On this page