Install Ollama on your PC (Mac, Linux, Windows)
Running Ollama:
All performed from Command Line
Select a LLM from the Library
ollama pull mistral
Run a LLM
ollama run mistral
Feed in PDF documents and ask about information on the PDF document
(see PDFgear on the 'On My PC' page)
Use a Browser GUI instead of Command Line Interface.
Download and install Docker
restart the PC and then complete the Docker setup
ensure docker is running before continuing
Open WebUI from the openWebUI wesite
and scroll down to "If Ollama is on your computer use this command"
copy & paste that command in a command prompt
Next, in Docker, locate the WebUI container and click on port
follow the link to http://localhost:3000/
Any problems?
Is ollama running? (by default it will start a service)
is Docker running?