Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
openai
|
2 |
#faiss-cpu==1.8.0
|
3 |
langchain
|
|
|
|
|
4 |
langchain-google-genai
|
5 |
huggingface_hub
|
6 |
langchain-openai
|
@@ -12,3 +14,4 @@ Pillow
|
|
12 |
numpy
|
13 |
pypdf
|
14 |
|
|
|
|
1 |
openai
|
2 |
#faiss-cpu==1.8.0
|
3 |
langchain
|
4 |
+
langchain-community
|
5 |
+
langchain-core
|
6 |
langchain-google-genai
|
7 |
huggingface_hub
|
8 |
langchain-openai
|
|
|
14 |
numpy
|
15 |
pypdf
|
16 |
|
17 |
+
|