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

@@ -83,9 +83,7 @@ def create_diskann_embedding_server(
logger.info(f"Loading PassageManager with metadata_file_path: {passages_file}")
passages = PassageManager(meta["passage_sources"], metadata_file_path=passages_file)
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")
# Import protobuf after ensuring the path is correct
try: