RetrieveResults
RetrieveResults =
object
Defined in: packages/cloud/src/client/types.gen.ts:6190
Schema for the result of an retrieval execution.
Properties
pipeline_id
pipeline_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:6194
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:6198
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:6202
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:6206
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:6212
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:6215