Run Evaluation RPJ Wiki on Arch Linux (#74)

* chore: ignore benchmark data

* perf: avoid merging offset dicts for lower mem usage

* style: format

* docs: rpj_wiki
This commit is contained in:
Andy Lee
2025-08-20 12:25:54 -07:00
committed by GitHub
parent 13bb561aad
commit 6d11e86e71
7 changed files with 46 additions and 110 deletions

View File

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