-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
M19Milestone 19: Hybrid memory searchMilestone 19: Hybrid memory searchepicMilestone-level tracking issueMilestone-level tracking issuememoryPersistence and memoryPersistence and memorypriority/highHigh priorityHigh priority
Description
Motivation
Zeph relies solely on Qdrant vector search for semantic recall. Hybrid FTS5 + vector search with weighted merge significantly improves recall quality, especially for exact term matches and structured queries.
Scope
- FTS5 virtual table in existing SQLite database for keyword search
- Hybrid retriever combining Qdrant vector + SQLite FTS5 results with configurable weights
- Graceful degradation — FTS5-only mode when Qdrant unavailable
Issues
- Add FTS5 virtual table for keyword search in SQLite #372 Add FTS5 virtual table for keyword search in SQLite
- Implement hybrid retriever (vector + keyword merge) #373 Implement hybrid retriever (vector + keyword merge)
- FTS5-only fallback when Qdrant unavailable #374 FTS5-only fallback when Qdrant unavailable
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
M19Milestone 19: Hybrid memory searchMilestone 19: Hybrid memory searchepicMilestone-level tracking issueMilestone-level tracking issuememoryPersistence and memoryPersistence and memorypriority/highHigh priorityHigh priority