Checkpoint frontend UI/UX overhaul and ingestion embed benchmark work

This commit is contained in:
2026-08-06 17:21:21 +07:00
parent 1e8cbdb586
commit a4b8e1c4db
78 changed files with 6761 additions and 654 deletions
+4 -3
View File
@@ -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"