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 04e3a27 commit 9a60ec1Copy full SHA for 9a60ec1
2 files changed
pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
24
"deprecated>=1.2.18",
25
"dingtalk-stream>=0.22.1",
26
"docstring-parser>=0.16",
27
- "faiss-cpu==1.10.0",
+ "faiss-cpu>=1.12.0",
28
"filelock>=3.18.0",
29
"google-genai>=1.56.0",
30
"lark-oapi>=1.4.15",
requirements.txt
@@ -17,7 +17,7 @@ defusedxml>=0.7.1
17
deprecated>=1.2.18
18
dingtalk-stream>=0.22.1
19
docstring-parser>=0.16
20
-faiss-cpu==1.10.0
+faiss-cpu>=1.12.0
21
filelock>=3.18.0
22
google-genai>=1.56.0
23
lark-oapi>=1.4.15
0 commit comments