Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
python-dotenv
|
3 |
+
langchain
|
4 |
+
langchain-google-genai
|
5 |
+
google-generativeai
|
6 |
+
langchain_community
|
7 |
+
langchain_experimental
|
8 |
+
pypdf
|
9 |
+
pinecone[grpc]
|
10 |
+
langchain-pinecone
|
11 |
+
pinecone-client
|