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_specblock ofgoogle_vector_search_collection(derived from provider schema). - VectorSearchCollectionVectorSchema
-
Typed helper for the
vector_schemablock ofgoogle_vector_search_collection(derived from provider schema). - VectorSearchCollectionVectorSchemaDenseVector
-
Typed helper for the
vector_schema.dense_vectorblock ofgoogle_vector_search_collection(derived from provider schema). - VectorSearchCollectionVectorSchemaDenseVectorVertexEmbeddingConfig
-
Typed helper for the
vector_schema.dense_vector.vertex_embedding_configblock ofgoogle_vector_search_collection(derived from provider schema). - VectorSearchCollectionVectorSchemaSparseVector
-
Typed helper for the
vector_schema.sparse_vectorblock ofgoogle_vector_search_collection(derived from provider schema). - VectorSearchDataObjectVectors
-
Typed helper for the
vectorsblock ofgoogle_vector_search_data_object(derived from provider schema). - VectorSearchDataObjectVectorsDense
-
Typed helper for the
vectors.denseblock ofgoogle_vector_search_data_object(derived from provider schema). - VectorSearchDataObjectVectorsSparse
-
Typed helper for the
vectors.sparseblock ofgoogle_vector_search_data_object(derived from provider schema). - VectorSearchIndexDedicatedInfrastructure
-
Typed helper for the
dedicated_infrastructureblock ofgoogle_vector_search_index(derived from provider schema). - VectorSearchIndexDedicatedInfrastructureAutoscalingSpec
-
Typed helper for the
dedicated_infrastructure.autoscaling_specblock ofgoogle_vector_search_index(derived from provider schema). - VectorSearchIndexDenseScann
-
Typed helper for the
dense_scannblock ofgoogle_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.