mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-12 19:55:17 +02:00
refactor(filesystem): consolidate semantic projection modules
This commit is contained in:
parent
34fa8f7b42
commit
e368562e03
10 changed files with 233 additions and 385 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue