Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Azure Vector Store initialization where the embedding field was not set as Retrievable. #1630

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zhuyuy
Copy link

@zhuyuy zhuyuy commented Oct 30, 2024

In Azure Vector Store, the embedding field need to set as retrievable.
com.azure.search.documents.indexes.models.SearchField class does not have a retrievable field, but the "hidden" field is equivalent to "retrievable". For details, refer to the "toJson" and "fromJson" methods.

fix #1628

@markpollack markpollack added this to the 1.0.0-M4 milestone Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure Vector Store is not correctly Initilazied
3 participants