Create requirements.txt
Browse files- requirements.txt +70 -0
requirements.txt
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohappyeyeballs==2.6.1
|
2 |
+
aiohttp==3.11.18
|
3 |
+
aiosignal==1.3.2
|
4 |
+
annotated-types==0.7.0
|
5 |
+
anyio==3.7.1
|
6 |
+
attrs==25.3.0
|
7 |
+
certifi==2025.4.26
|
8 |
+
charset-normalizer==3.4.2
|
9 |
+
click==8.1.8
|
10 |
+
dataclasses-json==0.6.7
|
11 |
+
faiss-cpu==1.7.4
|
12 |
+
fastapi==0.105.0
|
13 |
+
filelock==3.18.0
|
14 |
+
frozenlist==1.6.0
|
15 |
+
fsspec==2025.3.2
|
16 |
+
greenlet==3.2.1
|
17 |
+
h11==0.16.0
|
18 |
+
huggingface-hub==0.19.4
|
19 |
+
idna==3.10
|
20 |
+
Jinja2==3.1.6
|
21 |
+
joblib==1.5.0
|
22 |
+
jsonpatch==1.33
|
23 |
+
jsonpointer==3.0.0
|
24 |
+
langchain==0.0.340
|
25 |
+
langchain-community==0.0.10
|
26 |
+
langchain-core==0.1.23
|
27 |
+
langsmith==0.0.87
|
28 |
+
Markdown==3.5
|
29 |
+
MarkupSafe==3.0.2
|
30 |
+
marshmallow==3.26.1
|
31 |
+
mpmath==1.3.0
|
32 |
+
multidict==6.4.3
|
33 |
+
mypy_extensions==1.1.0
|
34 |
+
networkx==3.4.2
|
35 |
+
nltk==3.9.1
|
36 |
+
numpy==1.26.4
|
37 |
+
packaging==23.2
|
38 |
+
pillow==11.2.1
|
39 |
+
propcache==0.3.1
|
40 |
+
pydantic==2.4.2
|
41 |
+
pydantic_core==2.10.1
|
42 |
+
PyMuPDF==1.23.5
|
43 |
+
PyMuPDFb==1.23.5
|
44 |
+
python-dotenv==1.0.0
|
45 |
+
python-multipart==0.0.6
|
46 |
+
PyYAML==6.0.2
|
47 |
+
regex==2024.11.6
|
48 |
+
requests==2.31.0
|
49 |
+
safetensors==0.5.3
|
50 |
+
scikit-learn==1.6.1
|
51 |
+
scipy==1.15.2
|
52 |
+
sentence-transformers==2.2.2
|
53 |
+
sentencepiece==0.2.0
|
54 |
+
sniffio==1.3.1
|
55 |
+
SQLAlchemy==2.0.40
|
56 |
+
starlette==0.27.0
|
57 |
+
sympy==1.14.0
|
58 |
+
tenacity==8.5.0
|
59 |
+
threadpoolctl==3.6.0
|
60 |
+
tokenizers==0.19.1
|
61 |
+
torch==2.2.2
|
62 |
+
torchvision==0.17.2
|
63 |
+
tqdm==4.67.1
|
64 |
+
transformers==4.40.2
|
65 |
+
typing-inspect==0.9.0
|
66 |
+
typing-inspection==0.4.0
|
67 |
+
typing_extensions==4.13.2
|
68 |
+
urllib3==2.4.0
|
69 |
+
uvicorn==0.23.2
|
70 |
+
yarl==1.20.0
|