Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 409 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 409 Bytes

Ukrainian RAG demo

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.