Skip to content

Releases: alipay/vsag

v0.11.7

24 Oct 15:43
Compare
Choose a tag to compare
remove redundant judgments during the HNSW search process (#38)

Signed-off-by: jinjiabao.jjb <jinjiabao.jjb@antgroup.com>

v0.11.6

17 Oct 03:19
Compare
Choose a tag to compare
fix bug for aligned memory allocation (#26)

Signed-off-by: jinjiabao.jjb <jinjiabao.jjb@antgroup.com>
Co-authored-by: jinjiabao.jjb <jinjiabao.jjb@antgroup.com>

v0.11.5

11 Oct 10:08
Compare
Choose a tag to compare
fix hnsw memory leak in search (#57)

Signed-off-by: jinjiabao.jjb <jinjiabao.jjb@antgroup.com>

v0.11.4

09 Oct 09:35
Compare
Choose a tag to compare
fix the issue of symbols defined in omp not found (#53)

* fix the issue of symbols defined in omp not found

Signed-off-by: jinjiabao.jjb <jinjiabao.jjb@antgroup.com>

v0.11.3

30 Sep 12:31
Compare
Choose a tag to compare
fix illegal instruction issue on cpu without avx (#50)

Signed-off-by: wxy407827 <wxy407827@antgroup.com>

v0.11.2

24 Sep 05:07
Compare
Choose a tag to compare
make openblas always run with single thread (#36)

Signed-off-by: wxy407827 <wxy407827@antgroup.com>

v0.11.1

18 Sep 16:20
Compare
Choose a tag to compare
use safe allocator in hnsw implementation (#31)

Signed-off-by: wxy407827 <wxy407827@antgroup.com>

v0.11.0

02 Sep 07:49
677492b
Compare
Choose a tag to compare

What's Changed

  • add additional URL of third-parties to improve download speed by @wxyucs in #2
  • add .gitignore and .clang-format file by @wxyucs in #3
  • add docker image for development by @wxyucs in #5
  • update thirdparty download timeout by @wxyucs in #4
  • add circleci workflow to check code format and run tests by @wxyucs in #6
  • add a new pre-filter search method and improve serialization performance by @inabao in #8
  • add rwlock in the interfaces of index by @wxyucs in #7
  • fix fmtlib compilation issue in gcc 10 or earlier by @wxyucs in #11
  • fix memory allocation and deallocation unmatch by @inabao in #10
  • modify the lower limit of the block size restriction by @inabao in #9
  • fix complie error for default allocator by @inabao in #12
  • support cosine in hnsw index by @inabao in #15
  • update circleci resource class by @wxyucs in #16
  • unify the serialize and deserialize method for hnsw by @LHT129 in #14

New Contributors

Full Changelog: https://github.com/alipay/vsag/commits/v0.11.0