From ffdab4e04fd96be7342aa5a53f194cc4ffd7d339 Mon Sep 17 00:00:00 2001 From: Kishkath <60026221+kishkath@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:22:26 +0530 Subject: [PATCH] Update usage-guide.md Spelling typo. Modified "sentence transfomer" to "sentence transformer" --- docs/usage-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage-guide.md b/docs/usage-guide.md index a4504ac..8462104 100644 --- a/docs/usage-guide.md +++ b/docs/usage-guide.md @@ -195,7 +195,7 @@ collection = client.get_collection(name="my_collection", embedding_function=emb_ If you later wish to `get_collection`, you MUST do so with the embedding function you supplied while creating the collection ::: -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. +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.