Find answers from the community

Home
Members
asanchez75
a
asanchez75
Offline, last seen 3 months ago
Joined September 25, 2024
I have created embeddings using "local:BAAI/bge-small-en-v1.5" and stored in Elasticsearch. I am using OpenAI for the query engine. However, I got this error
Plain Text
BadRequestError: BadRequestError(400, 'search_phase_execution_exception', 'failed to create query: the query vector has a different dimension [1536] than the index vectors [384]') 
. My question is whether I should look for a Huggingface model with vector dimension = 1536 or there is a way to query an VectorStore whose vector dimension is different to the vector dimension used in the query engine?
10 comments
a
L
does anybody know a huggingface model that generate embeddings with size = 1536?
3 comments
L
a
T