perf: avoid merging offset dicts for lower mem usage

This commit is contained in:
Andy Lee
2025-08-19 10:58:16 -07:00
parent 9d5cdd93b4
commit bc621677f6
4 changed files with 44 additions and 20 deletions

View File

@@ -91,7 +91,7 @@ def create_hnsw_embedding_server(
except Exception:
embedding_dim = 0
logger.info(
f"Loaded PassageManager with {len(passages.global_offset_map)} passages from metadata"
f"Loaded PassageManager with {len(passages)} passages from metadata"
)
# (legacy ZMQ thread removed; using shutdown-capable server only)