aws-sdk-qbusiness 1.1.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qbusiness/client.rb +359 -231
- data/lib/aws-sdk-qbusiness/client_api.rb +81 -5
- data/lib/aws-sdk-qbusiness/types.rb +908 -462
- data/lib/aws-sdk-qbusiness.rb +1 -1
- data/sig/client.rbs +54 -6
- data/sig/types.rbs +79 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb231475f2d19872f651264fff887f6482d56fd817544feddbd5e0648b7ad36b
|
4
|
+
data.tar.gz: b2b1b883674ea27a4f37a10dda379a10232e8af00d72ae8c151191e454abf97d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5180b838968335c84309d9075e35fd294e88ec795d07ed499678f91537b028141bb1b724596f2708bc6522cc8b5f773cb6c72e632dfc8cb96c98c21aade31fe3
|
7
|
+
data.tar.gz: af656395444f038794c02606cfca7116464d9d816128b3e3b9d4b235e433aa016f4495030c5255313fe50a611b477a1cbd0e3b7e4640048ba8e6a6d29b6e5210
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.3.0 (2024-04-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for IAM Identity Center (IDC) as the identity gateway for Q Business. It also allows users to provide an explicit intent for Q Business to identify how the Chat request should be handled.
|
8
|
+
|
9
|
+
1.2.0 (2024-02-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API.
|
13
|
+
|
4
14
|
1.1.0 (2024-01-26)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.3.0
|