Skip to content

Commit

Permalink
chore: update param
Browse files Browse the repository at this point in the history
  • Loading branch information
Ning committed Jan 22, 2025
1 parent 130e97c commit 44acddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lambda/intention/intention.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def __save_2_aos(
if kb_enabled:
embedding_info = get_embedding_info(embedding_model_endpoint)
embedding_function = sm_utils.getCustomEmbeddings(
embedding_model_endpoint,
endpoint_name=embedding_model_endpoint,
region_name=region,
bedrock_region=bedrock_region,
model_type=embedding_info.get("ModelType"),
Expand Down

0 comments on commit 44acddf

Please sign in to comment.