Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
openai
|
3 |
+
tiktoken
|
4 |
+
qdrant-client
|
5 |
+
langchain_openai
|
6 |
+
streamlit
|
7 |
+
pypdf
|
8 |
+
langchainhub
|
9 |
+
python-dotenv
|
10 |
+
langchain_community
|