Spaces:
Sleeping
Sleeping
Govind
commited on
Commit
·
854f49c
1
Parent(s):
2728e29
Added requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
langchain
|
| 3 |
+
transformers
|
| 4 |
+
torch
|
| 5 |
+
langchain-community
|
| 6 |
+
sentence-transformers
|
| 7 |
+
unstructured
|
| 8 |
+
unstructured[pdf]
|
| 9 |
+
chromadb
|
| 10 |
+
bitsandbytes
|
| 11 |
+
accelerate
|