vector library

Vector Search 2.0 — collections (typed data + vector schema) and ANN indexes over a collection field (ScaNN / dedicated infrastructure).

Classes

GoogleVectorSearchCollection
Factory wrapper for google_vector_search_collection.
GoogleVectorSearchDataObject
Factory wrapper for google_vector_search_data_object.
GoogleVectorSearchIndex
Factory wrapper for google_vector_search_index.
VectorSearchCollectionEncryptionSpec
Typed helper for the encryption_spec block of google_vector_search_collection (derived from provider schema).
VectorSearchCollectionVectorSchema
Typed helper for the vector_schema block of google_vector_search_collection (derived from provider schema).
VectorSearchCollectionVectorSchemaDenseVector
Typed helper for the vector_schema.dense_vector block of google_vector_search_collection (derived from provider schema).
VectorSearchCollectionVectorSchemaDenseVectorVertexEmbeddingConfig
Typed helper for the vector_schema.dense_vector.vertex_embedding_config block of google_vector_search_collection (derived from provider schema).
VectorSearchCollectionVectorSchemaSparseVector
Typed helper for the vector_schema.sparse_vector block of google_vector_search_collection (derived from provider schema).
VectorSearchDataObjectVectors
Typed helper for the vectors block of google_vector_search_data_object (derived from provider schema).
VectorSearchDataObjectVectorsDense
Typed helper for the vectors.dense block of google_vector_search_data_object (derived from provider schema).
VectorSearchDataObjectVectorsSparse
Typed helper for the vectors.sparse block of google_vector_search_data_object (derived from provider schema).
VectorSearchIndexDedicatedInfrastructure
Typed helper for the dedicated_infrastructure block of google_vector_search_index (derived from provider schema).
VectorSearchIndexDedicatedInfrastructureAutoscalingSpec
Typed helper for the dedicated_infrastructure.autoscaling_spec block of google_vector_search_index (derived from provider schema).
VectorSearchIndexDenseScann
Typed helper for the dense_scann block of google_vector_search_index (derived from provider schema).

Enums

VectorSearchIndexDedicatedInfrastructureMode
mode — derived from the provider schema description.
VectorSearchIndexDenseScannFeatureNormType
feature_norm_type — derived from the provider schema description.
VectorSearchIndexDistanceMetric
Vector Search Index Distance enum for distance_metric.