Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +16 -135
requirements.txt
CHANGED
@@ -1,136 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
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 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
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
|
|
|
1 |
+
langchain
|
2 |
+
langchain-openai
|
3 |
+
langchain_core==0.2.38
|
4 |
+
langchain-community
|
5 |
+
langchainhub
|
6 |
+
langchain-qdrant
|
7 |
+
langchain_huggingface
|
8 |
+
langchain-text-splitters
|
9 |
+
langchain_experimental
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
ragas==0.1.16
|
11 |
+
openai
|
12 |
+
pymupdf
|
13 |
+
faiss-cpu
|
14 |
+
sentence_transformers
|
15 |
+
datasets
|
16 |
+
pyarrow==14.0.1
|
17 |
+
chainlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|