Spaces:
Runtime error
Runtime error
Govind
commited on
Commit
·
6432722
1
Parent(s):
a9fef27
Add requirements
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
|