AnythingLLM

The all-in-one AI app you were looking for

★ 27.8k  Docker Compose LLM AI RAG Chatbot

An open alternative to ChatGPT · Perplexity

Homepage · Source code

Author: Mintplex Labs Inc · License: MIT

Version: 1.3 · Updated

About

Turn any document, resource, or piece of content into context that any LLM can use as references during chatting.

Chatting


Product Overview

AnythingLLM is a full-stack application where you can use commercial off-the-shelf LLMs or popular open source LLMs and vectorDB solutions to build a private ChatGPT with no compromises that you can run locally as well as host remotely and be able to chat intelligently with any documents you provide it.

AnythingLLM divides your documents into objects called workspaces. A Workspace functions a lot like a thread, but with the addition of containerization of your documents. Workspaces can share documents, but they do not talk to each other so you can keep your context for each workspace clean.

Cool features of AnythingLLM


Environment variables

View environment variables
PROJECT
  anythingllm
DOMAIN
  localhost
JWT_SECRET
  "make this a large list of random numbers and letters 20+"
LLM_PROVIDER
  ollama
OLLAMA_BASE_PATH
  http://host.docker.internal:11434
OLLAMA_MODEL_PREF
  llama3.2
OLLAMA_MODEL_TOKEN_LIMIT
  4096
EMBEDDING_ENGINE
  ollama
EMBEDDING_BASE_PATH
  http://host.docker.internal:11434
EMBEDDING_MODEL_PREF
  nomic-embed-text:latest
EMBEDDING_MODEL_MAX_CHUNK_LENGTH
  8192

Similar alternatives

  1. Open WebUI

    User-friendly AI Interface

    ★ 51.7k LLM AI RAG Chatbot
  2. LiteLLM

    Proxy Server to call 100+ LLMs in the OpenAI format

    ★ 14.6k AI LLM