Spaces:
Runtime error
Runtime error
more files
Browse files- requirements.txt +63 -0
requirements.txt
CHANGED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.9.3
|
2 |
+
aiosignal==1.3.1
|
3 |
+
annotated-types==0.6.0
|
4 |
+
anyio==4.3.0
|
5 |
+
async-timeout==4.0.3
|
6 |
+
attrs==23.2.0
|
7 |
+
certifi==2024.2.2
|
8 |
+
cffi==1.16.0
|
9 |
+
charset-normalizer==3.3.2
|
10 |
+
cryptography==42.0.5
|
11 |
+
dataclasses-json==0.6.4
|
12 |
+
distro==1.9.0
|
13 |
+
exceptiongroup==1.2.0
|
14 |
+
faiss-cpu==1.8.0
|
15 |
+
frozenlist==1.4.1
|
16 |
+
greenlet==3.0.3
|
17 |
+
h11==0.14.0
|
18 |
+
httpcore==1.0.4
|
19 |
+
httpx==0.27.0
|
20 |
+
idna==3.6
|
21 |
+
jsonpatch==1.33
|
22 |
+
jsonpointer==2.4
|
23 |
+
langchain==0.1.13
|
24 |
+
langchain-community==0.0.29
|
25 |
+
langchain-core==0.1.33
|
26 |
+
langchain-openai==0.1.1
|
27 |
+
langchain-text-splitters==0.0.1
|
28 |
+
langsmith==0.1.31
|
29 |
+
marshmallow==3.21.1
|
30 |
+
multidict==6.0.5
|
31 |
+
mypy-extensions==1.0.0
|
32 |
+
numpy==1.26.4
|
33 |
+
openai==1.14.2
|
34 |
+
orjson==3.9.15
|
35 |
+
packaging==23.2
|
36 |
+
pandas==2.2.1
|
37 |
+
pdf2image==1.17.0
|
38 |
+
pdfminer.six==20231228
|
39 |
+
pdfplumber==0.11.0
|
40 |
+
pillow==10.2.0
|
41 |
+
pycparser==2.21
|
42 |
+
pydantic==2.6.4
|
43 |
+
pydantic_core==2.16.3
|
44 |
+
PyPDF2==3.0.1
|
45 |
+
pypdfium2==4.28.0
|
46 |
+
pytesseract==0.3.10
|
47 |
+
python-dateutil==2.9.0.post0
|
48 |
+
python-dotenv==1.0.1
|
49 |
+
pytz==2024.1
|
50 |
+
PyYAML==6.0.1
|
51 |
+
regex==2023.12.25
|
52 |
+
requests==2.31.0
|
53 |
+
six==1.16.0
|
54 |
+
sniffio==1.3.1
|
55 |
+
SQLAlchemy==2.0.28
|
56 |
+
tenacity==8.2.3
|
57 |
+
tiktoken==0.6.0
|
58 |
+
tqdm==4.66.2
|
59 |
+
typing-inspect==0.9.0
|
60 |
+
typing_extensions==4.10.0
|
61 |
+
tzdata==2024.1
|
62 |
+
urllib3==2.2.1
|
63 |
+
yarl==1.9.4
|