Skip to content

Commit c0090a4

Browse files
Merge pull request #94 from redis/main
Releasing changes
2 parents a2515ad + 6b24363 commit c0090a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vss/e-commerce-discovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ FT.SEARCH idx:bikes_vss
187187
With Redis 8, you can combine your regular searches (numeric, tag, geospatial, full-text) with vector searches. These are called hybrid queries.
188188

189189
```redis Hybrid query
190-
// Run a vector search for 'Female specific mountain bike' for bikes type "Mountain bikes" and with price between $3500 and $3500
190+
// Run a vector search for 'Female specific mountain bike' for bikes type "Mountain bikes" and with price between $3000 and $3500
191191
FT.SEARCH idx:bikes_vss
192192
"(@type:{Mountain Bikes} @price:[3000 3500])=>[KNN 3 @description_embeddings $my_blob AS score ]"
193193
RETURN 5 score brand type price description

0 commit comments

Comments
 (0)