Skip to content

Commit 884a978

Browse files
garvit-guptaOxyjun
andauthored
Update src/content/docs/vectorize/best-practices/query-vectors.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent ce871f9 commit 884a978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Refer to [Vectorize API](/vectorize/reference/client-api/) for additional exampl
6969

7070
## Query by vector identifier
7171

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.
7373

7474
```ts
7575
// the query operation would yield results if a vector with id `some-vector-id` is already present in the index.

0 commit comments

Comments
 (0)