Verba

Hybrid (offline or cloud)

Weaviate's open-source RAG demo turned production. Strong defaults, opinionated stack.

Editorial verdict: “Best for 'don't make me choose chunking strategy' teams. Opinionated stack works.

RAG app
Free
BSD-3-Clause
4.2 / 5
GitHub ★ 7,500

Compatibility at a glance

Which runtime + OS combos this app works against. Source of truth for "will it run on my setup?"

§ Runtimes supported
ollamaopenai-compatanthropic
§ OS / platform
linuxmacoswindows
§ Hardware + model hint
Minimum VRAM
8 GB
Recommended starter model
Llama 3.1 8B + Weaviate embeddings

What it is

Verba is for teams that want to ship an internal-doc chat app without debating chunking strategies or vector store choices. Point it at your data, pick an Ollama or OpenAI-compatible backend, and the opinionated pipeline handles ingestion, embedding, retrieval, and generation with sensible defaults. The React UI surfaces citation tracing out of the box, which makes it easier to trust answers. You'll need at least 8 GB VRAM for a Llama 3.1 8B model plus Weaviate embeddings. The tradeoff is that you're tied to Weaviate as the vector store — swapping it out requires manual work, so this isn't the right pick if you want to mix and match components freely.

✓ Strengths

  • +Opinionated stack — fewer decisions
  • +Clean React UI with citation tracing
  • +Excellent default chunking + retrieval params

△ Caveats

  • Tied to Weaviate (or you do the swap yourself)
  • Less flexible than PrivateGPT if you want to swap components