Skip to content

Commit 5dfbc90

Browse files
Merge pull request #88 from redis/ViktarStarastsenka-patch-1
Updating a link for vector search
2 parents 2270e1b + 5668489 commit 5dfbc90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vss/vectors-basic.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ This vector index attribute is broken down as follows:
5555
- `DIM 3` means that each vector is three dimensional.
5656
- The `DISTANCE_METRIC` is defined as `COSINE`. Other possible values are `IP` and `L2`.
5757

58-
[//]: # (todo: Clarify where to riderct)
59-
See the [vector reference](https://redis.io/docs/latest/develop/ai/search-and-query/advanced-concepts/vectors/) for more detailed information about each available option.
58+
See the [vector reference](https://redis.io/docs/latest/develop/ai/search-and-query/vectors/?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials) for more detailed information about each available option.
6059

6160
```redis Load some data
6261
JSON.SET user:1 $ '{"user": "samuel", "descr": "Samuel likes mountain and kid\'s bikes.", "labels": "mountain, kids", "vector_embedding": [0.9, 0.7, 0.2]}'

0 commit comments

Comments
 (0)