Spaces:
Sleeping
Sleeping
iSathyam03
commited on
Commit
•
db48dc9
1
Parent(s):
c7a51b5
project requirement.txt file
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ipykernel
|
2 |
+
langchain==0.2.10
|
3 |
+
langchain_community==0.2.10
|
4 |
+
langchain-openai==0.1.17
|
5 |
+
langchain-groq==0.1.6
|
6 |
+
langchain-ollama==0.1.0
|
7 |
+
python-dotenv==1.0.1
|
8 |
+
streamlit
|