|
2 | 2 | "name": "Redis Search", |
3 | 3 | "links": { |
4 | 4 | "docs": "https://redis.io/docs/get-started/vector-database/", |
5 | | - "github": "https://github.com/RediSearch/RediSearch", |
| 5 | + "github": "https://github.com/redis/redis", |
6 | 6 | "website": "https://redis.io/solutions/vector-database/", |
7 | 7 | "vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/81", |
8 | | - "poc_github": "https://github.com/adrianoamaral", |
| 8 | + "poc_github": "https://github.com/abid-redis", |
9 | 9 | "slug": "redis" |
10 | 10 | }, |
11 | 11 | "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." |
15 | 15 | }, |
16 | 16 | "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)." |
20 | 20 | }, |
21 | 21 | "dev_languages": { |
22 | 22 | "value": [ |
|
34 | 34 | "hybrid_search": { |
35 | 35 | "support": "full", |
36 | 36 | "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." |
38 | 38 | }, |
39 | 39 | "facets": { |
40 | 40 | "support": "full", |
|
151 | 151 | "index_types": { |
152 | 152 | "value": [ |
153 | 153 | "FLAT", |
154 | | - "HNSW" |
| 154 | + "HNSW", |
| 155 | + "SVS-VAMANA" |
155 | 156 | ], |
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." |
158 | 159 | }, |
159 | 160 | "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.", |
163 | 164 | "value_90_days": 0 |
164 | 165 | }, |
165 | 166 | "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.", |
169 | 170 | "value_90_days": 0 |
170 | 171 | }, |
171 | 172 | "pypi_downloads": { |
|
0 commit comments