Difference between revisions of "LLM: RAG Thomas Jay"

From OnnoWiki
Jump to navigation Jump to search
Line 14: Line 14:
 
Clone Source
 
Clone Source
  
  mkdir RAG
+
  mkdir db
cd RAG
 
 
  git clone https://github.com/ThomasJay/RAG.git
 
  git clone https://github.com/ThomasJay/RAG.git
 
  pip install -r requirements.txt
 
  pip install -r requirements.txt

Revision as of 08:51, 16 July 2024

Sumber: https://github.com/ThomasJay/RAG

Persiapkan ollama

ollama pull llama3


Persiapkan Virtualenv

sudo apt install python3-virtualenv python3-pip libgl1
virtualenv --python=python3 venv
source venv/bin/activate

Clone Source

mkdir db
git clone https://github.com/ThomasJay/RAG.git
pip install -r requirements.txt


Run

streamlit run streamlit_app.py

Referensi=