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

Introduce new index BruteForce, means scan all point in base #204

Open
LHT129 opened this issue Dec 11, 2024 · 0 comments · May be fixed by #299
Open

Introduce new index BruteForce, means scan all point in base #204

LHT129 opened this issue Dec 11, 2024 · 0 comments · May be fixed by #299
Assignees
Labels
kind/feature New feature or request version/0.13

Comments

@LHT129
Copy link
Collaborator

LHT129 commented Dec 11, 2024

We don't have an index similar to brute force search yet. Further, we can abstract this type of index into a full scan index, which supports certain quantization encoding or compression such as PCA, but the core feature is that each point in the candidate set will participate in each query.

  • We provide a special index named brute_force external, if pass no argument, it means a brute force search of the original vector without any encoding. you can also add configuration items such as quantization and PCA in the configuration parameters of the index

The following is related PRs:
#299

@LHT129 LHT129 added the kind/feature New feature or request label Dec 11, 2024
@LHT129 LHT129 linked a pull request Jan 3, 2025 that will close this issue
@LHT129 LHT129 changed the title Introduce new index AllScanIndex, means scan all point in base Introduce new index BruteForce, means scan all point in base Jan 3, 2025
@wxyucs wxyucs linked a pull request Jan 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request version/0.13
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants