Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 142d4f9

Browse files
authored
Merge pull request #215 from Skovorp/patch-1
fix typo
2 parents 4a84ab3 + f28e7f0 commit 142d4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ default_ef = embedding_functions.DefaultEmbeddingFunction()
3535
```
3636

3737
:::note
38-
Embedding functions can linked to a collection, which are used whenever you call `add`, `update`, `upsert` or `query`. You can also be use them directly which can be handy for debugging.
38+
Embedding functions can be linked to a collection and used whenever you call `add`, `update`, `upsert` or `query`. You can also use them directly which can be handy for debugging.
3939
```py
4040
val = default_ef(["foo"])
4141
```

0 commit comments

Comments
 (0)