feat: extraction step (#31): _index.md

This commit is contained in:
2026-03-09 23:07:53 +01:00
parent 947e65f0bb
commit a074b2686b

View File

@@ -28,6 +28,7 @@
| #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) |
| #31 | Implement extraction step (model call for relevant segment) | Phase 4 | `COMPLETED` | Rust | [issue-031.md](issue-031.md) |
## Status Legend
@@ -60,6 +61,7 @@
- [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)
- [issue-031.md](issue-031.md) — Post-retrieval extraction step (Model Gateway Inference call, prompt-based segment extraction, configurable toggle)
### Model Gateway
- [issue-012.md](issue-012.md) — model_gateway.proto (ModelGatewayService)