feat: staged retrieval pipeline (#30): _index.md

This commit is contained in:
2026-03-09 21:27:31 +01:00
parent 004d8d866b
commit 6d52acb9df

View File

@@ -27,6 +27,7 @@
| #27 | Scaffold Memory Service Rust project | Phase 4 | `COMPLETED` | Rust | [issue-027.md](issue-027.md) |
| #28 | Set up DuckDB schema and VSS extension | Phase 4 | `COMPLETED` | Rust | [issue-028.md](issue-028.md) |
| #29 | Implement embedding generation integration | Phase 4 | `COMPLETED` | Rust | [issue-029.md](issue-029.md) |
| #30 | Implement staged retrieval (coarse-to-fine, 4 stages) | Phase 4 | `COMPLETED` | Rust | [issue-030.md](issue-030.md) |
## Status Legend
@@ -58,6 +59,7 @@
- [issue-027.md](issue-027.md) — Scaffold Memory Service Rust project
- [issue-028.md](issue-028.md) — DuckDB schema, VSS extension, HNSW indexes, migrations
- [issue-029.md](issue-029.md) — Embedding generation integration (Model Gateway gRPC client, batch support, DuckDB storage)
- [issue-030.md](issue-030.md) — Staged retrieval pipeline (4-stage coarse-to-fine: HNSW search, description re-rank, corpus re-rank, threshold cutoff)
### Model Gateway
- [issue-012.md](issue-012.md) — model_gateway.proto (ModelGatewayService)