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

Commit c4d24d2

Browse files
authored
Merge pull request #154 from eebmagic/main
Wording correction in embeddings.md
2 parents f66f10b + 087769f commit c4d24d2

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
@@ -39,7 +39,7 @@ default_ef = embedding_functions.DefaultEmbeddingFunction()
3939
```
4040

4141
:::tip
42-
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.
42+
Embedding functions can linked to a collection, which are used whenever you call `add`, `update`, `upsert` or `query`. You can also call them directly which can be handy for debugging.
4343
```py
4444
val = default_ef(["foo"])
4545
```

0 commit comments

Comments
 (0)