Open-source multi-user ChatGPT for all LLMs, embedders, and vector databases. Unlimited documents, messages, and users in one privacy-focused app.
Go to file
timothycarambat 083dc5bf1c WIP on iframe embed support 2024-02-02 13:00:50 -08:00
.devcontainer devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
.github bump onboard ai link 2024-01-14 11:26:08 -08:00
.vscode Admin embed config page 2024-02-02 11:12:06 -08:00
cloud-deployments improve native embedder handling of large files (#584) 2024-01-13 00:32:43 -08:00
collector fix vector cache not deleting cache after unembedding items with folders (#630) 2024-01-22 13:03:05 -08:00
docker [FEAT] support pinecone serverless (#639) 2024-01-22 16:41:20 -08:00
embed WIP on iframe embed support 2024-02-02 13:00:50 -08:00
frontend Admin Embed Chats mgmt page 2024-02-02 11:41:04 -08:00
images replace stored GIF with Github CDN hosted image 2024-01-04 10:59:24 -08:00
server WIP on iframe embed support 2024-02-02 13:00:50 -08:00
.dockerignore devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
.editorconfig devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
.gitattributes dockerfile cleanup; enforce text LF line endings (#81) 2023-06-17 20:18:01 -07:00
.gitignore devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
.nvmrc add .nvmrc in root 2023-06-08 10:35:36 -07:00
.prettierignore devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
.prettierrc devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
BARE_METAL.md fix bare-metal.md typos 2024-01-22 16:09:54 -08:00
LICENSE inital commit 2023-06-03 19:28:07 -07:00
README.md Add bare metal support docs and deployment (#638) 2024-01-22 16:07:55 -08:00
SECURITY.md Create SECURITY.md 2023-09-08 16:31:30 -07:00
eslint.config.js devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
package.json reset chat history 2024-02-01 16:20:44 -08:00
pull_request_template.md Setup issue and PR templates (#559) 2024-01-09 14:25:53 -08:00

README.md

AnythingLLM logo

AnythingLLM: A private ChatGPT to chat with anything!.
An efficient, customizable, and open-source enterprise-ready document chatbot solution.

Discord | License | Docs | Hosted Instance

👉 AnythingLLM for desktop! Sign up

A full-stack application that enables you to turn any document, resource, or piece of content into context that any LLM can use as references during chatting. This application allows you to pick and choose which LLM or Vector Database you want to use as well as supporting multi-user management and permissions.

Chatting

Watch the demo!

Watch the video

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.

Some cool features of AnythingLLM

  • Multi-user instance support and permissioning
  • Multiple document type support (PDF, TXT, DOCX, etc)
  • Manage documents in your vector database from a simple UI
  • Two chat modes conversation and query. Conversation retains previous questions and amendments. Query is simple QA against your documents
  • In-chat citations linked to the original document source and text
  • Simple technology stack for fast iteration
  • 100% Cloud deployment ready.
  • "Bring your own LLM" model.
  • Extremely efficient cost-saving measures for managing very large documents. You'll never pay to embed a massive document or transcript more than once. 90% more cost effective than other document chatbot solutions.
  • Full Developer API for custom integrations!

Supported LLMs, Embedders, and Vector Databases

Supported LLMs:

Supported Embedding models:

Supported Vector Databases:

Technical Overview

This monorepo consists of three 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.
  • docker: Docker instructions and build process + information for building from source.
  • collector: NodeJS express server that process and parses documents from the UI.

🛳 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 Deploy on AWS Deploy on GCP Deploy on DigitalOcean Deploy on Render.com

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

Learn about vector caching

Contributing

  • create issue
  • create PR with branch name format of <issue number>-<short name>
  • yee haw let's merge
Telemetry for AnythingLLM

Telemetry

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

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.

DISABLE_TELEMETRY="true"

What do you explicitly track?

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

  • Version of your installation
  • 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. Let's us know which vector database provider is the most used to prioritize changes when updates arrive for that provider.
  • Type of LLM in use. Let's us know the most popular choice and prioritize changes when updates arrive for that provider.
  • Chat is sent. This is the most regular "event" and gives us an idea of the daily-activity of this project across all installations. Again, only the event is sent - we have no information on the nature or content of the chat itself.

You can verify these claims by finding all locations Telemetry.sendTelemetry is called. Additionally these events are written to the output log so you can also see the specific data which was sent - if enabled. No IP or other identifying information is collected. The Telemetry provider is PostHog - an open-source telemetry collection service.

🔗 More Products

  • VectorAdmin: An all-in-one GUI & tool-suite for managing vector databases.
  • OpenAI Assistant Swarm: Turn your entire library of OpenAI assistants into one single army commanded from a single agent.


Copyright © 2023 Mintplex Labs.
This project is MIT licensed.