debug: add detailed logging for CI path resolution debugging
- Add logging in DiskANN embedding server to show metadata_file_path - Add debug logging in PassageManager to trace path resolution - This will help identify why CI fails to find passage files
This commit is contained in:
@@ -80,6 +80,7 @@ def create_diskann_embedding_server(
|
||||
with open(passages_file) as f:
|
||||
meta = json.load(f)
|
||||
|
||||
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"
|
||||
|
||||
Submodule packages/leann-backend-diskann/third_party/DiskANN updated: c73bcec98c...b2dc4ea2c7
Reference in New Issue
Block a user