You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-qbusiness): 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.
Copy file name to clipboardExpand all lines: clients/client-qbusiness/README.md
+81
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,89 @@
6
6
7
7
AWS SDK for JavaScript QBusiness Client for Node.js, Browser and React Native.
8
8
9
+
<note>
10
+
<p>Amazon Q is in preview release and is subject to change.</p>
11
+
</note>
12
+
<p>This is the <i>Amazon Q (for business use)</i> API Reference.
13
+
Amazon Q is a fully managed, generative-AI powered enterprise chat assistant that
14
+
you can deploy within your organization. Amazon Q enhances employee productivity by
15
+
supporting key tasks such as question-answering, knowledge discovery, writing email
16
+
messages, summarizing text, drafting document outlines, and brainstorming ideas. Users
17
+
ask questions of Amazon Q and get answers that are presented in a conversational
18
+
manner. For an introduction to the service, see the <ahref="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/what-is.html">
19
+
<i>Amazon Q (for business use) Developer
20
+
Guide</i>
21
+
</a>.</p>
22
+
<p>For an overview of the Amazon Q APIs, see <ahref="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/api-ref.html#api-overview">Overview of Amazon Q API operations</a>.</p>
23
+
<p>For information about the IAM access control permissions you need to
24
+
use this API, see <ahref="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/iam-roles.html">IAM roles for Amazon Q</a> in the
25
+
<i>Amazon Q (for business use) Developer Guide</i>.</p>
26
+
<p>You can use the following AWS SDKs to access Amazon Q APIs:</p>
27
+
<ul>
28
+
<li>
9
29
<p>
30
+
<ahref="https://docs.aws.amazon.com/sdk-for-cpp">AWS SDK for C++</a>
10
31
</p>
32
+
</li>
33
+
<li>
34
+
<p>
35
+
<ahref="https://docs.aws.amazon.com/sdk-for-go">AWS SDK for Go</a>
36
+
</p>
37
+
</li>
38
+
<li>
39
+
<p>
40
+
<ahref="https://docs.aws.amazon.com/sdk-for-java">AWS SDK for Java</a>
41
+
</p>
42
+
</li>
43
+
<li>
44
+
<p>
45
+
<ahref="https://docs.aws.amazon.com/sdk-for-javascript">AWS SDK for
46
+
JavaScript</a>
47
+
</p>
48
+
</li>
49
+
<li>
50
+
<p>
51
+
<ahref="https://docs.aws.amazon.com/sdk-for-net">AWS SDK for .NET</a>
52
+
</p>
53
+
</li>
54
+
<li>
55
+
<p>
56
+
<ahref="https://docs.aws.amazon.com/pythonsdk">AWS SDK for Python
57
+
(Boto3)</a>
58
+
</p>
59
+
</li>
60
+
<li>
61
+
<p>
62
+
<ahref="https://docs.aws.amazon.com/sdk-for-ruby">AWS SDK for Ruby</a>
63
+
</p>
64
+
</li>
65
+
</ul>
66
+
<p>The following resources provide additional information about using the Amazon Q
67
+
API:</p>
68
+
<ul>
69
+
<li>
70
+
<p>
71
+
<i>
72
+
<ahref="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/setting-up.html">Setting up for
* ask questions of Amazon Q and get answers that are presented in a conversational
1042
+
* manner. For an introduction to the service, see the <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/what-is.html">
1043
+
* <i>Amazon Q (for business use) Developer
1044
+
* Guide</i>
1045
+
* </a>.</p>
1046
+
* <p>For an overview of the Amazon Q APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/api-ref.html#api-overview">Overview of Amazon Q API operations</a>.</p>
1047
+
* <p>For information about the IAM access control permissions you need to
1048
+
* use this API, see <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/iam-roles.html">IAM roles for Amazon Q</a> in the
1049
+
* <i>Amazon Q (for business use) Developer Guide</i>.</p>
1050
+
* <p>You can use the following AWS SDKs to access Amazon Q APIs:</p>
1051
+
* <ul>
1052
+
* <li>
1053
+
* <p>
1054
+
* <a href="https://docs.aws.amazon.com/sdk-for-cpp">AWS SDK for C++</a>
1055
+
* </p>
1056
+
* </li>
1057
+
* <li>
1058
+
* <p>
1059
+
* <a href="https://docs.aws.amazon.com/sdk-for-go">AWS SDK for Go</a>
1060
+
* </p>
1061
+
* </li>
1062
+
* <li>
1063
+
* <p>
1064
+
* <a href="https://docs.aws.amazon.com/sdk-for-java">AWS SDK for Java</a>
1065
+
* </p>
1066
+
* </li>
1067
+
* <li>
1068
+
* <p>
1069
+
* <a href="https://docs.aws.amazon.com/sdk-for-javascript">AWS SDK for
1070
+
* JavaScript</a>
1071
+
* </p>
1072
+
* </li>
1073
+
* <li>
1074
+
* <p>
1075
+
* <a href="https://docs.aws.amazon.com/sdk-for-net">AWS SDK for .NET</a>
1076
+
* </p>
1077
+
* </li>
1078
+
* <li>
1079
+
* <p>
1080
+
* <a href="https://docs.aws.amazon.com/pythonsdk">AWS SDK for Python
1081
+
* (Boto3)</a>
1082
+
* </p>
1083
+
* </li>
1084
+
* <li>
1085
+
* <p>
1086
+
* <a href="https://docs.aws.amazon.com/sdk-for-ruby">AWS SDK for Ruby</a>
1087
+
* </p>
1088
+
* </li>
1089
+
* </ul>
1090
+
* <p>The following resources provide additional information about using the Amazon Q
1091
+
* API:</p>
1092
+
* <ul>
1093
+
* <li>
1094
+
* <p>
1095
+
* <i>
1096
+
* <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/setting-up.html">Setting up for
* ask questions of Amazon Q and get answers that are presented in a conversational
457
+
* manner. For an introduction to the service, see the <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/what-is.html">
458
+
* <i>Amazon Q (for business use) Developer
459
+
* Guide</i>
460
+
* </a>.</p>
461
+
* <p>For an overview of the Amazon Q APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/api-ref.html#api-overview">Overview of Amazon Q API operations</a>.</p>
462
+
* <p>For information about the IAM access control permissions you need to
463
+
* use this API, see <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/iam-roles.html">IAM roles for Amazon Q</a> in the
464
+
* <i>Amazon Q (for business use) Developer Guide</i>.</p>
465
+
* <p>You can use the following AWS SDKs to access Amazon Q APIs:</p>
466
+
* <ul>
467
+
* <li>
468
+
* <p>
469
+
* <a href="https://docs.aws.amazon.com/sdk-for-cpp">AWS SDK for C++</a>
470
+
* </p>
471
+
* </li>
472
+
* <li>
473
+
* <p>
474
+
* <a href="https://docs.aws.amazon.com/sdk-for-go">AWS SDK for Go</a>
475
+
* </p>
476
+
* </li>
477
+
* <li>
478
+
* <p>
479
+
* <a href="https://docs.aws.amazon.com/sdk-for-java">AWS SDK for Java</a>
480
+
* </p>
481
+
* </li>
482
+
* <li>
483
+
* <p>
484
+
* <a href="https://docs.aws.amazon.com/sdk-for-javascript">AWS SDK for
485
+
* JavaScript</a>
486
+
* </p>
487
+
* </li>
488
+
* <li>
489
+
* <p>
490
+
* <a href="https://docs.aws.amazon.com/sdk-for-net">AWS SDK for .NET</a>
491
+
* </p>
492
+
* </li>
493
+
* <li>
494
+
* <p>
495
+
* <a href="https://docs.aws.amazon.com/pythonsdk">AWS SDK for Python
496
+
* (Boto3)</a>
497
+
* </p>
498
+
* </li>
499
+
* <li>
500
+
* <p>
501
+
* <a href="https://docs.aws.amazon.com/sdk-for-ruby">AWS SDK for Ruby</a>
502
+
* </p>
503
+
* </li>
504
+
* </ul>
505
+
* <p>The following resources provide additional information about using the Amazon Q
506
+
* API:</p>
507
+
* <ul>
508
+
* <li>
509
+
* <p>
510
+
* <i>
511
+
* <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/setting-up.html">Setting up for
* <p>To determine if index creation has completed, check the <code>Status</code> field
33
33
* returned from a call to <code>DescribeIndex</code>. The <code>Status</code> field is set
34
34
* to <code>ACTIVE</code> when the index is ready to use.</p>
35
-
* <p>Once the index is active, you can index your documents using the <a href="https://docs.aws.amazon.com/enterpriseq/latest/APIReference/API_BatchPutDocument.html">
35
+
* <p>Once the index is active, you can index your documents using the <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_BatchPutDocument.html">
36
36
* <code>BatchPutDocument</code>
37
-
* </a> API or the <a href="https://docs.aws.amazon.com/enterpriseq/latest/APIReference/API_CreateDataSource.html">
37
+
* </a> API or the <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_CreateDataSource.html">
0 commit comments