An open API service indexing awesome lists of open source software.

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.

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`.