Description
Existing vector collection based on google vertex multi2vec_palm embeddings.
Collection created and working fine. (with following configuration)
vectorizer_config=Configure.Vectorizer.multi2vec_palm(
image_fields=[“image”],
text_fields=[“image_description”, “summary_description”, “problem_description”],
project_id = “XXXXX”,
location = “us-central1”,
model_id = “multimodalembedding@001”,
dimensions = 1408,
)
Need to change the project id. Do I need to create the embeddings for the collection with the new project id or can I change the project id. (this is usually configured during collection creation).
QUESTION: Once a (vector) collection is created with a particular google cloud project_id, can the project_Id be changed without recreating the entire collection?
Server Setup Information
- Weaviate Server Version:
- Deployment Method: docker on AWS (self-hosted)
- Multi Node? 1
- Client Language and Version:
- Multitenancy?: