Ollama Local RAG PDF Chat App Steps: Install ollama: https://ollama.ai/ Pull llama3: ollama pull llama3 Install the requirements using: poetry install --no-root Open virual environement: poetry shell Run app: streamlit run app.py