Embedding and Index with Vertex AI #6243
nacartwright
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to make a Q&A bot with Vertex (PaLM + Matching Engine). I have the embeddings down but I'm confused on the implementation of matching engine.
I have a batch of embeddings that I want to add to the Matching Engine index. I'm a little confused on the add_texts implementation. Is meant to pass a single vector at a time? It looks like the add_texts is doing embedding as well?
Or is add_texts supposed to your chunks?
I have this working but using Pinecone for the vector storage. Just confused on the Matching Engine portion.
Beta Was this translation helpful? Give feedback.
All reactions