A basic Ollama RAG implementation
Based on Duy Huynh's post.
Requires Ollama.
Set the model parameters in rag.py
. Afterwards, use streamlit run rag-app.py
to run the chat bot.
A sample environment (built with conda/mamba) can be found in langpdf.yaml
.