Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 725 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 725 Bytes

Bibliotheque_GenAI

Tool for helping people unlock and explore the historical printed resource: Bibliothèque Britannique using Large Language Models.

This codebase is an implementation of Retreival Augmentation Generation (RAG) on this document. This allows users to interact with the document with natural language.

Start App

Start a open webui app with ollama that works with GPUs:

sudo docker run -d -p 3000:8080 --gpus=all -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama