mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-15 20:05:14 +02:00
refactor(filesystem): inline embedding dimension default
This commit is contained in:
parent
1c6c2ca1b2
commit
34fa8f7b42
5 changed files with 4 additions and 5 deletions
|
|
@ -42,7 +42,7 @@ os.environ.setdefault("LITELLM_LOCAL_MODEL_COST_MAP", "true")
|
|||
from pageindex import PageIndexClient
|
||||
from pageindex.filesystem import MetadataGenerator, PageIndexFileSystem, PIFSCommandExecutor
|
||||
from pageindex.filesystem.agent import run_pifs_agent
|
||||
from pageindex.filesystem.embedding_defaults import DEFAULT_EMBEDDING_DIMENSIONS
|
||||
from pageindex.filesystem.core import DEFAULT_EMBEDDING_DIMENSIONS
|
||||
|
||||
|
||||
EXAMPLES_DIR = Path(__file__).parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue