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
Running pip install azure-search-documents --pre installs v. 11.4.0b11, but results in error from the first python code cell ImportError: cannot import name 'Vector' from 'azure.search.documents.models'
When I run the
code/azure-search-vector-python-sample.ipynbnotebook, I get:pip install azure-search-documents --preinstalls 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.0b6gives 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.