Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn[standard]
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
langchain==0.2.6
|
4 |
+
langchain_community==0.2.6
|
5 |
+
langchain_groq==0.1.6
|
6 |
+
langchain_text_splitters==0.2.2
|
7 |
+
python-dotenv==1.0.1
|
8 |
+
chromadb==0.5.3
|
9 |
+
langchain-openai
|