Checkpoint frontend UI/UX overhaul and ingestion embed benchmark work
This commit is contained in:
@@ -18,9 +18,10 @@ class Settings(BaseSettings):
|
||||
default="postgresql://duoc_thu:duoc_thu@localhost:5432/duoc_thu",
|
||||
repr=False,
|
||||
)
|
||||
# Defaults to the route that is measured and needs no provider. Raising it
|
||||
# to `cohere-v4` enables the similarity fallback and requires live Bedrock.
|
||||
embedding_provider: str = "section-only"
|
||||
# `cohere-v4` = semantic query embedding in the corpus's own space (requires
|
||||
# live Bedrock). `disabled` skips retrieval entirely. The old local-hash /
|
||||
# section-only stub embedders were removed in the 2026-08-06 rebuild.
|
||||
embedding_provider: str = "cohere-v4"
|
||||
embedding_dimensions: int = 1024
|
||||
evidence_minimum_score: float = 0.12
|
||||
aws_region: str = "us-east-1"
|
||||
|
||||
Reference in New Issue
Block a user