Description
Configure.NamedVectors.multi2vec_palm(
name="vector_space", # the name of the combined vector space
image_fields=["poster"], # use poster property multivec vectorization
text_fields=["title", "overview"],
project_id="semi-random-dev",
location="us-central1",
model_id="multimodalembedding@001",
dimensions=1408,
),
]
For a given vecotor space created as above, I am looking for a search operator that can search a combination of the above text fields i.e. I would provide the title, overview and the poster as search parameters and it would need to do a a combination of these exactly as it did during creation of the vector space.