vhr1007 commited on
Commit
44045af
1 Parent(s): 50b2f8e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +123 -0
requirements.txt ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.3.2
2
+ aiohttp==3.10.0
3
+ aiosignal==1.3.1
4
+ annotated-types==0.7.0
5
+ anyio==4.4.0
6
+ attrs==23.2.0
7
+ beautifulsoup4==4.12.3
8
+ boto3==1.34.151
9
+ botocore==1.34.151
10
+ certifi==2024.7.4
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ dataclasses-json==0.6.7
14
+ datasets==2.20.0
15
+ Deprecated==1.2.14
16
+ dill==0.3.8
17
+ dirtyjson==1.0.8
18
+ distro==1.9.0
19
+ dnspython==2.6.1
20
+ einops==0.8.0
21
+ email_validator==2.2.0
22
+ fastapi==0.111.1
23
+ fastapi-cli==0.0.4
24
+ filelock==3.15.4
25
+ frozenlist==1.4.1
26
+ fsspec==2024.5.0
27
+ greenlet==3.0.3
28
+ grpcio==1.65.2
29
+ grpcio-tools==1.65.2
30
+ h11==0.14.0
31
+ h2==4.1.0
32
+ hpack==4.0.0
33
+ httpcore==1.0.5
34
+ httptools==0.6.1
35
+ httpx==0.27.0
36
+ huggingface-hub==0.24.5
37
+ hyperframe==6.0.1
38
+ idna==3.7
39
+ Jinja2==3.1.4
40
+ jmespath==1.0.1
41
+ joblib==1.4.2
42
+ llama-cloud==0.0.11
43
+ llama-index==0.10.58
44
+ llama-index-agent-openai==0.2.9
45
+ llama-index-cli==0.1.13
46
+ llama-index-core==0.10.58
47
+ llama-index-embeddings-openai==0.1.11
48
+ llama-index-indices-managed-llama-cloud==0.2.7
49
+ llama-index-legacy==0.9.48
50
+ llama-index-llms-openai==0.1.27
51
+ llama-index-multi-modal-llms-openai==0.1.8
52
+ llama-index-program-openai==0.1.7
53
+ llama-index-question-gen-openai==0.1.3
54
+ llama-index-readers-file==0.1.32
55
+ llama-index-readers-llama-parse==0.1.6
56
+ llama-parse==0.4.9
57
+ markdown-it-py==3.0.0
58
+ MarkupSafe==2.1.5
59
+ marshmallow==3.21.3
60
+ mdurl==0.1.2
61
+ mpmath==1.3.0
62
+ multidict==6.0.5
63
+ multiprocess==0.70.16
64
+ mypy-extensions==1.0.0
65
+ nest-asyncio==1.6.0
66
+ networkx==3.3
67
+ nltk==3.8.1
68
+ numpy==1.26.4
69
+ openai==1.37.1
70
+ packaging==24.1
71
+ pandas==2.2.2
72
+ pillow==10.4.0
73
+ portalocker==2.10.1
74
+ protobuf==5.27.2
75
+ pyarrow==17.0.0
76
+ pyarrow-hotfix==0.6
77
+ pydantic==2.8.2
78
+ pydantic_core==2.20.1
79
+ Pygments==2.18.0
80
+ pypdf==4.3.1
81
+ pytesseract==0.3.10
82
+ python-dateutil==2.9.0.post0
83
+ python-dotenv==1.0.1
84
+ python-multipart==0.0.9
85
+ pytz==2024.1
86
+ PyYAML==6.0.1
87
+ qdrant-client==1.10.1
88
+ regex==2024.7.24
89
+ requests==2.32.3
90
+ rich==13.7.1
91
+ s3transfer==0.10.2
92
+ safetensors==0.4.3
93
+ scikit-learn==1.5.1
94
+ scipy==1.14.0
95
+ sentence-transformers==3.0.1
96
+ setuptools==70.3.0
97
+ shellingham==1.5.4
98
+ six==1.16.0
99
+ sniffio==1.3.1
100
+ soupsieve==2.5
101
+ SQLAlchemy==2.0.31
102
+ starlette==0.37.2
103
+ striprtf==0.0.26
104
+ sympy==1.13.1
105
+ tenacity==8.5.0
106
+ threadpoolctl==3.5.0
107
+ tiktoken==0.7.0
108
+ tokenizers==0.19.1
109
+ torch==2.4.0
110
+ tqdm==4.66.4
111
+ transformers==4.43.3
112
+ typer==0.12.3
113
+ typing-inspect==0.9.0
114
+ typing_extensions==4.12.2
115
+ tzdata==2024.1
116
+ urllib3==2.2.2
117
+ uvicorn==0.30.3
118
+ uvloop==0.19.0
119
+ watchfiles==0.22.0
120
+ websockets==12.0
121
+ wrapt==1.16.0
122
+ xxhash==3.4.1
123
+ yarl==1.9.4