Skip to content

Commit 896ae90

Browse files
abid-redisfm1320svonava
authored
updated Redisearch information: oss status, license, hybrid search, index type, github star, docker pulls (#589)
Co-authored-by: Filip Makraduli <73337655+fm1320@users.noreply.github.com> Co-authored-by: svonava <svonava@gmail.com>
1 parent af4a209 commit 896ae90

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

docs/tools/vdb_table/data/redis.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"name": "Redis Search",
33
"links": {
44
"docs": "https://redis.io/docs/get-started/vector-database/",
5-
"github": "https://github.com/RediSearch/RediSearch",
5+
"github": "https://github.com/redis/redis",
66
"website": "https://redis.io/solutions/vector-database/",
77
"vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/81",
8-
"poc_github": "https://github.com/adrianoamaral",
8+
"poc_github": "https://github.com/abid-redis",
99
"slug": "redis"
1010
},
1111
"oss": {
12-
"support": "partial",
13-
"source_url": "https://blog.opensource.org/the-sspl-is-not-an-open-source-license/",
14-
"comment": "vector search component is under SSPL which is not fully OSS"
12+
"support": "full",
13+
"source_url": "https://github.com/redis/redis",
14+
"comment": "Starting with Redis 8.0, both Redis and its vector search functionality are fully open source, with vector search integrated natively into Redis instead of provided as a separate RediSearch library."
1515
},
1616
"license": {
17-
"value": "(i) Redis Source Available License 2.0 (RSALv2) or (ii) the Server Side Public License v1 (SSPLv1)",
18-
"source_url": "",
19-
"comment": ""
17+
"value": "(i) Redis Source Available License 2.0 (RSALv2) or (ii) the Server Side Public License v1 (SSPLv1) or (iii) the GNU Affero General Public License v3 (AGPLv3)",
18+
"source_url": "https://redis.io/legal/licenses/",
19+
"comment": "Starting with Redis 8, Redis Open Source is moving to a tri-licensing model with all new Redis code contributions governed by the updated Redis Software Grant and Contributor License Agreement. After this release, contributions are subject to your choice of: (a) the Redis Source Available License v2 (RSALv2);or (b) the Server Side Public License v1 (SSPLv1); or (c) the GNU Affero General Public License v3 (AGPLv3)."
2020
},
2121
"dev_languages": {
2222
"value": [
@@ -34,7 +34,7 @@
3434
"hybrid_search": {
3535
"support": "full",
3636
"source_url": "https://github.com/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/02_hybrid_search.ipynb",
37-
"comment": "Supported using the aggregation api."
37+
"comment": "Redis provides a unified hybrid search interface via the FT.HYBRID command (introduced in Redis Open Source 8.4.0); previously, hybrid search was only available through the aggregations API."
3838
},
3939
"facets": {
4040
"support": "full",
@@ -151,21 +151,22 @@
151151
"index_types": {
152152
"value": [
153153
"FLAT",
154-
"HNSW"
154+
"HNSW",
155+
"SVS-VAMANA"
155156
],
156-
"source_url": "https://redis.io/docs/latest/develop/interact/search-and-query/advanced-concepts/vectors/",
157-
"comment": ""
157+
"source_url": "https://redis.io/docs/latest/develop/ai/search-and-query/vectors/#svs-vamana-index",
158+
"comment": "Redis supports the following index types: FLAT, HNSW, and SVS-VAMANA. SVS-VAMANA is a new index type introduced in Redis 8.2."
158159
},
159160
"github_stars": {
160-
"value": 6069,
161-
"source_url": "https://github.com/RediSearch/RediSearch",
162-
"comment": "Vector Search library is part of RediSearch https://github.com/RediSearch/RediSearch/tree/master/deps",
161+
"value": 72680,
162+
"source_url": "https://github.com/redis/redis",
163+
"comment": "Starting with Redis 8.0, both Redis and its vector search functionality are fully open source, with vector search integrated natively into Redis instead of provided as a separate RediSearch library.",
163164
"value_90_days": 0
164165
},
165166
"docker_pulls": {
166-
"value": 16231233,
167-
"source_url": "https://hub.docker.com/r/redis/redis-stack",
168-
"comment": "Vector Search is part of the Redis Stack",
167+
"value": 10279832320,
168+
"source_url": "https://hub.docker.com/_/redis",
169+
"comment": "Starting with Redis 8.0, both Redis and its vector search functionality are fully open source, with vector search integrated natively into Redis instead of provided as a separate RediSearch library.",
169170
"value_90_days": 0
170171
},
171172
"pypi_downloads": {

0 commit comments

Comments
 (0)