Skip to content

Commit

Permalink
Update services based on v1.45.28 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Oct 19, 2023
1 parent 1f1728b commit 3957d28
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .latest-tag-aws-sdk-go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.45.27
v1.45.28
13 changes: 13 additions & 0 deletions lib/aws/generated/kendra.ex
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,13 @@ defmodule AWS.Kendra do
@doc """
Searches an index given an input query.
If you are working with large language models (LLMs) or implementing retrieval
augmented generation (RAG) systems, you can use Amazon Kendra's
[Retrieve](https://docs.aws.amazon.com/kendra/latest/APIReference/API_Retrieve.html)
API, which can return longer semantically relevant passages. We recommend using
the `Retrieve` API instead of filing a service limit increase to increase the
`Query` API document excerpt length.
You can configure boosting or relevance tuning at the query level to override
boosting at the index level, filter based on document fields/attributes and
faceted search, and filter based on the user or their group access to documents.
Expand Down Expand Up @@ -817,6 +824,12 @@ defmodule AWS.Kendra do
* Filter based on the user or their group access to documents
* View the confidence score bucket for a retrieved passage result.
The confidence bucket provides a relative ranking that indicates how confident
Amazon Kendra is that the response is relevant to the query.
Confidence score buckets are currently available only for English.
You can also include certain fields in the response that might provide useful
additional information.
Expand Down

0 comments on commit 3957d28

Please sign in to comment.