refactor(filesystem): consolidate semantic projection modules

This commit is contained in:
BukeLy 2026-05-31 23:57:12 +08:00
parent 34fa8f7b42
commit e368562e03
10 changed files with 233 additions and 385 deletions

View file

@ -338,7 +338,7 @@ def configure_summary_projection_backend(
) -> None:
if not (filesystem.summary_projection_index_dir / "summary_only_vector.sqlite").exists():
return
filesystem.configure_hybrid_projection_retrieval(
filesystem.configure_semantic_projection_retrieval(
filesystem.summary_projection_index_dir,
embedding_provider=embedding_provider,
embedding_model=embedding_model,