Skip to content

Commit 1fa2ec6

Browse files
Fixing comments for VSS and changed value for INITIAL_CAP and BLOCK_SIZE
1 parent 7fcef0b commit 1fa2ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/redis_stack/vector_similarity_search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ FT.CREATE idx:bikes_vss
147147
"TYPE" FLOAT32
148148
"DIM" 768
149149
"DISTANCE_METRIC" "L2"
150-
"INITIAL_CAP" 20
151-
"BLOCK_SIZE" 20
150+
"INITIAL_CAP" 111
151+
"BLOCK_SIZE" 111
152152
```
153153

154154
## Running Vector Similarity Search

0 commit comments

Comments
 (0)