This project contains a demo showcasing RAG for non-English languages. The code is designed for English/Ukrainian question answering but can ingest documents in any language.
To set up the demo, make sure to run:
ollama pull llama3:8b
ollama pull nomic-embed-text:latest
and setup a python venv and install the requirements with pip install -r requirements.txt
.