Upload requirements.txt
Browse files- requirements.txt +43 -0
requirements.txt
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
fastmcp==2.7.1
|
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 |
+
langchain-core==0.3.64
|
15 |
+
langgraph==0.4.8
|
16 |
+
langgraph-checkpoint-sqlite==2.0.10
|
17 |
+
langgraph-prebuilt==0.2.2
|
18 |
+
llama-index==0.12.41
|
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.4
|
24 |
+
llama-index-readers-file==0.4.9
|
25 |
+
llama-index-vector-stores-qdrant==0.6.0
|
26 |
+
mcp==1.9.3
|
27 |
+
openai==1.84.0
|
28 |
+
packaging==25.0
|
29 |
+
pillow==11.2.1
|
30 |
+
pip==24.3.1
|
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 |
+
uv==0.7.12
|
43 |
+
websockets==15.0.1
|