Skip to content

Commit

Permalink
Update vector-database.md (#231)
Browse files Browse the repository at this point in the history
Co-authored-by: Chayim <[email protected]>
  • Loading branch information
pk2 and chayim authored Dec 20, 2023
1 parent c9e983a commit 0938a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stack/get-started/vector-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0938a81

Please sign in to comment.