mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-07-06 20:42:12 +02:00
refactor(filesystem): make pifs providers configurable
This commit is contained in:
parent
7c021a7dd0
commit
de1992def1
7 changed files with 154 additions and 61 deletions
|
|
@ -2,11 +2,11 @@ from .commands import PIFSCommandExecutor
|
|||
from .core import PageIndexFileSystem
|
||||
from .hybrid_projection import HybridProjectionSearchBackend
|
||||
from .metadata_generation import (
|
||||
MetadataGenerationBackend,
|
||||
MetadataGenerationError,
|
||||
MetadataGenerationInput,
|
||||
MetadataGenerationResult,
|
||||
MetadataGenerator,
|
||||
OpenAIMetadataGenerator,
|
||||
)
|
||||
from .projection_indexing import SummaryProjectionIndexer
|
||||
from .semantic_index import (
|
||||
|
|
@ -20,11 +20,11 @@ from .types import OpenResult, SearchResult
|
|||
__all__ = [
|
||||
"OpenResult",
|
||||
"HybridProjectionSearchBackend",
|
||||
"MetadataGenerationBackend",
|
||||
"MetadataGenerationError",
|
||||
"MetadataGenerationInput",
|
||||
"MetadataGenerationResult",
|
||||
"MetadataGenerator",
|
||||
"OpenAIMetadataGenerator",
|
||||
"PIFSCommandExecutor",
|
||||
"PageIndexFileSystem",
|
||||
"RebuildableSemanticIndex",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue