-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
fix(14534): make the azure vectorsearch compatible with latest stable release 11.4 #14789
Conversation
PascalGiessler
commented
Dec 16, 2023
- Description: This fix solves the issue of being compatible with the latest stable version azure search documents 11.4.
- Issue: 14534
- Dependencies: none
- Tag maintainer: none
- Twitter handle: none
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vectors=[ | ||
Vector( | ||
vector_queries=[ | ||
VectorizedQuery( | ||
value=np.array( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is value
supposed to be vector
now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@baskaryan You were right. I missed to copy it over to my other repo. I've changed it now.
believe this was resolved in #15659, let me know if i'm missing something though! |