Farzad Sunavala

Results 32 comments of Farzad Sunavala

https://github.com/Azure/cognitive-search-vector-pr

Couple things I noticed: 1. Can you modify your endpoint `https://{{search-service-name}}.search.windows.net/indexes/{{index-name}}docs/search?api-version=2023-07-01-Preview` instead of `https://.search.windows.net/indexes//docs/search?api-version=2023-07-01-Preview` 2. Can you verify that your index definition has the field `contentVector` and is of type...

Hi, since this feature is in private preview, it's only available via the REST API for now. Once we go public you'll have vector search field support in the Portal....

Hi @nohanaga, this is a bug and we are actively working on fixing this. Thank you for your feedback.

Hi all this is resolved: ![image](https://github.com/Azure/azure-search-vector-samples/assets/40604067/89c2a1a1-91d3-49e2-8ec2-b5b141871ff6)

Hi @baskialdensys were you able to get your issue resolved using the openai nuget package?

@AVIN8233 can you execute the two queries independently (BM25 and Vector Search) and see if the order is consistent? also, how many replicas do you have on your search service?

Can you share your request body?

hi @dkah39, this code sample is now removed, please use our new integrated vectorization feature that will allow multiple formats within the same folder. https://github.com/Azure/cognitive-search-vector-pr/blob/main/demo-python/code/azure-search-integrated-vectorization-sample.ipynb

Hi @kirk-marple, can you try using our latest API version 2023-10-01-preview which supports pre-filtering? This may solve your issue! https://learn.microsoft.com/en-us/rest/api/searchservice/2023-10-01-preview/documents/search-post?tabs=HTTP#vectorfiltermode