File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/vectorize/best-practices Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ The list-vectors operation allows you to enumerate all vector identifiers in a V
1212
1313Use list-vectors for:
1414
15- - ** Bulk operations** : When you need to process all vectors in an index
15+ - ** Bulk operations** : To process all vectors in an index
1616- ** Auditing** : To verify the contents of your index or generate reports
17- - ** Data migration** : When moving vectors between indexes or systems
17+ - ** Data migration** : To move vectors between indexes or systems
1818- ** Cleanup operations** : To identify and remove outdated vectors
1919
2020## Pagination behavior
@@ -39,7 +39,7 @@ Each response includes:
3939- ` totalCount ` : Total number of vectors in the index
4040- ` isTruncated ` : Whether there are more vectors available
4141- ` nextCursor ` : Cursor for the next page (null if no more results)
42- - ` cursorExpirationTimestamp ` : When the cursor expires
42+ - ` cursorExpirationTimestamp ` : Timestamp of when the cursor expires
4343- ` vectors ` : Array of vector identifiers
4444
4545### Cursor expiration
You can’t perform that action at this time.
0 commit comments