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

Vector Search #9032

Open
breezewish opened this issue May 11, 2024 · 0 comments
Open

Vector Search #9032

breezewish opened this issue May 11, 2024 · 0 comments
Labels
type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@breezewish
Copy link
Member

breezewish commented May 11, 2024

Enhancement

Support Vector Search.

TiDB tracking issue: pingcap/tidb#54245

@breezewish breezewish added the type/enhancement The issue or PR belongs to an enhancement. label May 11, 2024
@JaySon-Huang JaySon-Huang added type/feature-request Categorizes issue or PR as related to a new feature. and removed type/enhancement The issue or PR belongs to an enhancement. labels May 11, 2024
ti-chi-bot bot pushed a commit that referenced this issue May 11, 2024
ti-chi-bot bot added a commit that referenced this issue Jul 31, 2024
ref #9032

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>

Co-authored-by: JaySon-Huang <tshent@qq.com>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot pushed a commit that referenced this issue Aug 1, 2024
ti-chi-bot bot added a commit that referenced this issue Aug 12, 2024
ref #9032

Co-authored-by: JaySon-Huang <tshent@qq.com>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot pushed a commit that referenced this issue Aug 21, 2024
ref #9032

*: Vector Data types and Functions

Support parsing vector data type written by TiDB
Support basic functions for vector data type: CastVectorAsText, VecDims, VecL1Distance, VecL2Distance, VecL2Norm, VecCosineDistance, VecNegativeInnerProduct

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>

Co-authored-by: Lloyd-Pottiger <60744015+Lloyd-Pottiger@users.noreply.github.com>
Co-authored-by: JaySon-Huang <tshent@qq.com>
ti-chi-bot bot pushed a commit that referenced this issue Aug 26, 2024
ref #9032

storage: Use mmap to view vector index

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>

Co-authored-by: JaySon-Huang <tshent@qq.com>
ti-chi-bot bot pushed a commit that referenced this issue Aug 26, 2024
ref #9032

storage: Add vector search metrics

Signed-off-by: Wish <breezewish@outlook.com>

Co-authored-by: Wenxuan <breezewish@outlook.com>
ti-chi-bot bot pushed a commit that referenced this issue Aug 26, 2024
ref #9032

Signed-off-by: “EricZequan” <zequany33@gmail.com>

Co-authored-by: JaySon <tshent@qq.com>
ti-chi-bot bot pushed a commit that referenced this issue Aug 27, 2024
ref #9032

Signed-off-by: Wish <breezewish@outlook.com>

Co-authored-by: Wenxuan <breezewish@outlook.com>
Co-authored-by: JaySon <tshent@qq.com>
ti-chi-bot bot added a commit that referenced this issue Aug 27, 2024
ref #9032

Signed-off-by: Wish <breezewish@outlook.com>

Co-authored-by: Wenxuan <breezewish@outlook.com>
Co-authored-by: JaySon <tshent@qq.com>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot pushed a commit that referenced this issue Aug 27, 2024
ref #9032

*: use SimSIMD for vectors

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
ti-chi-bot bot pushed a commit that referenced this issue Aug 28, 2024
ref #9032

storage: Add system.dt_local_indexes

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
Lloyd-Pottiger added a commit that referenced this issue Aug 30, 2024
ref #9032

DMFile: Support modify DMFile meta

---------

Signed-off-by: Wish <breezewish@outlook.com>
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
Co-authored-by: Wenxuan <breezewish@outlook.com>
Co-authored-by: JaySon <tshent@qq.com>
ti-chi-bot bot pushed a commit that referenced this issue Sep 2, 2024
ref #9032

storage: Force evict when downloading vector index files

Signed-off-by: Wish <breezewish@outlook.com>
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>

Co-authored-by: Wenxuan <breezewish@outlook.com>
ti-chi-bot bot added a commit that referenced this issue Sep 4, 2024
ref #9032

storage: add local indexer scheduler

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot pushed a commit that referenced this issue Sep 19, 2024
ref #9032

storage: Support adding vector index in background

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
ti-chi-bot bot pushed a commit that referenced this issue Sep 20, 2024
close #9032

storage: Abort vector index building as soon as possible

Signed-off-by: Wish <breezewish@outlook.com>
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>

Co-authored-by: Wenxuan <breezewish@outlook.com>
Co-authored-by: Lloyd-Pottiger <60744015+Lloyd-Pottiger@users.noreply.github.com>
ti-chi-bot bot pushed a commit that referenced this issue Sep 20, 2024
ref #9032

ddl: Support parsing VectorIndex defined in IndexInfo

Co-authored-by: JaySon <tshent@qq.com>
ti-chi-bot bot added a commit that referenced this issue Sep 20, 2024
ref #9032

storage: support the HTTP API of sync table schema

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>

Co-authored-by: Lynn <zimu_xia@126.com>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot added a commit that referenced this issue Sep 21, 2024
ref #9032

storage: cache PK column in memory

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot pushed a commit that referenced this issue Sep 25, 2024
…yncTableSchema (#9451)

ref #9032

*: support vector index and adding/dropping vector index when doing syncTableSchema

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>

Co-authored-by: JaySon <tshent@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants