You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @gikeihi , This is because the ElasticSearchVectorStore's document object has the embeddings field mapped to "embedding" and by default the index mapping is also configured to use the same field name "embedding" as in here.
@ilayaperumalg
Thank you for your reply. I’d like to know why. Why can’t this field be configured? I already have an index whose vector field is “vector.” What should I do?
Why is the query field "embedding" hardcoded in the ElasticsearchVectorStore class?
The text was updated successfully, but these errors were encountered: