You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/vectorize/best-practices/query-vectors.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Refer to [Vectorize API](/vectorize/reference/client-api/) for additional exampl
69
69
70
70
## Query by vector identifier
71
71
72
-
Vectorize now offers the ability to search for vectors similar to a vector that is already present in the index using the `queryById()` operation. This can be considered as a single operation that combines the `getById()` and the `query()` operation.
72
+
You can use Vectorize to search for vectors similar to a vector that is already present in the index using the `queryById()` operation. This can be considered as a single operation that combines the `getById()` and the `query()` operation.
73
73
74
74
```ts
75
75
// the query operation would yield results if a vector with id `some-vector-id` is already present in the index.
0 commit comments