Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain_core
|
3 |
+
langchain_openai
|
4 |
+
langchain_text_splitters
|
5 |
+
langchain_community
|
6 |
+
io
|
7 |
+
tempfile
|