LLM: ollama PDF RAG
Revision as of 06:04, 16 July 2024 by Onnowpurbo (talk | contribs)
Sumber: https://github.com/tonykipkemboi/ollama_pdf_rag
Download source
sudo apt install python3-virtualenv virtualenv --python=python3 venv python3 -m venv venv source venv/bin/activate
git clone https://github.com/tonykipkemboi/ollama_pdf_rag.git
Install pip
sudo apt install python3-pip pip install -r requirements.txt
GAGAL:
error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install.
Jalankan apps
streamlit run streamlit_app.py