Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ class Settings(BaseSettings):
MULTIVECTOR_STORE_PROVIDER: Literal["postgres", "morphik"] = "postgres"
# Enable dual ingestion to both fast and slow multivector stores during migration
ENABLE_DUAL_MULTIVECTOR_INGESTION: bool = False
MULTIVECTOR_BLOCK_STORAGE_ENABLED: bool = True
MULTIVECTOR_BLOCK_SIZE: int = 2048
MULTIVECTOR_BLOCK_PREFIX: str = "multivector_blocks"

# Colpali configuration
ENABLE_COLPALI: bool
Expand Down
Loading
Loading