Skip to content

Commit e21cd09

Browse files
authored
Bump RediSearch to 8.2.0
Expose more compression variants for the new SVS-VAMANA vector index - RediSearch/RediSearch#6430 Add the optional `SHARD_K_RATIO` parameter for KNN vector query in a cluster environment to favor network latency reduction at the expense of accuracy (under unsatble features) - RediSearch/RediSearch#6531, RediSearch/RediSearch#6535
1 parent db4fc2a commit e21cd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/redisearch/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SRC_DIR = src
2-
MODULE_VERSION = v8.1.90
2+
MODULE_VERSION = v8.2.0
33
MODULE_REPO = https://github.com/redisearch/redisearch
44
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/search-community/redisearch.so
55

0 commit comments

Comments
 (0)