File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Machine learning models have facilitated the rise of embeddings as a widely embr
16
16
17
17
Given a suitable machine learning model, the generated embeddings can encapsulate complex patterns and semantic meanings inherent in data.
18
18
19
- You can use Redis Stack as a vector database, which allows you to:
19
+ You can use Redis 8 as a vector database, which allows you to:
20
20
21
21
- Store vectors and the associated metadata within hashes or JSON documents
22
22
- Retrieve vectors
@@ -25,8 +25,8 @@ You can use Redis Stack as a vector database, which allows you to:
25
25
26
26
### Prerequisites
27
27
28
- [ Redis Stack ] ( https://redis.io/downloads/?utm_source=redisinsight&utm_medium=app&utm_campaign=vss_tutorial ) >=7.2.0-v7 \
28
+ [ Redis 8 ] ( https://hub.docker.com/layers/library/redis/8.0.3/images/sha256-426e6823fb1778e8c49f327f9e5af00e505a7fca726ffe11b7930eb1d99ef5fd ) or higher \
29
29
OR \
30
30
[ RediSearch] ( https://github.com/RediSearch/RediSearch/ ) >=2.8.11 \
31
31
OR \
32
- A free Redis Stack instance on [ Redis Cloud] ( https://redis.com /try-free/?utm_source=redisinsight&utm_medium=app&utm_campaign=vss_tutorial ) .
32
+ A free Redis instance on [ Redis Cloud] ( https://redis.io /try-free/?utm_source=redisinsight&utm_medium=app&utm_campaign=timeseries_tutorial ) .
You can’t perform that action at this time.
0 commit comments