Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ollama
|
2 |
+
chromadb
|
3 |
+
streamlit
|
4 |
+
pdfplumber
|
5 |
+
langchain
|
6 |
+
langchain-core
|
7 |
+
langchain-community
|
8 |
+
langchain_text_splitters
|
9 |
+
unstructured
|
10 |
+
unstructured[all-docs]
|