Commit Graph

72 Commits

Author SHA1 Message Date
Aashish Thapa 0d84e30dd3
fix: update antlr4 CMAKE_POLICY from OLD to NEW for CMake 3.31+ compatibility (#145)
CMake 3.31+ has removed support for the OLD behavior of policies
CMP0042, CMP0045, CMP0054, and CMP0059. This causes a hard
configuration error when building from source with newer CMake versions.

Changing these to NEW resolves the build failure. The NEW behavior has
been the default since CMake 3.0/3.3 and does not affect functionality.

Fixes #144
2026-02-27 14:35:55 +08:00
Cuiys 04860d7d9d
ci: add dependabot (#181) 2026-02-27 11:45:24 +08:00
Han Xiao 232803611e
feat: add jina embeddings v5 support (#156)
* add Jina Embeddings v5 support

* fix ruff format for jina_embedding_function.py
2026-02-26 14:40:15 +08:00
Cuiys 88439c69e1
feat(ci): ci workflow with github-hosted runner (#171)
* feat: linux ci with github runner

* fix: add CFLAGS with -march=native

* fix: fix linux x86 ci

* fix: with zen3 in x86 ci

* feat: nightly report with github-runner

* feat: refactor ci workflow

* feat: rename workflow

* feat: rename job

* feat: update ci badge

* feat: remove python coverage
2026-02-26 10:47:55 +08:00
Salman Chishti 17d931fabf
Upgrade GitHub Actions to latest versions (#130)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
2026-02-25 19:01:39 +08:00
Salman Chishti d1be135a00
Upgrade GitHub Actions for Node 24 compatibility (#129)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
2026-02-25 18:09:55 +08:00
Jason Yao 2b97fee2f6
chore: enable the conventional-pre-commit run sucess and update to latest version (#111) 2026-02-25 18:03:20 +08:00
Cuiys 56c5eb533e
docs: adjust join us in the readme. (#168)
* docs: remove x.com in join us

* docs: join discord with widget
2026-02-25 13:54:21 +08:00
Jalin Wang 32a5662460
ci: continuous benching (#110) 2026-02-25 11:22:18 +08:00
Maxime Grenu 4fb6c6ff0a
fix(docs): fix typo in README align attr and Python version in CONTRIBUTING (#150)
- README.md: remove spurious space in align=" center" → align="center"
  (logo was not centered on GitHub due to invalid HTML attribute value)
- CONTRIBUTING.md: correct Python prerequisite from '>= 3.9' to '3.10 - 3.12'
  to match pyproject.toml classifiers and CI matrix (cp310, cp312)
2026-02-20 10:06:48 +08:00
ALEXANDRE JUNIO CANUTO LOPES 0c5d95ca74
docs: fix repository URL in CONTRIBUTING.md (#139)
Changed 'your-org' placeholder to 'alibaba' in the git clone command to reflect the correct repository URL.
2026-02-17 09:42:16 +08:00
feihongxu0824 33917f7a0c
chore: add trend badge (#132) 2026-02-15 22:46:27 +08:00
Qinren Zhou 66673b559e
minor: add links to package repository 2026-02-13 14:54:21 +08:00
Cuiys e60ae09e5a
feat(ci): macos ci with github-runner (#94) 2026-02-13 14:41:57 +08:00
Qinren Zhou 729d8d5904
minor: add installation instruction for node.js package (#103) 2026-02-13 14:04:58 +08:00
Cuiys 1d5aeeed1d
fix(py): py with build-in package typing not typing_extensions (#99) 2026-02-12 23:38:18 +08:00
Cuiys 1fa15ce96b
feat: support ai extension (#88) 2026-02-12 18:33:41 +08:00
lichen2015 e7ad7cc31e
fix: combined indexer should use key instead of index (#87)
Co-authored-by: yinzefeng.yzf <yinzefeng.yzf@alibaba-inc.com>
2026-02-12 10:38:05 +08:00
Cuiys dc088a4446
feat: support linux arm64 ci and release (#71) 2026-02-10 14:17:49 +08:00
ZeFeng Yin 44fd16511f
test: rm useless expect (#82)
* rm useless expect

* Delete tests/core/algorithm/hnsw/hnsw_streamer_buffer_test.cc
2026-02-10 10:38:53 +08:00
feihongxu0824 efc6f3f7ce
fix: add c++ example to macos/linux ci (#86) 2026-02-09 23:31:56 +08:00
Jalin Wang 2bfeac5034
chore: switch core tools to LOG_ERROR instead of cerr for better traceability when errors occur (#80) 2026-02-09 19:36:14 +08:00
feihongxu0824 1e09d0d34c
chore: rm useless ailego module (#85) 2026-02-09 18:56:46 +08:00
lichen2015 fe90f70a3b
fix: delete_by_filter should use g_doc_id (#84) 2026-02-09 17:40:51 +08:00
Qinren Zhou 0b9bd34354
minor: subsequent initialization should fail silently (#79) 2026-02-06 21:16:08 +08:00
richyreachy ec26525b38
feat(docs): update bench tool readme.md (#77) 2026-02-06 17:31:46 +08:00
Jalin Wang 78f08bd0cc
feat: auto scalable segment meta section of mmap files (#67)
The underly core module only support a fixed-size segment due to the index file format where the section of segments meta limit the max num of data segments. This commit makes the meta section dynamically allocated and organized in a link-table manner to support much more segments.


* revert local_builder's meta cap setting

* feat: auto scalable segment meta section of mmap files

* Revert "feat: auto scalable segment meta section of mmap files"

This reverts commit 82c11e451544b912b901be33fae79e964a487b1f.

* v2: don't change to absolute offset
2026-02-06 14:58:56 +08:00
lichen2015 f1349cc91a
fix: remove unnecessary column_name param from the AddColumn API (#59) 2026-02-04 14:44:13 +08:00
姚军 7c577e5f53
doc: update the CMake minimum version requirement (#57) 2026-02-03 17:17:43 +08:00
richyreachy a20d484e9e
refactor(core): unify search invoke (#15)
Co-authored-by: feihongxu0824 <xufeihong.xfh@alibaba-inc.com>
2026-02-03 12:40:23 +08:00
egolearner 6df6ba8fce
chore: rm IndexMeta::MetricType def (#53) 2026-02-03 11:17:02 +08:00
姚军 ea9d957893
fix: some typos in hnsw index (#50) 2026-02-03 10:41:21 +08:00
Jalin Wang ce45478dae
fix: doc string & pyi (#41) 2026-02-03 10:14:44 +08:00
Cuiys 66657f0651
feat(ci): ci is not triggered when modifying the md file (#55) 2026-02-02 22:18:08 +08:00
ZeFeng Yin 6680c619be
fix ut for quantized int (#47) 2026-02-02 20:13:21 +08:00
Cuiys 36e84f5e69
feat(docs): add join us (#54) 2026-02-02 18:49:02 +08:00
Cuiys b5f0469ab4
fix(ci): support fork pr in ci (#52) 2026-02-02 15:32:04 +08:00
feihongxu0824 f3db03ffbb
chore: add some issue templates (#46) 2026-01-30 17:22:11 +08:00
feihongxu0824 18b5a106a7
doc: update readme badge (#45) 2026-01-30 16:26:56 +08:00
Jalin Wang c373655bc8
doc: fix contributing.md cmake version (#44) 2026-01-30 11:15:51 +08:00
iaojnh 8c1819ca26
change hnsw single dist to batch dist (#40) 2026-01-29 10:18:57 +08:00
Jalin Wang 705c5d5547
hotfix: ci will build tools & fix local_builder (#39)
* hotfix: ci add make_all & fix local_builder

* try to fix pythonbinding error

* mac ci doesn't need activation

* fix linux

* sync mac ci
2026-01-27 17:34:18 +08:00
egolearner 66f137efee
fix: fix MemoryReadStorage read by MemoryBlock (#38) 2026-01-27 14:11:28 +08:00
Qinren Zhou 57959edaaf
Update README.md (#36) 2026-01-27 11:41:16 +08:00
feihongxu0824 0ebf5621a6
feat: support core cpp sdk (#30)
* support core cpp sdk

* fix

* fix

* fix

* fix cr
2026-01-26 20:01:44 +08:00
Jalin Wang 5e2492b2cb
hot fix: local builder should use new flat param string (#37) 2026-01-26 17:28:38 +08:00
Jalin Wang e36a7de157
fix: local_builder DisableIdMap=true auto set streamer params (#34) 2026-01-26 16:23:10 +08:00
Jalin Wang 0af6a62c31
fix: flat support more segments (#32)
* fix

* fix compilation
2026-01-26 16:22:37 +08:00
Jalin Wang bc90952a01
refactor: flat param string cleanup (#28)
* refactor: flat param string cleanup

* fix
2026-01-26 14:49:35 +08:00
Cuiys 595161a6d2
fix(docs): update discord invite link in readme (#35) 2026-01-26 12:03:44 +08:00