Create requirements
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface-hub==0.32.4
|
2 |
+
llama-index
|
3 |
+
llama-index-core
|
4 |
+
llama-index-llms-nebius
|
5 |
+
langchain
|
6 |
+
requests
|
7 |
+
yfinance
|
8 |
+
gradio
|
9 |
+
uvicorn
|
10 |
+
fastapi
|
11 |
+
python-dotenv
|