Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ollama Chatbot Platform

Simple instructions to start the app (preferably on any Linux distribution).

The following commands should be typed in terminal:

  1. mkdir -p .ollama es_data nginx-logs logs
  2. docker compose up -d --build

Since Ollama models won't be downloaded automatically, they should be downloaded after running the app and executing. This is simply done by the following command in terminal:

  • docker exec -it ollama ollama pull [FULL MODEL NAME]

To shut down all containers and delete all data:

  • docker compose down -v

To access frontend, copy-paste http://localhost:8090/ into URL bar. Default username is admin and password admin123. Kibana can be accessed via http://localhost:5601.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages