Upload requirements.txt
Browse files- requirements.txt +146 -9
requirements.txt
CHANGED
@@ -1,43 +1,180 @@
|
|
1 |
agent==0.1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
anthropic==0.52.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
certifi==2025.4.26
|
|
|
4 |
charset-normalizer==3.4.2
|
|
|
5 |
cloudinary==1.44.0
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
filelock==3.18.0
|
|
|
|
|
|
|
8 |
fsspec==2025.5.1
|
|
|
9 |
gradio==5.33.0
|
10 |
gradio-client==1.10.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
httpx==0.28.1
|
|
|
12 |
huggingface-hub==0.32.4
|
|
|
|
|
13 |
idna==3.10
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
langgraph==0.4.8
|
|
|
16 |
langgraph-checkpoint-sqlite==2.0.10
|
17 |
langgraph-prebuilt==0.2.2
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
llama-index-embeddings-clip==0.4.0
|
20 |
llama-index-embeddings-fastembed==0.3.2
|
21 |
llama-index-embeddings-huggingface==0.5.4
|
|
|
|
|
22 |
llama-index-llms-anthropic==0.7.2
|
23 |
-
llama-index-llms-openai==0.4.
|
24 |
-
llama-index-
|
|
|
|
|
|
|
|
|
25 |
llama-index-vector-stores-qdrant==0.6.0
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
openai==1.84.0
|
28 |
-
|
|
|
|
|
|
|
|
|
29 |
pillow==11.2.1
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
pymongo==4.13.0
|
|
|
|
|
32 |
python-dotenv==1.1.0
|
|
|
|
|
33 |
pyyaml==6.0.2
|
34 |
qdrant-client==1.14.2
|
|
|
35 |
requests==2.32.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
sentence-transformers==4.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
tavily-python==0.7.5
|
|
|
|
|
|
|
|
|
|
|
38 |
torch==2.7.1
|
39 |
torchvision==0.22.1
|
40 |
tqdm==4.67.1
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
urllib3==2.4.0
|
42 |
-
|
43 |
websockets==15.0.1
|
|
|
|
|
|
|
|
|
|
1 |
agent==0.1.3
|
2 |
+
aiofiles==24.1.0
|
3 |
+
aiohappyeyeballs==2.6.1
|
4 |
+
aiohttp==3.12.9
|
5 |
+
aiosignal==1.3.2
|
6 |
+
aiosqlite==0.21.0
|
7 |
+
annotated-types==0.7.0
|
8 |
anthropic==0.52.2
|
9 |
+
anyio==4.9.0
|
10 |
+
attrs==25.3.0
|
11 |
+
audioop-lts==0.2.1
|
12 |
+
authlib==1.6.0
|
13 |
+
banks==2.1.2
|
14 |
+
beautifulsoup4==4.13.4
|
15 |
+
boto3==1.38.31
|
16 |
+
botocore==1.38.31
|
17 |
+
cachetools==5.5.2
|
18 |
certifi==2025.4.26
|
19 |
+
cffi==1.17.1
|
20 |
charset-normalizer==3.4.2
|
21 |
+
click==8.2.1
|
22 |
cloudinary==1.44.0
|
23 |
+
colorama==0.4.6
|
24 |
+
coloredlogs==15.0.1
|
25 |
+
cryptography==45.0.3
|
26 |
+
dataclasses-json==0.6.7
|
27 |
+
deprecated==1.2.18
|
28 |
+
dirtyjson==1.0.8
|
29 |
+
distro==1.9.0
|
30 |
+
dnspython==2.7.0
|
31 |
+
exceptiongroup==1.3.0
|
32 |
+
fastapi==0.115.12
|
33 |
+
fastembed==0.7.0
|
34 |
+
fastmcp==2.6.1
|
35 |
+
ffmpy==0.6.0
|
36 |
filelock==3.18.0
|
37 |
+
filetype==1.2.0
|
38 |
+
flatbuffers==25.2.10
|
39 |
+
frozenlist==1.6.2
|
40 |
fsspec==2025.5.1
|
41 |
+
google-auth==2.40.3
|
42 |
gradio==5.33.0
|
43 |
gradio-client==1.10.2
|
44 |
+
greenlet==3.2.2
|
45 |
+
griffe==1.7.3
|
46 |
+
groovy==0.1.2
|
47 |
+
grpcio==1.72.1
|
48 |
+
h11==0.16.0
|
49 |
+
h2==4.2.0
|
50 |
+
hf-xet==1.1.3
|
51 |
+
hpack==4.1.0
|
52 |
+
httpcore==1.0.9
|
53 |
httpx==0.28.1
|
54 |
+
httpx-sse==0.4.0
|
55 |
huggingface-hub==0.32.4
|
56 |
+
humanfriendly==10.0
|
57 |
+
hyperframe==6.1.0
|
58 |
idna==3.10
|
59 |
+
jinja2==3.1.6
|
60 |
+
jiter==0.10.0
|
61 |
+
jmespath==1.0.1
|
62 |
+
joblib==1.5.1
|
63 |
+
jsonpatch==1.33
|
64 |
+
jsonpointer==3.0.0
|
65 |
+
langchain-core==0.3.63
|
66 |
langgraph==0.4.8
|
67 |
+
langgraph-checkpoint==2.0.26
|
68 |
langgraph-checkpoint-sqlite==2.0.10
|
69 |
langgraph-prebuilt==0.2.2
|
70 |
+
langgraph-sdk==0.1.70
|
71 |
+
langsmith==0.3.45
|
72 |
+
llama-cloud==0.1.23
|
73 |
+
llama-cloud-services==0.6.28
|
74 |
+
llama-index==0.12.40
|
75 |
+
llama-index-agent-openai==0.4.9
|
76 |
+
llama-index-cli==0.4.3
|
77 |
+
llama-index-core==0.12.40
|
78 |
llama-index-embeddings-clip==0.4.0
|
79 |
llama-index-embeddings-fastembed==0.3.2
|
80 |
llama-index-embeddings-huggingface==0.5.4
|
81 |
+
llama-index-embeddings-openai==0.3.1
|
82 |
+
llama-index-indices-managed-llama-cloud==0.7.4
|
83 |
llama-index-llms-anthropic==0.7.2
|
84 |
+
llama-index-llms-openai==0.4.3
|
85 |
+
llama-index-multi-modal-llms-openai==0.5.1
|
86 |
+
llama-index-program-openai==0.3.2
|
87 |
+
llama-index-question-gen-openai==0.3.1
|
88 |
+
llama-index-readers-file==0.4.8
|
89 |
+
llama-index-readers-llama-parse==0.4.0
|
90 |
llama-index-vector-stores-qdrant==0.6.0
|
91 |
+
llama-parse==0.6.28
|
92 |
+
loguru==0.7.3
|
93 |
+
markdown-it-py==3.0.0
|
94 |
+
markupsafe==3.0.2
|
95 |
+
marshmallow==3.26.1
|
96 |
+
mcp==1.9.2
|
97 |
+
mdurl==0.1.2
|
98 |
+
mmh3==5.1.0
|
99 |
+
mpmath==1.3.0
|
100 |
+
multidict==6.4.4
|
101 |
+
mypy-extensions==1.1.0
|
102 |
+
nest-asyncio==1.6.0
|
103 |
+
networkx==3.5
|
104 |
+
nltk==3.9.1
|
105 |
+
numpy==2.2.6
|
106 |
+
onnxruntime==1.22.0
|
107 |
openai==1.84.0
|
108 |
+
openapi-pydantic==0.5.1
|
109 |
+
orjson==3.10.18
|
110 |
+
ormsgpack==1.10.0
|
111 |
+
packaging==24.2
|
112 |
+
pandas==2.3.0
|
113 |
pillow==11.2.1
|
114 |
+
platformdirs==4.3.8
|
115 |
+
portalocker==2.10.1
|
116 |
+
propcache==0.3.1
|
117 |
+
protobuf==6.31.1
|
118 |
+
py-rust-stemmers==0.1.5
|
119 |
+
pyasn1==0.6.1
|
120 |
+
pyasn1-modules==0.4.2
|
121 |
+
pycparser==2.22
|
122 |
+
pydantic==2.11.5
|
123 |
+
pydantic-core==2.33.2
|
124 |
+
pydantic-settings==2.9.1
|
125 |
+
pydub==0.25.1
|
126 |
+
pygments==2.19.1
|
127 |
pymongo==4.13.0
|
128 |
+
pypdf==5.6.0
|
129 |
+
python-dateutil==2.9.0.post0
|
130 |
python-dotenv==1.1.0
|
131 |
+
python-multipart==0.0.20
|
132 |
+
pytz==2025.2
|
133 |
pyyaml==6.0.2
|
134 |
qdrant-client==1.14.2
|
135 |
+
regex==2024.11.6
|
136 |
requests==2.32.3
|
137 |
+
requests-toolbelt==1.0.0
|
138 |
+
rich==14.0.0
|
139 |
+
rsa==4.9.1
|
140 |
+
ruff==0.11.12
|
141 |
+
s3transfer==0.13.0
|
142 |
+
safehttpx==0.1.6
|
143 |
+
safetensors==0.5.3
|
144 |
+
scikit-learn==1.7.0
|
145 |
+
scipy==1.15.3
|
146 |
+
semantic-version==2.10.0
|
147 |
sentence-transformers==4.1.0
|
148 |
+
setuptools==80.9.0
|
149 |
+
shellingham==1.5.4
|
150 |
+
six==1.17.0
|
151 |
+
sniffio==1.3.1
|
152 |
+
soupsieve==2.7
|
153 |
+
sqlalchemy==2.0.41
|
154 |
+
sqlite-vec==0.1.6
|
155 |
+
sse-starlette==2.3.6
|
156 |
+
starlette==0.46.2
|
157 |
+
striprtf==0.0.26
|
158 |
+
sympy==1.14.0
|
159 |
tavily-python==0.7.5
|
160 |
+
tenacity==9.1.2
|
161 |
+
threadpoolctl==3.6.0
|
162 |
+
tiktoken==0.9.0
|
163 |
+
tokenizers==0.21.1
|
164 |
+
tomlkit==0.13.3
|
165 |
torch==2.7.1
|
166 |
torchvision==0.22.1
|
167 |
tqdm==4.67.1
|
168 |
+
transformers==4.52.4
|
169 |
+
typer==0.16.0
|
170 |
+
typing-extensions==4.14.0
|
171 |
+
typing-inspect==0.9.0
|
172 |
+
typing-inspection==0.4.1
|
173 |
+
tzdata==2025.2
|
174 |
urllib3==2.4.0
|
175 |
+
uvicorn==0.34.3
|
176 |
websockets==15.0.1
|
177 |
+
wrapt==1.17.2
|
178 |
+
xxhash==3.5.0
|
179 |
+
yarl==1.20.0
|
180 |
+
zstandard==0.23.0
|