Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,8 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
openai>=1.40.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
openai>=1.40.0
|
| 3 |
+
langchain
|
| 4 |
+
langchain-community
|
| 5 |
+
langchain-openai
|
| 6 |
+
openai>=1.40.0
|
| 7 |
+
faiss-cpu
|
| 8 |
+
pypdf
|