egolearner
|
e5ba11b6fe
|
feat: add hnsw-rabitq support (#69)
* feat: add hnsw-rabitq
* undefine transform
* support config rotator type
* support sample_count
* fix ut
* refactor: update interface
* refactor: update interface
* update rabitq index params
* fix interface update
* fix searcher test
* fix streamer test
* streamer support bf and add more ut
* rm env check
* add collection ut
* add schema check
* add rabitq query param binding
* add integration test
* fix local_builder
* cleanup dist calculator
* add RaBitQ-Library submodule
* cleanup rabitq converter/reformer
* add files
* disable build on mac
* disable Feature_Optimize_HNSW_RABITQ
* disable python/tests/test_collection_hnsw_rabitq.py:13
* check avx2/avx512
* fix refine
* fix mac ci
* add dimension check
* fix mac ci
* fix ci
* add missing lib
* fix centroids selection for Cosine/InnerProduct
* rename hnsw-rabitq to hnsw_rabitq
* address comments
* fix compile
* fix rabitqlib name
* fix mac compile
* check avx2/avx512 support
* runtime check again compile-time
* check AUTO_DETECT_ARCH
* rm debug log
* fix
* rabitq use avx2 by default
* add missing file
* fix search_bf/group_by dist
* address comments
* fix typo
* address comments
* rabitq support disable id_map
* address comments
|
2026-03-19 17:21:42 +08:00 |
liututu12
|
3bd1999604
|
tests: add tests for recall (#196)
* add recall cases
* add test_collection_crash_recovery_insertdoc.py
* add test_collection_crash_recovery_updatedoc.py
* add test_collection_crash_recovery_upsertdoc.py
* add test_collection_crash_recovery_deletedoc.py
* add test_collection_crash_recovery_createindex.py
* add test_collection_crash_recovery_deleteindex.py
* test_collection_crash_recovery_addcolumn.py
* test_collection_crash_recovery_addcolumn.py
* add dropcolumn updatecolumn cases
* update test_collection_crash_recovery_altercolumn.py
* update test_collection_recall
* update test_collection_crash_recovery_createindex.py
* test_collection_recall.py
* test_collection_recall.py
* feat: add recall test cases and optimize DML/DQL test cases
* upd test case
* fix doc_num
---------
Co-authored-by: iaojnh <yinzefeng.yzf@alibaba-inc.com>
|
2026-03-05 20:13:45 +08:00 |
Cuiys
|
1fa15ce96b
|
feat: support ai extension (#88)
|
2026-02-12 18:33:41 +08:00 |
Qinren Zhou
|
0b9bd34354
|
minor: subsequent initialization should fail silently (#79)
|
2026-02-06 21:16:08 +08:00 |
egolearner
|
89f9c378ac
|
fix: fix default m (#20)
* fix: fix default m
* fix doc str
* fix ut
|
2026-01-12 10:22:58 +08:00 |
sanyi
|
6524fabd80
|
Initial commit
|
2025-12-30 11:02:17 +08:00 |