Skip to content

Commit 18a2f9d

Browse files
fix: chonkie optional install is called semantic not semantics
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 835e43d commit 18a2f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def run(self):
145145
"litellm==v1.78.2",
146146
"nest_asyncio>=1.6.0", # needed to fix ollama 'event loop closed' error thanks to https://github.com/BerriAI/litellm/pull/7625/files
147147
"chonkie[all]>=1.4.0", # chonkie is for the semantic embeddings
148-
"chonkie[semantics]>=1.4.0",
148+
"chonkie[semantic]>=1.4.0",
149149
"prompt-toolkit>=3.0.47",
150150
"tqdm>=4.66.4",
151151
"faiss-cpu>=1.8.0",

0 commit comments

Comments
 (0)