Trabis commited on
Commit
932a879
·
verified ·
1 Parent(s): a5f2cc7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +161 -6
requirements.txt CHANGED
@@ -1,6 +1,161 @@
1
- llama-index
2
- streamlit
3
- llama_index.embeddings.huggingface
4
- llama-index huggingface-hub
5
- llama-index-llms-mistralai
6
- llama-index-embeddings-huggingface
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.3
3
+ aiohttp==3.10.10
4
+ aiosignal==1.3.1
5
+ altair==5.4.1
6
+ annotated-types==0.7.0
7
+ anyio==4.6.2.post1
8
+ attrs==24.2.0
9
+ beautifulsoup4==4.12.3
10
+ blinker==1.8.2
11
+ cachetools==5.5.0
12
+ certifi==2024.7.4
13
+ charset-normalizer==3.3.2
14
+ click==8.1.7
15
+ colorama==0.4.6
16
+ contourpy==1.3.0
17
+ cycler==0.12.1
18
+ dataclasses-json==0.6.7
19
+ Deprecated==1.2.14
20
+ dirtyjson==1.0.8
21
+ distlib==0.3.9
22
+ distro==1.9.0
23
+ einops==0.8.0
24
+ eval_type_backport==0.2.0
25
+ faiss-cpu==1.9.0
26
+ fastapi==0.115.4
27
+ ffmpy==0.4.0
28
+ filelock==3.16.1
29
+ fonttools==4.54.1
30
+ frozenlist==1.4.1
31
+ fsspec==2024.9.0
32
+ gdown==5.2.0
33
+ gitdb==4.0.11
34
+ GitPython==3.1.43
35
+ gradio==3.18.0
36
+ gradio_client==1.4.2
37
+ greenlet==3.1.1
38
+ h11==0.14.0
39
+ httpcore==1.0.6
40
+ httpx==0.27.2
41
+ httpx-sse==0.4.0
42
+ huggingface-hub==0.26.0
43
+ idna==3.7
44
+ Jinja2==3.1.4
45
+ jiter==0.6.1
46
+ joblib==1.4.2
47
+ jsonpatch==1.33
48
+ jsonpath-python==1.0.6
49
+ jsonpointer==3.0.0
50
+ jsonschema==4.23.0
51
+ jsonschema-specifications==2024.10.1
52
+ kiwisolver==1.4.7
53
+ langchain==0.3.4
54
+ langchain-core==0.3.12
55
+ langchain-mistralai==0.2.0
56
+ langchain-openai==0.2.3
57
+ langchain-text-splitters==0.3.0
58
+ langsmith==0.1.136
59
+ linkify-it-py==2.0.3
60
+ llama-cloud==0.1.4
61
+ llama-index==0.11.22
62
+ llama-index-agent-openai==0.3.4
63
+ llama-index-cli==0.3.1
64
+ llama-index-core==0.11.22
65
+ llama-index-embeddings-huggingface==0.3.1
66
+ llama-index-embeddings-huggingface-api==0.2.1
67
+ llama-index-embeddings-openai==0.2.5
68
+ llama-index-indices-managed-llama-cloud==0.4.0
69
+ llama-index-legacy==0.9.48.post3
70
+ llama-index-llms-mistralai==0.2.7
71
+ llama-index-llms-openai==0.2.16
72
+ llama-index-multi-modal-llms-openai==0.2.3
73
+ llama-index-program-openai==0.2.0
74
+ llama-index-question-gen-openai==0.2.0
75
+ llama-index-readers-file==0.2.2
76
+ llama-index-readers-llama-parse==0.3.0
77
+ llama-index-utils-huggingface==0.2.0
78
+ llama-parse==0.5.13
79
+ markdown-it-py==3.0.0
80
+ MarkupSafe==3.0.1
81
+ marshmallow==3.23.1
82
+ matplotlib==3.9.2
83
+ mdit-py-plugins==0.4.2
84
+ mdurl==0.1.2
85
+ mistralai==1.1.0
86
+ mpmath==1.3.0
87
+ multidict==6.1.0
88
+ mypy-extensions==1.0.0
89
+ narwhals==1.9.4
90
+ nest-asyncio==1.6.0
91
+ networkx==3.4.2
92
+ nltk==3.9.1
93
+ numpy==1.26.4
94
+ openai==1.52.0
95
+ orjson==3.10.6
96
+ packaging==24.1
97
+ pandas==2.2.3
98
+ pillow==10.4.0
99
+ platformdirs==4.3.6
100
+ propcache==0.2.0
101
+ protobuf==5.28.2
102
+ pyarrow==17.0.0
103
+ pycryptodome==3.21.0
104
+ pydantic==2.9.2
105
+ pydantic_core==2.23.4
106
+ pydeck==0.9.1
107
+ pydub==0.25.1
108
+ Pygments==2.18.0
109
+ pyparsing==3.2.0
110
+ pypdf==4.3.1
111
+ PySocks==1.7.1
112
+ python-dateutil==2.8.2
113
+ python-multipart==0.0.12
114
+ pytz==2024.2
115
+ PyYAML==6.0.1
116
+ referencing==0.35.1
117
+ regex==2024.9.11
118
+ requests==2.32.3
119
+ requests-toolbelt==1.0.0
120
+ rich==13.9.2
121
+ rpds-py==0.20.0
122
+ ruff==0.7.1
123
+ safehttpx==0.1.1
124
+ safetensors==0.4.5
125
+ scikit-learn==1.5.2
126
+ scipy==1.14.1
127
+ semantic-version==2.10.0
128
+ sentence-transformers==3.2.1
129
+ shellingham==1.5.4
130
+ six==1.16.0
131
+ smmap==5.0.1
132
+ sniffio==1.3.1
133
+ soupsieve==2.6
134
+ SQLAlchemy==2.0.36
135
+ starlette==0.41.2
136
+ streamlit==1.40.0
137
+ streamlit_arabic_support_wrapper==1.1
138
+ striprtf==0.0.26
139
+ sympy==1.13.1
140
+ tenacity==8.5.0
141
+ threadpoolctl==3.5.0
142
+ tiktoken==0.8.0
143
+ tokenizers==0.20.1
144
+ toml==0.10.2
145
+ tomlkit==0.12.0
146
+ torch==2.5.0
147
+ tornado==6.4.1
148
+ tqdm==4.66.5
149
+ transformers==4.45.2
150
+ typer==0.12.5
151
+ typing-inspect==0.9.0
152
+ typing_extensions==4.12.2
153
+ tzdata==2024.2
154
+ uc-micro-py==1.0.3
155
+ urllib3==2.2.2
156
+ uvicorn==0.32.0
157
+ virtualenv==20.27.1
158
+ watchdog==5.0.3
159
+ websockets==12.0
160
+ wrapt==1.16.0
161
+ yarl==1.15.5