Fix ai-service Dockerfile: bake in drug_entities.json, override its path

This commit is contained in:
2026-08-10 10:35:13 +07:00
parent a4b8e1c4db
commit 60b4397032
51 changed files with 4302 additions and 2087 deletions
+4 -1
View File
@@ -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