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 AllScanIndex, means scan all point in base #204

Open
LHT129 opened this issue Dec 11, 2024 · 0 comments
Open

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

LHT129 opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels
kind/feature New feature or request

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, which means a brute force search of the original vector without any encoding

  • We also provide an index named all_scan, but you can add configuration items such as quantization and PCA in the configuration parameters of the index

The following is related PRs:

@LHT129 LHT129 added the kind/feature New feature or request label Dec 11, 2024
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
Projects
None yet
Development

No branches or pull requests

2 participants