GetVectorOptions

@Serializable
class GetVectorOptions(val vectorBucketName: String, val indexName: String)(source)

Options for batch reading vectors

Constructors

Link copied to clipboard
constructor(vectorBucketName: String, indexName: String)

Properties

Link copied to clipboard

Name of the index

Link copied to clipboard

Array of vector keys to retrieve

Link copied to clipboard

Whether to include vector data in response

Link copied to clipboard

Whether to include metadata in response

Link copied to clipboard

Name of the vector bucket