https://github.com/secretiveshell/multilingual-rag
A simple demo for utilising multiple different languages in RAG, Built on request for someone I met on discord.
https://github.com/secretiveshell/multilingual-rag
llm ollama rag
Last synced: 14 days ago
JSON representation
A simple demo for utilising multiple different languages in RAG, Built on request for someone I met on discord.
- Host: GitHub
- URL: https://github.com/secretiveshell/multilingual-rag
- Owner: SecretiveShell
- License: mit
- Created: 2024-07-10T21:24:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T16:09:29.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:59:02.054Z (about 1 year ago)
- Topics: llm, ollama, rag
- Language: Python
- Homepage:
- Size: 6.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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`.