broadfield-dev commited on
Commit
f0bf92b
·
verified ·
1 Parent(s): 7fc99ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system('pip install ollama langchain langchain_chroma langchain_huggingface pypdf')
3
  os.system('git clone https://github.com/broadfield-dev/doitall.git')
4
  os.system('pip install ./doitall')
5
  os.system('python doitall/demo2.py')
 
1
  import os
2
+ os.system('pip install ollama langchain langchain_community langchain_chroma langchain_huggingface pypdf')
3
  os.system('git clone https://github.com/broadfield-dev/doitall.git')
4
  os.system('pip install ./doitall')
5
  os.system('python doitall/demo2.py')