Vector Search

Dey, Nikita 40 Reputation points
2023-10-31T13:16:23.3066667+00:00

Hi there!
I am trying to implement vector search using the dotnet code available on GitHub and I couldn't settle on the difference in the results generated with the change in the case sensitivity of the search query.

Here are my observations:

Query: Who build Kline?User's image

Query: who build Kline?
User's image

The first search response is the correct one and the second one is irrelevant.

I am using default analyzer - standard lucene in all my fields. For generating the vector embeddings I am using openAI model (as asked in the code). Please note that this is with reference to simple hybrid search.

It would be highly appreciated if someone can tell me about the best way to neutralize the results! Thanks in advance.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.