Logo
Type aliases

RetrieveResults

RetrieveResults = object

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

Schema for the result of an retrieval execution.

Properties

pipeline_id

pipeline_id: string

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

The ID of the pipeline that the query was retrieved against.


retrieval_nodes

retrieval_nodes: TextNodeWithScore[]

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

The nodes retrieved by the pipeline for the given query.


image_nodes?

optional image_nodes: PageScreenshotNodeWithScore[]

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

The image nodes retrieved by the pipeline for the given query.


retrieval_latency?

optional retrieval_latency: object

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

The end-to-end latency for retrieval and reranking.

Index Signature

[key: string]: number


metadata?

optional metadata: object

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

Metadata associated with the retrieval execution

Index Signature

[key: string]: string


class_name?

optional class_name: string

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