Before you get started with Local RAG, ensure you have:
- A local Ollama instance
- At least one model available within
llama2:7bis a good starter model
- Python 3.10+
pip install pipenv && pipenv installpipenv shell && streamlit run main.py
docker compose up -d
If you are running Ollama as a service, you may need to add an additional configuration to your docker-compose.yml file:
extra_hosts:
- 'host.docker.internal:host-gateway'