We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b51a4 commit 4a48424Copy full SHA for 4a48424
README.md
@@ -86,10 +86,10 @@ Choose from multiple Redis deployment options:
86
- name: embedding
87
type: vector
88
attrs:
89
- algorithm: flat
90
- dims: 3
91
- distance_metric: cosine
92
- datatype: float32
+ algorithm: flat
+ dims: 4
+ distance_metric: cosine
+ datatype: float32
93
```
94
```python
95
from redisvl.schema import IndexSchema
schemas/schema.yaml
@@ -14,6 +14,6 @@ fields:
14
15
16
algorithm: flat
17
18
distance_metric: cosine
19
datatype: float32
0 commit comments