skip to Main Content

import Azure HnswVectorSearchAlgorithmConfiguration comes Error: cannot import name 'HnswVectorSearchAlgorithmConfiguration'

Here is the reference document I follow with: https://esteininger.medium.com/building-a-vector-search-engine-using-hnsw-and-cosine-similarity-753fb5268839 & https://github.com/Azure/cognitive-search-vector-pr/blob/main/demo-python/code/azure-search-vector-python-sample.ipynb from azure.search.documents.models import Vector from azure.search.documents.indexes.models import ( SearchIndex, SearchField, SearchFieldDataType, SimpleField, SearchableField, SearchIndex, SemanticConfiguration, PrioritizedFields, SemanticField, SearchField, SemanticSettings, VectorSearch, HnswVectorSearchAlgorithmConfiguration ) enter image description here At first, I…

VIEW QUESTION
Back To Top
Search