Skip to content

Commit abf2b4b

Browse files
authored
update examples/README.md - add search-knn to the table
1 parent fa47b57 commit abf2b4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This folder contains example scripts showing how to use Node Redis in different
2020
| `pubsub-subscriber.js` | Reads messages from channels using `PSUBSCRIBE` command. |
2121
| `search-hashes.js` | Uses [RediSearch](https://redisearch.io) to index and search data in hashes. |
2222
| `search-json.js` | Uses [RediSearch](https://redisearch.io/) and [RedisJSON](https://redisjson.io/) to index and search JSON data. |
23+
| `search-knn.js` | Uses [RediSearch vector similarity]([https://redisearch.io/](https://redis.io/docs/stack/search/reference/vectors/)) to index and run KNN queries. |
2324
| `set-scan.js` | An example script that shows how to use the SSCAN iterator functionality. |
2425
| `sorted-set.js` | Add members with scores to a Sorted Set and retrieve them using the ZSCAN iteractor functionality. |
2526
| `stream-producer.js` | Adds entries to a [Redis Stream](https://redis.io/topics/streams-intro) using the `XADD` command. |

0 commit comments

Comments
 (0)