Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -5,14 +5,14 @@ chainlit==0.7.700
|
|
| 5 |
langchain_openai==0.1.9
|
| 6 |
pydantic<2.0.0,>=1.8.0
|
| 7 |
dataclasses-json==0.5.7
|
| 8 |
-
uvicorn[standard]
|
| 9 |
llama-index==0.10.12
|
| 10 |
llama-index-llms-groq==0.1.3
|
| 11 |
groq==0.4.2
|
| 12 |
python-dotenv==1.0.1
|
| 13 |
llama-index-embeddings-huggingface==0.2.0
|
| 14 |
nltk==3.8.1
|
| 15 |
-
tabulate
|
| 16 |
yfinance==0.2.40
|
|
|
|
| 17 |
chromadb
|
| 18 |
-
fastapi
|
|
|
|
|
|
| 5 |
langchain_openai==0.1.9
|
| 6 |
pydantic<2.0.0,>=1.8.0
|
| 7 |
dataclasses-json==0.5.7
|
|
|
|
| 8 |
llama-index==0.10.12
|
| 9 |
llama-index-llms-groq==0.1.3
|
| 10 |
groq==0.4.2
|
| 11 |
python-dotenv==1.0.1
|
| 12 |
llama-index-embeddings-huggingface==0.2.0
|
| 13 |
nltk==3.8.1
|
|
|
|
| 14 |
yfinance==0.2.40
|
| 15 |
+
uvicorn[standard]
|
| 16 |
chromadb
|
| 17 |
+
fastapi
|
| 18 |
+
tabulate
|