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