Skip to content

Commit

Permalink
[fix] Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MadSchemas committed Mar 4, 2025
1 parent 9995290 commit 78d2de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions float_vector.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ These commands can be used by inserting them via upsert into the #config namespa
### Rebuilding clusters for IVF index

```json
`{"type":"action","action":{"command":"rebuild_ivf_index", "namespace":"*", "index":"*", "data_part": 0.5}}`
{"type":"action","action":{"command":"rebuild_ivf_index", "namespace":"*", "index":"*", "data_part": 0.5}}
```

The command can be useful for cases where the composition of vectors in the index has changed significantly and the current centroids do not provide sufficiently high-quality output.
Expand All @@ -319,7 +319,7 @@ The command can be useful for cases where the composition of vectors in the inde
### Removing disk cache for ANN indexes

```json
`{"type":"action","action":{"command":"drop_ann_storage_cache", "namespace":"*", "index":"*"}}`
{"type":"action","action":{"command":"drop_ann_storage_cache", "namespace":"*", "index":"*"}}
```

The command can be useful for cases when you need to force the re-creation of the disk cache for ANN indexes, or disable it completely (using it together with the `RX_DISABLE_ANN_CACHE` environment variable).
Expand Down

0 comments on commit 78d2de5

Please sign in to comment.