Azure / azure-search-vector-samples

A repository of code samples for Vector search capabilities in Azure AI Search.
https://azure.microsoft.com/products/search
MIT License
690 stars 285 forks source link

demo-javascript Pure vector search results always 1 #226

Closed pietheinstrengholt closed 2 months ago

pietheinstrengholt commented 2 months ago

I've carefully followed all the instructions outlined in the readme for demo-javascript. Everything appears to be functioning correctly, except for the pure vector search which continually returns all items. Each item has a score of 1. It also seems to be returning all items consistently. Do you have any suggestions on what could potentially be going wrong?

mattgotteiner commented 2 months ago

The demo-javascript needs updating, I will take a look at this in the near future. Once it's updated I'll reply to this issue so you can retry

mattgotteiner commented 2 months ago

I can reproduce this issue, investigating

mattgotteiner commented 2 months ago

You need to use vectorSearchOptions

https://github.com/Azure/azure-search-vector-samples/blob/080445b497380cce48c917c7a40a25da59d73be1/demo-javascript/code/azure-search-vector-sample.js#L233-L242