azure-search-vector-samples icon indicating copy to clipboard operation
azure-search-vector-samples copied to clipboard

A repository of code samples for Vector search capabilities in Azure AI Search.

Results 65 azure-search-vector-samples issues
Sort by recently updated
recently updated
newest added

HttpResponseError: () Error with data source: Unexpected character encountered while parsing value: �. Path '', line 0, position 0. Please adjust your data source definition in order to proceed. Code:...

pip packages: ``` azure-identity==1.18.0 azure-search-documents==11.6.0b5 azure-storage-blob==12.23.1 ``` --------- I am getting following error for the following line under `azure-search-integrated-vectorization.py` file: ``` index = SearchIndex(name=index_name, fields=fields, vector_search=vector_search, semantic_search=semantic_search) ``` How could...

I'm encountering an issue while trying to index CSV data from an S3 bucket directly through the Azure platform using Azure Search's capabilities, without resorting to Python code. Specifically, when...

code: "name": "actionsVector", "type": "Collection(Edm.Single)", "searchable": True, "retrievable": True, **"dimensions": 3072,** "vectorSearchProfile": "vector-profile", service_name = "cobra-video-search-eliz" admin_key = "" api_version = "2024-07-01" index_name = "complexscene_index" # Create a SearchIndexClient to...

I ran requirement.txt but /azure-search-vector-samples/demo-python/code/integrated-vectorization/azure-search-integrated-vectorization-sample.ipynb throws the error cannot import name 'ScalarQuantizationCompression' from 'azure.search.documents.indexes.models.