Fix ai-service Dockerfile: bake in drug_entities.json, override its path
This commit is contained in:
@@ -74,7 +74,10 @@ class BedrockCohereQueryEmbedder:
|
||||
config=Config(
|
||||
connect_timeout=10,
|
||||
read_timeout=30,
|
||||
retries={"max_attempts": 3, "mode": "standard"},
|
||||
# "adaptive" was tried 2026-08-07 and reverted same day — see
|
||||
# the matching comment in adapters/bedrock_converse.py for the
|
||||
# measured 1-5-minute regression it caused. "standard" kept.
|
||||
retries={"max_attempts": 4, "mode": "standard"},
|
||||
),
|
||||
)
|
||||
return self._client
|
||||
|
||||
Reference in New Issue
Block a user