File size: 241 Bytes
16ddcd4
654b581
 
 
 
 
16ddcd4
 
0ac6f77
1
2
3
4
5
6
7
8
9
import os
os.system('''pip install ollama
langchain
langchain_chroma
langchain_huggingface
pypdf''')
os.system('git clone https://github.com/broadfield-dev/doitall.git')
os.system('pip install ./doitall')
os.system('python doitall/demo2.py')