Skip to content

Releases: JoshuaRamirez/VectorBot

v0.1.0 - Initial Release

16 Jan 22:24

Choose a tag to compare

Vector Bot v0.1.0

First public release of Vector Bot - a fully local RAG pipeline using LlamaIndex with Ollama.

Features

  • Multi-store support for managing multiple independent document indexes
  • Multi-directory support: stores can index from multiple document directories
  • CLI commands vector-bot and rag
  • Store management: new, list, info, delete, rename, default, reindex
  • Migration support from legacy configurations
  • Fully offline operation after initial setup
  • 324 tests with 99% code coverage

Installation

pip install vector-bot

Quick Start

vector-bot store new my-docs --docs ./documents
vector-bot ingest
vector-bot query "What is this about?"