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

[ENH] IndexSearch class with attimo or LL algorithm #2341

Open
baraline opened this issue Nov 11, 2024 · 0 comments · May be fixed by #2473
Open

[ENH] IndexSearch class with attimo or LL algorithm #2341

baraline opened this issue Nov 11, 2024 · 0 comments · May be fixed by #2473
Assignees
Labels
enhancement New feature, improvement request or other non-bug code enhancement similarity search Similarity search package

Comments

@baraline
Copy link
Member

baraline commented Nov 11, 2024

Describe the feature or idea you want to propose

Implement the IndexSearch class for similarity search. I use the following as a paper trail of which hash/index method could be used as a first use case for this class :

Describe your proposed solution

For the IndexSearch class, we will use the BaseSimilaritySearch class to provide a common interface with QuerySearch and SeriesSearch class.

Following papers above, the following code base exists and could serve as a base for implementation :

Describe alternatives you've considered, if relevant

No response

Additional context

The choice of wether to go for altimo or LL will depend on how complex it is to implement them, as I'd prefer to go with something simple for the first IndexSearch case.

@baraline baraline added the enhancement New feature, improvement request or other non-bug code enhancement label Nov 11, 2024
@baraline baraline self-assigned this Nov 11, 2024
@baraline baraline added the similarity search Similarity search package label Nov 11, 2024
@baraline baraline changed the title [ENH] IndexSearch class with attimo algorithm [ENH] IndexSearch class with attimo or LL algorithm Nov 12, 2024
@baraline baraline linked a pull request Dec 26, 2024 that will close this issue
8 tasks
@baraline baraline linked a pull request Dec 26, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, improvement request or other non-bug code enhancement similarity search Similarity search package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant