-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Goal
Replace SQLite entirely with Qdrant-only architecture
Why
Eliminate schema complexity, migrations, and dual-database maintenance. Qdrant payloads can store all metadata as JSON.
Tasks
- Add
qdrant/php-clientcomposer package - Create
QdrantServicewith collection management - Store full entry data in Qdrant payloads (no SQLite)
- Implement upsert/delete/query operations
- Create Qdrant collection per project namespace
- Delete all SQLite migrations and models
- Update all commands to use QdrantService instead of Eloquent
Success Criteria
know addstores directly to Qdrantknow searchqueries Qdrant only- Zero SQL queries in codebase
- Migrations directory deleted
Priority
🔴 CRITICAL - Blocks all other roadmap items
Related
Part of strategic pivot to AI-first semantic context engine. See MISSION.md and ROADMAP.md in commit 641d7b4
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request