Skip to content

Commit e02cc8e

Browse files
committed
Fix unit test failures.
1 parent 1d3d64f commit e02cc8e

File tree

6 files changed

+6851
-2759
lines changed

6 files changed

+6851
-2759
lines changed

backend/app/vector_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _bedrock_knowledge_base_search(bot: BotModel, query: str) -> list[SearchResu
9090
retrieve_parameter["retrievalConfiguration"]["vectorSearchConfiguration"]["filter"] = { # type: ignore
9191
"listContains": {
9292
"key": "tenants",
93-
"value": f"BOT#{bot.id}",
93+
"value": f"BOT#{bot.id}", # type: ignore
9494
},
9595
}
9696

0 commit comments

Comments
 (0)