Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Semantic Search should be able to support Exact search #516

Open
vamshin opened this issue Dec 7, 2023 · 1 comment
Open

[FEATURE] Semantic Search should be able to support Exact search #516

vamshin opened this issue Dec 7, 2023 · 1 comment
Labels
enhancement Features Introduces a new unit of functionality that satisfies a requirement help wanted Extra attention is needed neural-search

Comments

@vamshin
Copy link
Member

vamshin commented Dec 7, 2023

Is your feature request related to a problem?

In the use cases of semantic search with filtering, its possible to operate on granular tenets. In these cases, Exact Search/Bruteforce would be more efficient to determine results with more accuracy(recall 1.0). Neural plugin should avoid building the graphs and just use plain vectors for Exact Search.

What solution would you like?

Support Exact Search in Neural clause and avoid creating graphs for these use cases.

@vamshin vamshin moved this from Backlog to Backlog (Hot) in Vector Search RoadMap Dec 7, 2023
@vamshin vamshin removed the untriaged label Dec 7, 2023
@navneet1v navneet1v added the Features Introduces a new unit of functionality that satisfies a requirement label Dec 13, 2023
@vamshin vamshin moved this from Backlog (Hot) to 2.17.0 in Vector Search RoadMap Jul 2, 2024
@navneet1v navneet1v added the help wanted Extra attention is needed label Jul 29, 2024
@naveentatikonda naveentatikonda moved this from 2.17.0 to Backlog (Hot) in Vector Search RoadMap Aug 20, 2024
@heemin32
Copy link
Collaborator

heemin32 commented Dec 26, 2024

The switch between ANN and KNN is now occurring at the KNN field level. Marking this as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Features Introduces a new unit of functionality that satisfies a requirement help wanted Extra attention is needed neural-search
Projects
Status: Backlog
Development

No branches or pull requests

4 participants