sig/client.rbs in aws-sdk-bedrockagentruntime-1.1.0 vs sig/client.rbs in aws-sdk-bedrockagentruntime-1.2.0
- old
+ new
@@ -107,11 +107,12 @@
retrieval_query: {
text: ::String
},
?retrieval_configuration: {
vector_search_configuration: {
- number_of_results: ::Integer
+ number_of_results: ::Integer?,
+ override_search_type: ("HYBRID" | "SEMANTIC")?
}
},
?next_token: ::String
) -> _RetrieveResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RetrieveResponseSuccess
@@ -130,10 +131,16 @@
},
?retrieve_and_generate_configuration: {
type: ("KNOWLEDGE_BASE"),
knowledge_base_configuration: {
knowledge_base_id: ::String,
- model_arn: ::String
+ model_arn: ::String,
+ retrieval_configuration: {
+ vector_search_configuration: {
+ number_of_results: ::Integer?,
+ override_search_type: ("HYBRID" | "SEMANTIC")?
+ }
+ }?
}?
},
?session_configuration: {
kms_key_arn: ::String
}