RAG and retrieval

AnythingLLM

AnythingLLM is a self-hosted application for chatting with your documents, complete out of the box: a web interface, workspaces that scope which documents a conversation can see, user management, and connectors for a wide choice of model providers and vector stores. It is the quickest route in this library to putting a working internal knowledge assistant in front of real users.

View the repo · Mintplex-Labs/anything-llm ↗
Who it is for

Teams that want a usable internal assistant without assembling one from parts, and leaders who want to prove value on real documents before funding a bespoke build. It suits pilots with a defined user group and document set. Teams needing deep customisation of retrieval behaviour, fine-grained per-document permissions tied to an identity provider, or an assistant embedded inside another product will outgrow it, and should plan for that from the start.

Install it
export STORAGE_LOCATION=$HOME/anythingllm && mkdir -p $STORAGE_LOCATION
docker run -d -p 3001:3001 --cap-add SYS_ADMIN -v $STORAGE_LOCATION:/app/server/storage -e STORAGE_DIR=/app/server/storage mintplexlabs/anythingllm
Before production

Treat the defaults as a starting point: choose your embedder, vector store and model provider deliberately, since the out-of-the-box choices favour convenience over your specific accuracy needs. Access is scoped at the workspace level rather than per document, so map that against your confidentiality requirements before loading anything sensitive. Put it behind a reverse proxy with proper authentication, and measure answer accuracy on a test set before the whole company starts trusting it.

Where Blash AI comes in

We often use AnythingLLM to prove the case in weeks, then harden what works: tighter permissions, citations, an evaluation set, and model routing through LiteLLM. When the pilot exposes needs the application cannot meet, we rebuild the retrieval layer on Chroma with the lessons already learned, so nothing spent on the pilot is wasted.

Run it, then wire it in

When you want this running on your real stack, that is the engagement

Book an AI audit
The newsletter

AI worth your inbox

The tools, launches and shifts that actually matter, in plain English. No paywall, unsubscribe at any time.