Verba
RAG & knowledgeWeaviate's open-source RAG application — a ready-to-run chatbot for your own documents.
Verba is an open-source, end-to-end RAG application from the Weaviate team. Import documents, and it handles chunking, embedding, retrieval, and a chat interface, with Weaviate as the vector store underneath.
It is meant as a working application and a clear reference for how the pieces of a RAG system fit together.
Where it's ideally used
A fit when you want a self-hosted document chatbot running quickly, especially if you already use Weaviate.
Where it doesn't fit
A finished app rather than a library — not the route when RAG must be embedded inside your own product.