From 0938a81c9ffcdc6ef6db20457be0b3ba3e82b55a Mon Sep 17 00:00:00 2001 From: pk2 Date: Wed, 20 Dec 2023 16:09:14 +0100 Subject: [PATCH] Update vector-database.md (#231) Co-authored-by: Chayim --- docs/stack/get-started/vector-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stack/get-started/vector-database.md b/docs/stack/get-started/vector-database.md index 9fb5ba6..f5ef276 100644 --- a/docs/stack/get-started/vector-database.md +++ b/docs/stack/get-started/vector-database.md @@ -171,7 +171,7 @@ You can find further details about all these options in the [vector reference do As soon as you execute the [FT.CREATE](https://redis.io/commands/ft.create/) command, the indexing process runs in the background. In a short time, all JSON documents should be indexed and ready to be queried. To validate that, you can use the [FT.INFO](https://redis.io/commands/ft.info/) command, which provides details and statistics about the index. Of particular interest are the number of documents successfully indexed and the number of failures: {{< clients-example search_vss validate_index >}} -FT_INFO idx:bikes_vss +FT.INFO idx:bikes_vss {{< /clients-example >}} ## Search and query