Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Vertex AI Vector Search support text2vector?

Hello everyone,

I'm currently exploring Vertex AI Vector Search and I'm particularly interested in its capabilities regarding text to vector conversion (text2vector). I have a couple of questions:

Does Vertex AI Vector Search natively support converting text to vectors?
If it doesn't, are there any No Code solutions or tools that integrate well with Vertex AI for text2vector conversion?
Any insights, resources, or suggestions would be greatly appreciated. Thank you!

Solved Solved
0 1 210
1 ACCEPTED SOLUTION

You can use any embedding model actually, so yes text2vector should work. You just need to prepare your embeddings to be indexed in Vector Search, and once indexed, you can perform vector search.

You can follow the notebook tutorial below:

https://github.com/GoogleCloudPlatform/generative-ai/blob/main/embeddings/intro-textemb-vectorsearch...

View solution in original post

1 REPLY 1

You can use any embedding model actually, so yes text2vector should work. You just need to prepare your embeddings to be indexed in Vector Search, and once indexed, you can perform vector search.

You can follow the notebook tutorial below:

https://github.com/GoogleCloudPlatform/generative-ai/blob/main/embeddings/intro-textemb-vectorsearch...