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

Commit ffdab4e

Browse files
authored
Update usage-guide.md
Spelling typo. Modified "sentence transfomer" to "sentence transformer"
1 parent 142d4f9 commit ffdab4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ collection = client.get_collection(name="my_collection", embedding_function=emb_
195195
If you later wish to `get_collection`, you MUST do so with the embedding function you supplied while creating the collection
196196
:::
197197

198-
The embedding function takes text as input, and performs tokenization and embedding. If no embedding function is supplied, Chroma will use [sentence transfomer](https://www.sbert.net/index.html) as a default.
198+
The embedding function takes text as input, and performs tokenization and embedding. If no embedding function is supplied, Chroma will use [sentence transformer](https://www.sbert.net/index.html) as a default.
199199

200200
</TabItem>
201201
<TabItem value="js" label="JavaScript">

0 commit comments

Comments
 (0)