Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
chromadb
|
3 |
+
chainlit
|
4 |
+
sentence_transformers
|
5 |
+
unstructured
|
6 |
+
bs4
|