Spaces:
Sleeping
Sleeping
update requeriments.txt
Browse files- requirements.txt +23 -1
requirements.txt
CHANGED
@@ -17,10 +17,12 @@ chroma-hnswlib==0.7.6
|
|
17 |
chromadb==0.6.0
|
18 |
click==8.1.8
|
19 |
coloredlogs==15.0.1
|
|
|
20 |
Deprecated==1.2.15
|
21 |
distro==1.9.0
|
22 |
durationpy==0.9
|
23 |
exceptiongroup==1.2.2
|
|
|
24 |
fastapi==0.115.6
|
25 |
ffmpy==0.5.0
|
26 |
filelock==3.16.1
|
@@ -36,6 +38,7 @@ h11==0.14.0
|
|
36 |
httpcore==1.0.7
|
37 |
httptools==0.6.4
|
38 |
httpx==0.28.1
|
|
|
39 |
huggingface-hub==0.27.0
|
40 |
humanfriendly==10.0
|
41 |
idna==3.10
|
@@ -43,21 +46,28 @@ importlib_metadata==8.5.0
|
|
43 |
importlib_resources==6.4.5
|
44 |
Jinja2==3.1.5
|
45 |
jiter==0.8.2
|
|
|
46 |
jsonpatch==1.33
|
47 |
jsonpointer==3.0.0
|
48 |
kubernetes==31.0.0
|
49 |
langchain==0.3.13
|
|
|
50 |
langchain-core==0.3.28
|
|
|
|
|
51 |
langchain-text-splitters==0.3.4
|
52 |
langsmith==0.2.7
|
53 |
lxml==5.3.0
|
54 |
markdown-it-py==3.0.0
|
55 |
MarkupSafe==2.1.5
|
|
|
56 |
mdurl==0.1.2
|
57 |
mmh3==5.0.1
|
58 |
monotonic==1.6
|
59 |
mpmath==1.3.0
|
60 |
multidict==6.1.0
|
|
|
|
|
61 |
numpy==1.26.4
|
62 |
oauthlib==3.2.2
|
63 |
onnxruntime==1.20.1
|
@@ -83,10 +93,12 @@ protobuf==5.29.2
|
|
83 |
pyasn1==0.6.1
|
84 |
pyasn1_modules==0.4.1
|
85 |
pydantic==2.10.4
|
|
|
86 |
pydantic_core==2.27.2
|
87 |
pydub==0.25.1
|
88 |
Pygments==2.18.0
|
89 |
pypdf==5.1.0
|
|
|
90 |
PyPika==0.48.9
|
91 |
pyproject_hooks==1.2.0
|
92 |
python-dateutil==2.9.0.post0
|
@@ -95,6 +107,7 @@ python-dotenv==1.0.1
|
|
95 |
python-multipart==0.0.20
|
96 |
pytz==2024.2
|
97 |
PyYAML==6.0.2
|
|
|
98 |
requests==2.32.3
|
99 |
requests-oauthlib==2.0.0
|
100 |
requests-toolbelt==1.0.0
|
@@ -102,19 +115,28 @@ rich==13.9.4
|
|
102 |
rsa==4.9
|
103 |
ruff==0.8.4
|
104 |
safehttpx==0.1.6
|
|
|
|
|
|
|
105 |
semantic-version==2.10.0
|
|
|
106 |
shellingham==1.5.4
|
107 |
six==1.17.0
|
108 |
sniffio==1.3.1
|
109 |
SQLAlchemy==2.0.36
|
110 |
starlette==0.41.3
|
111 |
-
sympy==1.13.
|
112 |
tenacity==9.0.0
|
|
|
|
|
113 |
tokenizers==0.21.0
|
114 |
tomli==2.2.1
|
115 |
tomlkit==0.13.2
|
|
|
116 |
tqdm==4.67.1
|
|
|
117 |
typer==0.15.1
|
|
|
118 |
typing_extensions==4.12.2
|
119 |
tzdata==2024.2
|
120 |
urllib3==2.3.0
|
|
|
17 |
chromadb==0.6.0
|
18 |
click==8.1.8
|
19 |
coloredlogs==15.0.1
|
20 |
+
dataclasses-json==0.6.7
|
21 |
Deprecated==1.2.15
|
22 |
distro==1.9.0
|
23 |
durationpy==0.9
|
24 |
exceptiongroup==1.2.2
|
25 |
+
faiss-cpu==1.9.0.post1
|
26 |
fastapi==0.115.6
|
27 |
ffmpy==0.5.0
|
28 |
filelock==3.16.1
|
|
|
38 |
httpcore==1.0.7
|
39 |
httptools==0.6.4
|
40 |
httpx==0.28.1
|
41 |
+
httpx-sse==0.4.0
|
42 |
huggingface-hub==0.27.0
|
43 |
humanfriendly==10.0
|
44 |
idna==3.10
|
|
|
46 |
importlib_resources==6.4.5
|
47 |
Jinja2==3.1.5
|
48 |
jiter==0.8.2
|
49 |
+
joblib==1.4.2
|
50 |
jsonpatch==1.33
|
51 |
jsonpointer==3.0.0
|
52 |
kubernetes==31.0.0
|
53 |
langchain==0.3.13
|
54 |
+
langchain-community==0.3.13
|
55 |
langchain-core==0.3.28
|
56 |
+
langchain-huggingface==0.1.2
|
57 |
+
langchain-openai==0.2.14
|
58 |
langchain-text-splitters==0.3.4
|
59 |
langsmith==0.2.7
|
60 |
lxml==5.3.0
|
61 |
markdown-it-py==3.0.0
|
62 |
MarkupSafe==2.1.5
|
63 |
+
marshmallow==3.23.2
|
64 |
mdurl==0.1.2
|
65 |
mmh3==5.0.1
|
66 |
monotonic==1.6
|
67 |
mpmath==1.3.0
|
68 |
multidict==6.1.0
|
69 |
+
mypy-extensions==1.0.0
|
70 |
+
networkx==3.4.2
|
71 |
numpy==1.26.4
|
72 |
oauthlib==3.2.2
|
73 |
onnxruntime==1.20.1
|
|
|
93 |
pyasn1==0.6.1
|
94 |
pyasn1_modules==0.4.1
|
95 |
pydantic==2.10.4
|
96 |
+
pydantic-settings==2.7.1
|
97 |
pydantic_core==2.27.2
|
98 |
pydub==0.25.1
|
99 |
Pygments==2.18.0
|
100 |
pypdf==5.1.0
|
101 |
+
PyPDF2==3.0.1
|
102 |
PyPika==0.48.9
|
103 |
pyproject_hooks==1.2.0
|
104 |
python-dateutil==2.9.0.post0
|
|
|
107 |
python-multipart==0.0.20
|
108 |
pytz==2024.2
|
109 |
PyYAML==6.0.2
|
110 |
+
regex==2024.11.6
|
111 |
requests==2.32.3
|
112 |
requests-oauthlib==2.0.0
|
113 |
requests-toolbelt==1.0.0
|
|
|
115 |
rsa==4.9
|
116 |
ruff==0.8.4
|
117 |
safehttpx==0.1.6
|
118 |
+
safetensors==0.4.5
|
119 |
+
scikit-learn==1.6.0
|
120 |
+
scipy==1.14.1
|
121 |
semantic-version==2.10.0
|
122 |
+
sentence-transformers==3.3.1
|
123 |
shellingham==1.5.4
|
124 |
six==1.17.0
|
125 |
sniffio==1.3.1
|
126 |
SQLAlchemy==2.0.36
|
127 |
starlette==0.41.3
|
128 |
+
sympy==1.13.1
|
129 |
tenacity==9.0.0
|
130 |
+
threadpoolctl==3.5.0
|
131 |
+
tiktoken==0.8.0
|
132 |
tokenizers==0.21.0
|
133 |
tomli==2.2.1
|
134 |
tomlkit==0.13.2
|
135 |
+
torch==2.5.1
|
136 |
tqdm==4.67.1
|
137 |
+
transformers==4.47.1
|
138 |
typer==0.15.1
|
139 |
+
typing-inspect==0.9.0
|
140 |
typing_extensions==4.12.2
|
141 |
tzdata==2024.2
|
142 |
urllib3==2.3.0
|