Projects Used in Llamanator
There are a number of tools that are part of the Llamanator project. These tools are designed to make it easy for you to get up and running with private AI inferencing and great open source tools.
Ollama
Ollama. Get up and running with large language models. Run Llama 3, Mistral, Gemma, and other models. Customize and create your own.
- Website: https://ollama.com
- Github: https://github.com/ollama/ollama
- Docs: https://github.com/ollama/ollama/tree/main/docs
- Deep Dive: Ollama
Open WebUI
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline. It supports various LLM runners, including Ollama and OpenAI-compatible APIs.
- Website: https://openwebui.com/
- Github: https://github.com/open-webui/open-webui
- Docs: https://docs.openwebui.com/
- Deep Dive: Open WebUI
Dialoqbase
Dialoqbase is an open-source application designed to facilitate the creation of custom chatbots using a personalized knowledge base. The application leverages advanced language models to generate accurate and context-aware responses. Additionally, it utilizes PostgreSQL, a robust relational database management system, for efficient vector search operations and for storing the knowledge base.
- Website: https://dialoqbase.n4ze3m.com/
- Github: https://github.com/n4ze3m/dialoqbase
- Docs: https://dialoqbase.n4ze3m.com/guide/what-is-dialoqbase.html
- Deep Dive: Dialoqbase