-
Notifications
You must be signed in to change notification settings - Fork 337
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
Python package versions incompatible with code #103
Comments
I have the same issue mentioned above. When Running If I try Any advice on this would be appreciated. thank you. |
+1 facing the same issue. UPDATE: Fixed it by manually installing |
We released an updated pypi version that uses features from our latest REST API version, 2023-10-01-preview. Please use |
Thanks that new version fixed it for me as well. -> closing. |
When I run the
code/azure-search-vector-python-sample.ipynb
notebook, I get:pip install azure-search-documents --pre
installs v. 11.4.0b11, but results in error from the first python code cellImportError: cannot import name 'Vector' from 'azure.search.documents.models'
pip install azure-search-documents==11.4.0a20230509004 --index-url=https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple
,ImportError: cannot import name 'HnswVectorSearchAlgorithmConfiguration' from 'azure.search.documents.indexes.models'
pip install azure-search-documents==11.4.0b6
gives same error as in 3.I've tried above on both Python 3.11.3, and python 3.9.16. I'm on latest master: d82faba
Any thoughts would be appreciated.
The text was updated successfully, but these errors were encountered: