Skip to content

Commit 4a48424

Browse files
fix vector dims in example
1 parent c7b51a4 commit 4a48424

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ Choose from multiple Redis deployment options:
8686
- name: embedding
8787
type: vector
8888
attrs:
89-
algorithm: flat
90-
dims: 3
91-
distance_metric: cosine
92-
datatype: float32
89+
algorithm: flat
90+
dims: 4
91+
distance_metric: cosine
92+
datatype: float32
9393
```
9494
```python
9595
from redisvl.schema import IndexSchema

schemas/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ fields:
1414
type: vector
1515
attrs:
1616
algorithm: flat
17-
dims: 3
17+
dims: 4
1818
distance_metric: cosine
1919
datatype: float32

0 commit comments

Comments
 (0)