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

refactor: remove indexing on cosine similarity on backend #555

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

usamoi
Copy link
Collaborator

@usamoi usamoi commented Aug 12, 2024

Implementing indexing on cosine similarity by normalizing indexing vectors and query vectors. It helps fast scan implementation and speeds computing cosine similarity.

@VoVAllen
Copy link
Member

please add some tests

Signed-off-by: usamoi <[email protected]>
@usamoi usamoi added this pull request to the merge queue Aug 12, 2024
Merged via the queue into tensorchord:main with commit 487ea6b Aug 12, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants