Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -2,3 +2,9 @@ fastapi
|
|
2 |
uvicorn
|
3 |
google-generativeai
|
4 |
pydantic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
uvicorn
|
3 |
google-generativeai
|
4 |
pydantic
|
5 |
+
langchain
|
6 |
+
faiss-cpu
|
7 |
+
langchain-community
|
8 |
+
pymongo
|
9 |
+
langchain-mongodb
|
10 |
+
langchain_groq
|