File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -310,8 +310,8 @@ Indexes using the SQ indexing algorithm can return inaccurate results if the ran
310310If one or more dimensional values fall outside the range that SQ assign buckets to, they get assigned closest bucket.
311311These inaccuracies can build over time, skewing results,.
312312
313- To resolve these accuracy issues, can retrain your indexes when you notice poor results.
314- You can retrain indexes periodically, or after you have made significant changes to your dataset.
313+ To resolve these accuracy issues, you can retrain your indexes when you notice poor results.
314+ You can also choose to retrain indexes periodically or after you have made significant changes to your dataset.
315315
316316You should consider the need to retrain your indexes when choosing which index algorithm to use.
317317For example, the PQ algorithm requires more resources to train than the SQ algorithm.
Original file line number Diff line number Diff line change 1- * xref:7.7@ server:vector-index:use-vector-indexes.adoc[]
1+ * xref:server:vector-index:use-vector-indexes.adoc[]
22+
33--
4- ** xref:7.7@ server:vector-index:vectors-and-indexes-overview.adoc[]
5- ** xref:7.7@ server:vector-index:vector-index.adoc[]
6- ** xref:7.7@ server:vector-index:gsi-with-vector.adoc[]
4+ ** xref:server:vector-index:vectors-and-indexes-overview.adoc[]
5+ ** xref:server:vector-index:vector-index.adoc[]
6+ ** xref:server:vector-index:gsi-with-vector.adoc[]
77--
88+
99--
You can’t perform that action at this time.
0 commit comments