Skip to content

Releases: RedisAI/VectorSimilarity

Version 0.2.10

14 Mar 13:54
adfea2c
Compare
Choose a tag to compare
Version 0.2.10 Pre-release
Pre-release

Changes

  • M1 (#146)
  • change the resize index factor to 1.1 instead of 2 (#148)
  • Fix bug in batch iterators for the case where batch_size=0 (#147)

Contributors

We'd like to thank all the contributors who worked on this release!

@DvirDukhan and @alonre24

Version 0.2.9

10 Mar 15:28
8cbf10a
Compare
Choose a tag to compare
Version 0.2.9 Pre-release
Pre-release

Changes

  • Vecsim normalize (#145)
  • Normalize query vector in batch search cosine (#144)

Contributors

We'd like to thank all the contributors who worked on this release!

@GuyAv46 and @alonre24

Version 0.2.8

02 Mar 18:47
b341bb7
Compare
Choose a tag to compare
Version 0.2.8 Pre-release
Pre-release

Changes

  • Add the search mode to the info fields (#142)

Contributors

We'd like to thank all the contributors who worked on this release!

@alonre24

Version 0.2.7

02 Mar 08:52
28be8f5
Compare
Choose a tag to compare
Version 0.2.7 Pre-release
Pre-release

Changes

  • Bump numpy version to avoid vulnerability alert (#141)
  • Fix bug in BF batch search (#140)
  • Update pyproject.toml (#139)
  • Ad-hoc bf heuristics (#137)
  • Remove redundant check (found in LGTM report) (#138)
  • fix benchmarks url (#135)
  • Pinning rltest to the last release prior to redis-py 4 as a requirement (#136)

Contributors

We'd like to thank all the contributors who worked on this release!

@DvirDukhan, @alonre24, @chayim and @lsena

Version 0.2.6

09 Feb 17:00
62d8e32
Compare
Choose a tag to compare
Version 0.2.6 Pre-release
Pre-release

Changes

  • fixed BF missing vector block member update (#134)

Contributors

We'd like to thank all the contributors who worked on this release!

@DvirDukhan

Version 0.2.5

31 Jan 19:26
5469027
Compare
Choose a tag to compare
Version 0.2.5 Pre-release
Pre-release

Changes

  • comments to space build (#132)
  • fixed includes (#129)
  • check avx512f avx sse compiler flags (#128)

Contributors

We'd like to thank all the contributors who worked on this release!

@DvirDukhan

Version 0.2.4

24 Jan 20:42
b22b9f3
Compare
Choose a tag to compare
Version 0.2.4 Pre-release
Pre-release

Changes

  • Update cpu_features.cmake (#125)
  • Get distance function (#120)
  • Datasets benchmark util (#113)
  • fixed nightly (#123)
  • fix tox (#121)
  • Macos build (#115)
  • Install dependenies for flow back in circle (#117)
  • Hnsw serialisation (#108)
  • bug fix and test update (#116)

Contributors

We'd like to thank all the contributors who worked on this release!

@DvirDukhan, @GuyAv46, @alonre24 and @chayim

Version 0.2.3

11 Jan 09:18
c446cac
Compare
Choose a tag to compare
Version 0.2.3 Pre-release
Pre-release

Changes

  • split spaces build to different x86 architectures (#114)
  • build for c++ 11 (#112)

Contributors

We'd like to thank all the contributors who worked on this release!

@DvirDukhan

Version 0.2.2

05 Jan 05:21
112b7ea
Compare
Choose a tag to compare
Version 0.2.2 Pre-release
Pre-release

Changes

  • fix build for x86 and arm (#110)
  • API comment update (#109)
  • Resolve raw params (#106)
  • Compiler flags (#107)
  • Hnsw batch demo (#104)

Contributors

We'd like to thank all the contributors who worked on this release!

@DvirDukhan, @GuyAv46 and @alonre24

Version 0.2.1

02 Jan 07:50
bd357a8
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release

Changes

  • adjust vecsim build for RediSearch (#105)
  • google cpu_features (#102)
  • Extend benchmark timeout to 3h (#103)
  • Extend timeout for benchmark in ci (#101)

Contributors

We'd like to thank all the contributors who worked on this release!

@DvirDukhan and @alonre24