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

Commit de04bbe

Browse files
committed
address comments
1 parent 090f541 commit de04bbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/embeddings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ default_ef = embedding_functions.DefaultEmbeddingFunction()
4242
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.
4343
```py
4444
val = default_ef("foo")
45-
print(val)
4645
```
4746
-> [[0.05035809800028801, 0.0626462921500206, -0.061827320605516434...]]
4847
:::

0 commit comments

Comments
 (0)