mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-24 20:28:12 +02:00
fix(filesystem): avoid eager vector imports for embedding defaults
This commit is contained in:
parent
58409d1ec5
commit
decfe29fe4
6 changed files with 5 additions and 65 deletions
|
|
@ -14,6 +14,7 @@ from .metadata_generation import (
|
|||
MetadataGenerationResult,
|
||||
MetadataGenerator,
|
||||
)
|
||||
from .embedding_defaults import DEFAULT_EMBEDDING_DIMENSIONS
|
||||
from .semantic_folder_policy import (
|
||||
SEMANTIC_FOLDER_BASE_FIELDS,
|
||||
SEMANTIC_FOLDER_ROOT,
|
||||
|
|
@ -22,7 +23,6 @@ from .semantic_folder_policy import (
|
|||
is_semantic_folder_forbidden_field,
|
||||
semantic_folder_allowed_extension_fields,
|
||||
)
|
||||
from .hybrid_projection import DEFAULT_EMBEDDING_DIMENSIONS
|
||||
from .store import (
|
||||
SQLiteFileSystemStore,
|
||||
fingerprint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue