We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835e43d commit 18a2f9dCopy full SHA for 18a2f9d
setup.py
@@ -145,7 +145,7 @@ def run(self):
145
"litellm==v1.78.2",
146
"nest_asyncio>=1.6.0", # needed to fix ollama 'event loop closed' error thanks to https://github.com/BerriAI/litellm/pull/7625/files
147
"chonkie[all]>=1.4.0", # chonkie is for the semantic embeddings
148
- "chonkie[semantics]>=1.4.0",
+ "chonkie[semantic]>=1.4.0",
149
"prompt-toolkit>=3.0.47",
150
"tqdm>=4.66.4",
151
"faiss-cpu>=1.8.0",
0 commit comments