Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
import os
|
|
|
|
|
|
|
|
|
|
|
2 |
os.system('git clone https://github.com/broadfield-dev/doitall.git')
|
3 |
os.system('pip install ./doitall')
|
4 |
os.system('python doitall/demo2.py')
|
|
|
1 |
import os
|
2 |
+
os.system('''pip install ollama
|
3 |
+
langchain
|
4 |
+
langchain_chroma
|
5 |
+
langchain_huggingface
|
6 |
+
pypdf''')
|
7 |
os.system('git clone https://github.com/broadfield-dev/doitall.git')
|
8 |
os.system('pip install ./doitall')
|
9 |
os.system('python doitall/demo2.py')
|