Skip to content

Commit a8e151c

Browse files
authored
PCX review
1 parent 1e0d5c0 commit a8e151c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/vectorize/best-practices/list-vectors.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The list-vectors operation allows you to enumerate all vector identifiers in a V
1212

1313
Use 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

0 commit comments

Comments
 (0)