memoryweave/rust
小唯 1bf23c42e8 fix(stats): count_rows filter 类型修正 Option<&str> -> Option<String>
f6c4383 的 count_rows(Some("is_deleted = true")) 编译失败(E0308: 此 lance 版本
签名 Option<String>)。修正为 .to_string()。实测 stats tombstone_count=830
(memories 表 is_deleted=true 行数, 之前恒 0)。
2026-09-06 09:25:27 +08:00
..
src fix(stats): count_rows filter 类型修正 Option<&str> -> Option<String> 2026-09-06 09:25:27 +08:00
Cargo.toml feat: Prometheus 监控集成 — /metrics 端点 + 14 指标 + 8 告警规则 2026-05-29 02:51:46 +08:00