MCPcopy
hub / github.com/Mintplex-Labs/anything-llm

github.com/Mintplex-Labs/anything-llm @v1.15.0 sqlite

repository ↗ · DeepWiki ↗ · release v1.15.0 ↗
5,520 symbols 14,991 edges 1,095 files 1,150 documented · 21%
README

AnythingLLM logo

Mintplex-Labs%2Fanything-llm | Trendshift

<b>AnythingLLM:</b> The all-in-one AI app you were looking for.


Chat with your docs, use AI Agents, hyper-configurable, multi-user, & no frustrating setup required.

Discord | License | Docs | Hosted Instance

English · 简体中文 · 日本語

👉 AnythingLLM for desktop (Mac, Windows, & Linux)! Download Now

Chat with your docs. Automate complex workflows with AI Agents. Hyper-configurable, multi-user ready, battle-tested—and runs locally by default with zero setup friction.

Chatting

Watch the demo!

Watch the video

Product Overview

AnythingLLM is the all-in-one AI application that lets you build a private, fully-featured ChatGPT—without compromises. Connect your favorite local or cloud LLM, ingest your documents, and start chatting in minutes. Out of the box you get built-in agents, multi-user support, vector databases, and document pipelines — no extra configuration required.

AnythingLLM supports multiple users as well where you can control the access and experience per user without compromising the security or privacy of the instance or your intellectual property.

Cool Features of AnythingLLM

Supported LLMs, Embedder Models, Speech models, and Vector Databases

Large Language Models (LLMs):

Embedder models:

Audio Transcription models:

TTS (text-to-speech) support:

STT (speech-to-text) support:

  • Native Browser Built-in (default)

Vector Databases:

Technical Overview

This monorepo consists of six main sections:

  • frontend: A viteJS + React frontend that you can run to easily create and manage all your content the LLM can use.
  • server: A NodeJS express server to handle all the interactions and do all the vectorDB management and LLM interactions.
  • collector: NodeJS express server that processes and parses documents from the UI.
  • docker: Docker instructions and build process + information for building from source.
  • embed: Submodule for generation & creation of the web embed widget.
  • browser-extension: Submodule for the chrome browser extension.

🛳 Self-Hosting

Mintplex Labs & the community maintain a number of deployment methods, scripts, and templates that you can use to run AnythingLLM locally. Refer to the table below to read how to deploy on your preferred environment or to automatically deploy. | Docker | AWS | GCP | Digital Ocean | Render.com | |----------------------------------------|----|-----|---------------|------------| | [![Deploy on Docker][docker-btn]][docker-deploy] | [![Deploy on AWS][aws-btn]][aws-deploy] | [![Deploy on GCP][gcp-btn]][gcp-deploy] | [![Deploy on DigitalOcean][do-btn]][do-deploy] | [![Deploy on Render.com][render-btn]][render-deploy] |

Railway RepoCloud Elestio Northflank
[![Deploy on Railway][railway-btn]][railway-deploy] [![Deploy on RepoCloud][repocloud-btn]][repocloud-deploy] [![Deploy on Elestio][elestio-btn]][elestio-deploy] [![Deploy on Northflank][northflank-btn]][northflank-deploy]

or set up a production AnythingLLM instance without Docker →

How to setup for development

  • yarn setup To fill in the required .env files you'll need in each of the application sections (from root of repo).
  • Go fill those out before proceeding. Ensure server/.env.development is filled or else things won't work right.
  • yarn dev:server To boot the server locally (from root of repo).
  • yarn dev:frontend To boot the frontend locally (from root of repo).
  • yarn dev:collector To then run the document collector (from root of repo).

Learn about documents

Telemetry & Privacy

AnythingLLM by Mintplex Labs Inc contains a telemetry feature that collects anonymous usage information.

More about Telemetry & Privacy for AnythingLLM

Why?

We use this information to help us understand how AnythingLLM is used, to help us prioritize work on new features and bug fixes, and to help us improve AnythingLLM's performance and stability.

Opting out

Set DISABLE_TELEMETRY in your server or docker .env settings to "true" to opt out of telemetry. You can also do this in-app by going to the sidebar > Privacy and disabling telemetry.

What do you explicitly track?

We will only track usage details that help us make product and roadmap decisions, specifically:

  • Type of your installation (Docker or Desktop)

  • When a document is added or removed. No information about the document. Just that the event occurred. This gives us an idea of use.

  • Type of vector database in use. This helps us prioritize changes when updates arrive for that provider.

  • Type of LLM provider & model tag in use. This helps us prioritize changes when updates arrive for that provider or model, or combination thereof. eg: reasoning vs regular, multi-modal models, etc.

Core symbols most depended-on inside this repo

get
called by 382
server/utils/AiProviders/modelMap/index.js
showToast
called by 243
frontend/src/utils/toast.js
create
called by 228
server/utils/agents/aibitat/providers/ai-provider.js
resolve
called by 219
server/utils/AiProviders/modelRouter/index.js
log
called by 219
server/utils/agents/aibitat/utils/dedupe.js
baseHeaders
called by 214
frontend/src/utils/request.js
get
called by 163
collector/utils/runtimeSettings/index.js
flexUserRoleValid
called by 145
server/utils/middleware/multiUserProtected.js

Shape

Function 3,097
Method 2,035
Class 388

Languages

TypeScript100%

Modules by API surface

frontend/public/embed/anythingllm-chat-widget.min.js774 symbols
server/utils/agents/aibitat/index.js56 symbols
server/utils/agents/aibitat/plugins/outlook/lib.js44 symbols
server/utils/helpers/customModels.js43 symbols
server/utils/telegramBot/index.js34 symbols
server/utils/vectorDbProviders/pgvector/index.js33 symbols
server/utils/agents/aibitat/plugins/filesystem/lib.js33 symbols
server/utils/agents/aibitat/plugins/gmail/lib.js32 symbols
server/utils/helpers/updateENV.js31 symbols
server/utils/agents/ephemeral.js29 symbols
server/utils/router/index.js27 symbols
server/utils/AiProviders/lemonade/index.js26 symbols

Dependencies from manifests, versioned

@anthropic-ai/sdk0.39.0 · 1×
@breejs/later4.2.0 · 1×
@datastax/astra-db-ts0.1.3 · 1×
@esbuild-plugins/node-globals-polyfill0.1.1 · 1×
@eslint/js9.39.2 · 1×
@inquirer/prompts4.3.1 · 1×
@ladjs/graceful3.2.2 · 1×
@lancedb/lancedb0.15.0 · 1×
@langchain/anthropic0.1.16 · 1×
@langchain/core0.1.61 · 1×
@langchain/openai0.0.28 · 1×

Datastores touched

(mysql)Database · 1 repos
mydbDatabase · 1 repos
mydbDatabase · 1 repos
yourdbDatabase · 1 repos

For agents

$ claude mcp add anything-llm \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact