mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-21 19:08:17 +08:00
feat: Enhance embedding generation to track current index path and improve metadata retrieval
This commit is contained in:
@@ -693,8 +693,10 @@ class HybridSearchEngine:
|
||||
vectors_meta_path, chunk_ids, score_map, category
|
||||
)
|
||||
except Exception as e:
|
||||
self.logger.debug(
|
||||
"Centralized metadata lookup failed, falling back: %s", e
|
||||
self.logger.warning(
|
||||
"Centralized metadata lookup failed, falling back to legacy traversal: %s. "
|
||||
"Consider regenerating embeddings with: codexlens embeddings-generate --centralized",
|
||||
e
|
||||
)
|
||||
|
||||
# Fallback: traverse _index.db files (legacy path)
|
||||
|
||||
Reference in New Issue
Block a user