Skip to content

Conversation

@cpegeric
Copy link
Contributor

@cpegeric cpegeric commented Dec 4, 2025

bug fix: Exact search to return maxResults per query in golang. The number of results should be querySize * maxResults

@cpegeric cpegeric closed this Dec 4, 2025
@cpegeric cpegeric reopened this Dec 4, 2025
@ashvardanian
Copy link
Contributor

Thank you! Give me a day to finish something else in StringZilla, and I'll be back to merge the patches, @cpegeric 🤗

@ashvardanian ashvardanian self-requested a review December 4, 2025 22:00
mergify bot pushed a commit to matrixorigin/matrixone that referenced this pull request Dec 18, 2025
…search and GPU (#23255)

1.  improve IVFFLAT assign center in ProductL2 by usearch exact search and GPU
2. Brute force index with GPU, Usearch and Go implementations
3. distance functions with loop unrolling and BCE hint
4. remove blas library (super slow)
5. chunk based Thread executor to replace the modulo based one.
6. change kmean clustering multiple thread to chunk based Thread executor

Current status:
1. Need to wait for usearch to merge the bug fix with their exact search golang api

- unum-cloud/USearch#685

2. Need to wait for cuvs bug fix and merge fix with their golang API
- rapidsai/cuvs#1600
- rapidsai/cuvs#1622

Approved by: @ouyuanning, @zhangxu19830126, @heni02, @aunjgr, @XuPeng-SH
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