LLM: ollama PDF RAG: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
streamlit run streamlit_app.py | streamlit run streamlit_app.py | ||
Browse | |||
http://ipaddress:8501 | |||
Revision as of 23:16, 15 July 2024
Sumber: https://github.com/tonykipkemboi/ollama_pdf_rag
Download source
sudo apt install python3-virtualenv python3-pip virtualenv --python=python3 venv source venv/bin/activate
git clone https://github.com/tonykipkemboi/ollama_pdf_rag.git
Install
cd ollama_pdf_rag pip install -r requirements.txt
Jalankan apps
streamlit run streamlit_app.py
Browse
http://ipaddress:8501