Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
langchain
|
2 |
-
faiss-cpu
|
3 |
-
sentence-transformers
|
4 |
-
gradio
|
5 |
-
fastapi
|
6 |
-
uvicorn
|
7 |
-
huggingface_hub
|
8 |
-
datasets
|
9 |
-
google-generativeai
|
|
|
|
1 |
+
langchain
|
2 |
+
faiss-cpu
|
3 |
+
sentence-transformers
|
4 |
+
gradio
|
5 |
+
fastapi
|
6 |
+
uvicorn
|
7 |
+
huggingface_hub
|
8 |
+
datasets
|
9 |
+
google-generativeai
|
10 |
+
langchain-community
|