Migrate from v3.3.x
Upgrade a legacy LlamaIndex-based Hexabot RAG setup to the helper-based architecture in Hexabot 3.4.x.
Before upgrading
Option A: use built-in full-text retrieval
Option B: keep semantic vector retrieval on SQLite
Option C: keep semantic vector retrieval on PostgreSQL
Workflow changes
Remove mode-based assumptions
Handle warning
Recheck output assumptions
Database cleanup and rollback
SQLite
PostgreSQL
Post-upgrade validation checklist
Last updated
Was this helpful?