Spaces:
Sleeping
Sleeping
danicafisher
commited on
Commit
•
cfa8440
1
Parent(s):
412979d
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
chainlit==0.7.700
|
2 |
-
langchain
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
1 |
chainlit==0.7.700
|
2 |
+
langchain
|
3 |
+
langchain_community
|
4 |
+
langchain_openai
|
5 |
+
langchain_core==0.2.40
|
6 |
+
python-dotenv
|
7 |
+
tiktoken
|
8 |
+
pymupdf
|
9 |
+
qdrant-client
|