| Name | Type | Description |
|---|---|---|
project_id* | str | The GCP project ID. |
region* | str | The GCP region. |
collection* | str | The resource name of the collection. |
ids* | List[str] | |
embeddings* | List[List[float]] | |
metadatas | List[dict] | None | Default: None |
credentials | Optional[Credentials] | Default: None |
vector_field_name | str | Default: 'embedding' |
sparse_embeddings | List[dict[str, List[int] | List[float]]] | None | Default: None |
Upserts data points into a Vertex AI Vector Search 2.0 Collection.
List of datapoint IDs.
List of embedding vectors.
Optional list of metadata dictionaries.
Optional credentials to use.
Name of the vector field in the collection schema.
Optional list of sparse embedding dictionaries.