Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -6
requirements.txt
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-dotenv
|
2 |
+
langchain==0.1.4
|
3 |
+
langchain-community==0.0.16
|
4 |
+
sqlalchemy==2.0.24
|
5 |
+
pypdf==4.0.1
|
6 |
+
chromadb==0.4.22
|
7 |
+
tiktoken==0.5.2
|
8 |
+
langchain-openai==0.0.5
|
9 |
+
panel==1.3.8
|
10 |
+
Pygments==2.15.1
|
11 |
+
anthropic==0.20.0
|
12 |
+
sentence-transformers==2.2.2
|