Commit Graph

1 Commits

Author SHA1 Message Date
Chronicler
a8de0aed57 docs: Create Open WebUI + Repomix migration plan
Complete step-by-step plan to replace AnythingLLM with Open WebUI + Repomix.

Problem: AnythingLLM with 319 files has poor retrieval quality
Solution: Open WebUI (better RAG) + Repomix (single packaged digest)

Migration includes:
- Install Repomix to package operations manual
- Replace AnythingLLM with Open WebUI (same port)
- Upload single digest file instead of 319 individual docs
- Recreate workspaces and user accounts
- Update sync script to use Repomix

Expected improvements:
- Better search relevance (clean context vs noisy corpus)
- Faster responses (efficient RAG engine)
- Simpler maintenance (re-run packager vs re-sync files)

Risk: LOW - can rollback to AnythingLLM in 2 minutes
Time: ~1 hour total
Status: Ready to execute when Michael is ready

Document: CODEX-MIGRATION-001
2026-02-21 21:29:52 +00:00