Do-it-All-RAG / app.py
broadfield-dev's picture
Update app.py
f0bf92b verified
raw
history blame
257 Bytes
import os
os.system('pip install ollama langchain langchain_community 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')