Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
PyPDF2
|
2 |
+
langchain
|
3 |
+
import os
|
4 |
+
langchain_google_genai
|
5 |
+
google.generativeai
|
6 |
+
langchain.vectorstores
|
7 |
+
langchain_google_genai
|
8 |
+
dotenv
|