docs(readme): clarify hybrid retrieval wording (#265)

This commit is contained in:
Elliot Chen
2026-06-07 08:54:08 +08:00
committed by GitHub
parent 28977ba295
commit 306dcfe167

View File

@ -277,7 +277,7 @@ quietly alongside.
## Features ## Features
- **Hybrid retrieval**: BM25 + vector (HNSW/IVF-PQ) + scalar filter, single-query in LanceDB - **Hybrid retrieval**: BM25 + cosine vector ANN + scalar filters, backed by LanceDB
- **Cascade index sync**: edit a `.md` → file watcher → entry-level diff → LanceDB sync, sub-second - **Cascade index sync**: edit a `.md` → file watcher → entry-level diff → LanceDB sync, sub-second
- **Multi-source extraction**: conversations / agent trajectories / file knowledge - **Multi-source extraction**: conversations / agent trajectories / file knowledge
- **Dual-track memory**: user-track (Episodes / Profiles) + agent-track (Cases / Skills) - **Dual-track memory**: user-track (Episodes / Profiles) + agent-track (Cases / Skills)