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

Commit 087769f

Browse files
authored
Update embeddings.md
fix sentence to "call them directly"
1 parent f66f10b commit 087769f

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)