Releases: JoshuaRamirez/VectorBot
Releases · JoshuaRamirez/VectorBot
v0.1.0 - Initial Release
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-botandrag - 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-botQuick Start
vector-bot store new my-docs --docs ./documents
vector-bot ingest
vector-bot query "What is this about?"