memoryweave/go
xiaowei df2b648973 fix E4.3: extract entities from content instead of namespace
E4.3 bug: admin.go used mem["namespace"] which is empty (LanceDB
map keys are different from struct field names). Fixed by:
- Replace namespace lookup with content-based entity extraction
- Reuse distill/engine.go heuristic: capitalized words, Chinese
  entities (2-20 chars), tech tokens (alphanumeric/digits)
- Get max graph degree across all extracted entities
- Add isStopWord, stripNonChinese, isTechToken, isAllDigits helpers

Fixes: degree always 0 in ShouldForget call, graph integration broken.
2026-06-01 22:49:50 +08:00
..
client
cmd/zhiyid fix: mode propagation, eps=0.1, BGE connectivity check, vector storage, WriteTimeout 60s 2026-05-31 11:46:59 +08:00
internal fix E4.3: extract entities from content instead of namespace 2026-06-01 22:49:50 +08:00
proto
static
go.mod
go.sum
integration_test.go
zhiyid-new