Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +135 -17
requirements.txt
CHANGED
@@ -1,18 +1,136 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
pyarrow==14.0.1
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohappyeyeballs==2.4.4
|
3 |
+
aiohttp==3.11.11
|
4 |
+
aiosignal==1.3.2
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==4.7.0
|
7 |
+
appdirs==1.4.4
|
8 |
+
asyncer==0.0.7
|
9 |
+
attrs==24.3.0
|
10 |
+
bidict==0.23.1
|
11 |
+
certifi==2024.12.14
|
12 |
+
chainlit==1.3.2
|
13 |
+
charset-normalizer==3.4.1
|
14 |
+
chevron==0.14.0
|
15 |
+
click==8.1.8
|
16 |
+
colorama==0.4.6
|
17 |
+
dataclasses-json==0.6.7
|
18 |
+
datasets==2.19.2
|
19 |
+
Deprecated==1.2.15
|
20 |
+
dill==0.3.8
|
21 |
+
distro==1.9.0
|
22 |
+
faiss-cpu==1.9.0.post1
|
23 |
+
fastapi==0.115.6
|
24 |
+
filelock==3.16.1
|
25 |
+
filetype==1.2.0
|
26 |
+
frozenlist==1.5.0
|
27 |
+
fsspec==2024.3.1
|
28 |
+
googleapis-common-protos==1.66.0
|
29 |
+
greenlet==3.1.1
|
30 |
+
grpcio==1.68.1
|
31 |
+
grpcio-tools==1.68.1
|
32 |
+
h11==0.14.0
|
33 |
+
h2==4.1.0
|
34 |
+
hpack==4.0.0
|
35 |
+
httpcore==1.0.7
|
36 |
+
httpx==0.28.1
|
37 |
+
huggingface-hub==0.27.0
|
38 |
+
hyperframe==6.0.1
|
39 |
+
idna==3.10
|
40 |
+
importlib_metadata==8.5.0
|
41 |
+
Jinja2==3.1.5
|
42 |
+
jiter==0.8.2
|
43 |
+
joblib==1.4.2
|
44 |
+
jsonpatch==1.33
|
45 |
+
jsonpointer==3.0.0
|
46 |
+
langchain==0.2.16
|
47 |
+
langchain-community==0.2.16
|
48 |
+
langchain-core==0.2.38
|
49 |
+
langchain-experimental==0.0.65
|
50 |
+
langchain-huggingface==0.0.3
|
51 |
+
langchain-openai==0.1.23
|
52 |
+
langchain-qdrant==0.1.4
|
53 |
+
langchain-text-splitters==0.2.4
|
54 |
+
langchainhub==0.1.21
|
55 |
+
langsmith==0.1.147
|
56 |
+
Lazify==0.4.0
|
57 |
+
literalai==0.0.623
|
58 |
+
MarkupSafe==3.0.2
|
59 |
+
marshmallow==3.23.2
|
60 |
+
mpmath==1.3.0
|
61 |
+
multidict==6.1.0
|
62 |
+
multiprocess==0.70.16
|
63 |
+
mypy-extensions==1.0.0
|
64 |
+
nest-asyncio==1.6.0
|
65 |
+
networkx==3.4.2
|
66 |
+
numpy==1.26.4
|
67 |
+
openai==1.58.1
|
68 |
+
opentelemetry-api==1.28.2
|
69 |
+
opentelemetry-exporter-otlp==1.28.2
|
70 |
+
opentelemetry-exporter-otlp-proto-common==1.28.2
|
71 |
+
opentelemetry-exporter-otlp-proto-grpc==1.28.2
|
72 |
+
opentelemetry-exporter-otlp-proto-http==1.28.2
|
73 |
+
opentelemetry-instrumentation==0.49b2
|
74 |
+
opentelemetry-proto==1.28.2
|
75 |
+
opentelemetry-sdk==1.28.2
|
76 |
+
opentelemetry-semantic-conventions==0.49b2
|
77 |
+
orjson==3.10.13
|
78 |
+
packaging==23.2
|
79 |
+
pandas==2.2.3
|
80 |
+
pillow==11.1.0
|
81 |
+
portalocker==2.10.1
|
82 |
+
propcache==0.2.1
|
83 |
+
protobuf==5.29.2
|
84 |
pyarrow==14.0.1
|
85 |
+
pyarrow-hotfix==0.6
|
86 |
+
pydantic==1.10.19
|
87 |
+
pydantic_core==2.27.2
|
88 |
+
PyJWT==2.10.1
|
89 |
+
PyMuPDF==1.25.1
|
90 |
+
pysbd==0.3.4
|
91 |
+
python-dateutil==2.9.0.post0
|
92 |
+
python-dotenv==1.0.1
|
93 |
+
python-engineio==4.11.2
|
94 |
+
python-multipart==0.0.9
|
95 |
+
python-socketio==5.12.1
|
96 |
+
pytz==2024.2
|
97 |
+
pywin32==308
|
98 |
+
PyYAML==6.0.2
|
99 |
+
qdrant-client==1.12.2
|
100 |
+
ragas==0.1.16
|
101 |
+
regex==2024.11.6
|
102 |
+
requests==2.32.3
|
103 |
+
requests-toolbelt==1.0.0
|
104 |
+
safetensors==0.4.5
|
105 |
+
scikit-learn==1.6.0
|
106 |
+
scipy==1.14.1
|
107 |
+
sentence-transformers==3.3.1
|
108 |
+
setuptools==75.6.0
|
109 |
+
simple-websocket==1.1.0
|
110 |
+
six==1.17.0
|
111 |
+
sniffio==1.3.1
|
112 |
+
SQLAlchemy==2.0.36
|
113 |
+
starlette==0.41.3
|
114 |
+
sympy==1.13.1
|
115 |
+
syncer==2.0.3
|
116 |
+
tenacity==8.5.0
|
117 |
+
threadpoolctl==3.5.0
|
118 |
+
tiktoken==0.8.0
|
119 |
+
tokenizers==0.21.0
|
120 |
+
tomli==2.2.1
|
121 |
+
torch==2.5.1
|
122 |
+
tqdm==4.67.1
|
123 |
+
transformers==4.47.1
|
124 |
+
types-requests==2.32.0.20241016
|
125 |
+
typing-inspect==0.9.0
|
126 |
+
typing_extensions==4.12.2
|
127 |
+
tzdata==2024.2
|
128 |
+
uptrace==1.28.2
|
129 |
+
urllib3==2.3.0
|
130 |
+
uvicorn==0.25.0
|
131 |
+
watchfiles==0.20.0
|
132 |
+
wrapt==1.17.0
|
133 |
+
wsproto==1.2.0
|
134 |
+
xxhash==3.5.0
|
135 |
+
yarl==1.18.3
|
136 |
+
zipp==3.21.0
|