mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #39472 from BerriAI/litellm_fix_kb_hook_test_embedding_executor
test(vector-store): accept embedding_executor in the Bedrock KB hook fake handler
This commit is contained in:
commit
ff17e8b987
1 changed files with 1 additions and 0 deletions
|
|
@ -370,6 +370,7 @@ async def test_bedrock_kb_request_body_has_transformed_filters(
|
|||
custom_llm_provider,
|
||||
litellm_params,
|
||||
logging_obj,
|
||||
embedding_executor=None,
|
||||
extra_headers=None,
|
||||
extra_body=None,
|
||||
timeout=None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue