Logo
Type aliases

CompositeRetrievedTextNode

CompositeRetrievedTextNode = object

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

Properties

id

id: string

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

The ID of the retrieved node.


retriever_id

retriever_id: string

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

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

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

The ID of the pipeline this node was retrieved from.


metadata?

optional metadata: object

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

Metadata associated with the retrieved node.

Index Signature

[key: string]: unknown


text

text: string

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

The text of the retrieved node.


start_char_idx

start_char_idx: number | null

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

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

The end character index of the retrieved node in the document