Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +17 -1
requirements.txt
CHANGED
@@ -1,2 +1,18 @@
|
|
1 |
gradio
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
pandas
|
3 |
+
requests
|
4 |
+
openai
|
5 |
+
python-dotenv
|
6 |
+
asyncio
|
7 |
+
llama-index-core
|
8 |
+
llama-index-llms-openrouter
|
9 |
+
llama-index-agent-openai
|
10 |
+
llama-index-tools-arxiv
|
11 |
+
llama-index-tools-wikipedia
|
12 |
+
llama-index-tools-duckduckgo
|
13 |
+
llama-index-readers-web
|
14 |
+
llama-index-readers-youtube_transcript
|
15 |
+
llama-index-vector-stores-chroma
|
16 |
+
llama-index-embeddings-huggingface
|
17 |
+
llama-index-llms-ollama
|
18 |
+
llama-index-llms-gemini
|