shallou commited on
Commit
dcf7dc4
·
verified ·
1 Parent(s): ba33fd4

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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]