Spaces:
Runtime error
Runtime error
add pypdf
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
numpy
|
2 |
chainlit==0.7.700
|
3 |
openai
|
|
|
4 |
langchain_experimental
|
5 |
-
langchain_openai
|
|
|
|
|
|
1 |
numpy
|
2 |
chainlit==0.7.700
|
3 |
openai
|
4 |
+
langchain_community
|
5 |
langchain_experimental
|
6 |
+
langchain_openai
|
7 |
+
tempfile
|
8 |
+
pypdf
|