[ aws . bedrock-agent-runtime ]

retrieve-and-generate

Description

Queries a knowledge base and generates responses based on the retrieved results. The response only cites sources that are relevant to the query.

See also: AWS API Documentation

retrieve-and-generate uses document type values. Document types follow the JSON data model where valid values are: strings, numbers, booleans, null, arrays, and objects. For command input, options and nested parameters that are labeled with the type document must be provided as JSON. Shorthand syntax does not support document types.

Synopsis

  retrieve-and-generate
--input <value>
[--retrieve-and-generate-configuration <value>]
[--session-configuration <value>]
[--session-id <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
[--cli-binary-format <value>]
[--no-cli-pager]
[--cli-auto-prompt]
[--no-cli-auto-prompt]

Options

--input (structure)

Contains the query to be made to the knowledge base.

text -> (string)

The query made to the knowledge base.

Shorthand Syntax:

text=string

JSON Syntax:

{
  "text": "string"
}

--retrieve-and-generate-configuration (structure)

Contains configurations for the knowledge base query and retrieval process. For more information, see Query configurations .

externalSourcesConfiguration -> (structure)

The configuration used with the external source wrapper object in the retrieveAndGenerate function.

generationConfiguration -> (structure)

The prompt used with the external source wrapper object with the retrieveAndGenerate function.

additionalModelRequestFields -> (map)

Additional model parameters and their corresponding values not included in the textInferenceConfig structure for an external source. Takes in custom model parameters specific to the language model being used.

key -> (string)

value -> (document)

guardrailConfiguration -> (structure)

The configuration details for the guardrail.

guardrailId -> (string)

The unique identifier for the guardrail.

guardrailVersion -> (string)

The version of the guardrail.

inferenceConfig -> (structure)

Configuration settings for inference when using RetrieveAndGenerate to generate responses while using an external source.

textInferenceConfig -> (structure)

Configuration settings specific to text generation while generating responses using RetrieveAndGenerate.

maxTokens -> (integer)

The maximum number of tokens to generate in the output text. Do not use the minimum of 0 or the maximum of 65536. The limit values described here are arbitary values, for actual values consult the limits defined by your specific model.

stopSequences -> (list)

A list of sequences of characters that, if generated, will cause the model to stop generating further tokens. Do not use a minimum length of 1 or a maximum length of 1000. The limit values described here are arbitary values, for actual values consult the limits defined by your specific model.

(string)

temperature -> (float)

Controls the random-ness of text generated by the language model, influencing how much the model sticks to the most predictable next words versus exploring more surprising options. A lower temperature value (e.g. 0.2 or 0.3) makes model outputs more deterministic or predictable, while a higher temperature (e.g. 0.8 or 0.9) makes the outputs more creative or unpredictable.

topP -> (float)

A probability distribution threshold which controls what the model considers for the set of possible next tokens. The model will only consider the top p% of the probability distribution when generating the next token.

promptTemplate -> (structure)

Contain the textPromptTemplate string for the external source wrapper object.

textPromptTemplate -> (string)

The template for the prompt that’s sent to the model for response generation. You can include prompt placeholders, which become replaced before the prompt is sent to the model to provide instructions and context to the model. In addition, you can include XML tags to delineate meaningful sections of the prompt template.

For more information, see the following resources:

modelArn -> (string)

The modelArn used with the external source wrapper object in the retrieveAndGenerate function.

sources -> (list)

The document used with the external source wrapper object in the retrieveAndGenerate function.

(structure)

The unique external source of the content contained in the wrapper object.

byteContent -> (structure)

The identifier, contentType, and data of the external source wrapper object.

contentType -> (string)

The MIME type of the document contained in the wrapper object.

data -> (blob)

The byte value of the file to upload, encoded as a Base-64 string.

identifier -> (string)

The file name of the document contained in the wrapper object.

s3Location -> (structure)

The S3 location of the external source wrapper object.

uri -> (string)

The file location of the S3 wrapper object.

sourceType -> (string)

The source type of the external source wrapper object.

knowledgeBaseConfiguration -> (structure)

Contains details about the resource being queried.

generationConfiguration -> (structure)

Contains configurations for response generation based on the knowwledge base query results.

additionalModelRequestFields -> (map)

Additional model parameters and corresponding values not included in the textInferenceConfig structure for a knowledge base. This allows users to provide custom model parameters specific to the language model being used.

key -> (string)

value -> (document)

guardrailConfiguration -> (structure)

The configuration details for the guardrail.

guardrailId -> (string)

The unique identifier for the guardrail.

guardrailVersion -> (string)

The version of the guardrail.

inferenceConfig -> (structure)

Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source.

textInferenceConfig -> (structure)

Configuration settings specific to text generation while generating responses using RetrieveAndGenerate.

maxTokens -> (integer)

The maximum number of tokens to generate in the output text. Do not use the minimum of 0 or the maximum of 65536. The limit values described here are arbitary values, for actual values consult the limits defined by your specific model.

stopSequences -> (list)

A list of sequences of characters that, if generated, will cause the model to stop generating further tokens. Do not use a minimum length of 1 or a maximum length of 1000. The limit values described here are arbitary values, for actual values consult the limits defined by your specific model.

(string)

temperature -> (float)

Controls the random-ness of text generated by the language model, influencing how much the model sticks to the most predictable next words versus exploring more surprising options. A lower temperature value (e.g. 0.2 or 0.3) makes model outputs more deterministic or predictable, while a higher temperature (e.g. 0.8 or 0.9) makes the outputs more creative or unpredictable.

topP -> (float)

A probability distribution threshold which controls what the model considers for the set of possible next tokens. The model will only consider the top p% of the probability distribution when generating the next token.

promptTemplate -> (structure)

Contains the template for the prompt that’s sent to the model for response generation.

textPromptTemplate -> (string)

The template for the prompt that’s sent to the model for response generation. You can include prompt placeholders, which become replaced before the prompt is sent to the model to provide instructions and context to the model. In addition, you can include XML tags to delineate meaningful sections of the prompt template.

For more information, see the following resources:

knowledgeBaseId -> (string)

The unique identifier of the knowledge base that is queried and the foundation model used for generation.

modelArn -> (string)

The ARN of the foundation model used to generate a response.

retrievalConfiguration -> (structure)

Contains configurations for how to retrieve and return the knowledge base query.

vectorSearchConfiguration -> (structure)

Contains details about how the results from the vector search should be returned. For more information, see Query configurations .

filter -> (tagged union structure)

Specifies the filters to use on the metadata in the knowledge base data sources before returning results. For more information, see Query configurations .

Note

This is a Tagged Union structure. Only one of the following top level keys can be set: andAll, equals, greaterThan, greaterThanOrEquals, in, lessThan, lessThanOrEquals, listContains, notEquals, notIn, orAll, startsWith, stringContains.

andAll -> (list)

Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside this list.

(tagged union structure)

Specifies the filters to use on the metadata attributes in the knowledge base data sources before returning results. For more information, see Query configurations . See the examples below to see how to use these filters.

This data type is used in the following API operations:

Note

This is a Tagged Union structure. Only one of the following top level keys can be set: andAll, equals, greaterThan, greaterThanOrEquals, in, lessThan, lessThanOrEquals, listContains, notEquals, notIn, orAll, startsWith, stringContains.

andAll -> (list)

Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside this list.

( … recursive … )

equals -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value matches the value in this object.

The following example would return data sources with an animal attribute whose value is cat :

"equals": { "key": "animal", "value": "cat" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

greaterThan -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is greater than the value in this object.

The following example would return data sources with an year attribute whose value is greater than 1989 :

"greaterThan": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

greaterThanOrEquals -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is greater than or equal to the value in this object.

The following example would return data sources with an year attribute whose value is greater than or equal to 1989 :

"greaterThanOrEquals": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

in -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is in the list specified in the value in this object.

The following example would return data sources with an animal attribute that is either cat or dog :

"in": { "key": "animal", "value": ["cat", "dog"] }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

lessThan -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than the value in this object.

The following example would return data sources with an year attribute whose value is less than to 1989 .

"lessThan": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

lessThanOrEquals -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than or equal to the value in this object.

The following example would return data sources with an year attribute whose value is less than or equal to 1989 .

"lessThanOrEquals": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

listContains -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is a list that contains the value as one of its members.

The following example would return data sources with an animals attribute that is a list containing a cat member (for example ["dog", "cat"] ).

"listContains": { "key": "animals", "value": "cat" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

notEquals -> (structure)

Knowledge base data sources that contain a metadata attribute whose name matches the key and whose value doesn’t match the value in this object are returned.

The following example would return data sources that don’t contain an animal attribute whose value is cat .

"notEquals": { "key": "animal", "value": "cat" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

notIn -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value isn’t in the list specified in the value in this object.

The following example would return data sources whose animal attribute is neither cat nor dog .

"notIn": { "key": "animal", "value": ["cat", "dog"] }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

orAll -> (list)

Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter conditions inside this list.

( … recursive … )

startsWith -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value starts with the value in this object. This filter is currently only supported for Amazon OpenSearch Serverless vector stores.

The following example would return data sources with an animal attribute starts with ca (for example, cat or camel ).

"startsWith": { "key": "animal", "value": "ca" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

stringContains -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is one of the following:

  • A string that contains the value as a substring. The following example would return data sources with an animal attribute that contains the substring at (for example cat ). "stringContains": { "key": "animal", "value": "at" }
  • A list with a member that contains the value as a substring. The following example would return data sources with an animals attribute that is a list containing a member that contains the substring at (for example ["dog", "cat"] ). "stringContains": { "key": "animals", "value": "at" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

equals -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value matches the value in this object.

The following example would return data sources with an animal attribute whose value is cat :

"equals": { "key": "animal", "value": "cat" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

greaterThan -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is greater than the value in this object.

The following example would return data sources with an year attribute whose value is greater than 1989 :

"greaterThan": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

greaterThanOrEquals -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is greater than or equal to the value in this object.

The following example would return data sources with an year attribute whose value is greater than or equal to 1989 :

"greaterThanOrEquals": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

in -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is in the list specified in the value in this object.

The following example would return data sources with an animal attribute that is either cat or dog :

"in": { "key": "animal", "value": ["cat", "dog"] }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

lessThan -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than the value in this object.

The following example would return data sources with an year attribute whose value is less than to 1989 .

"lessThan": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

lessThanOrEquals -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than or equal to the value in this object.

The following example would return data sources with an year attribute whose value is less than or equal to 1989 .

"lessThanOrEquals": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

listContains -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is a list that contains the value as one of its members.

The following example would return data sources with an animals attribute that is a list containing a cat member (for example ["dog", "cat"] ).

"listContains": { "key": "animals", "value": "cat" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

notEquals -> (structure)

Knowledge base data sources that contain a metadata attribute whose name matches the key and whose value doesn’t match the value in this object are returned.

The following example would return data sources that don’t contain an animal attribute whose value is cat .

"notEquals": { "key": "animal", "value": "cat" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

notIn -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value isn’t in the list specified in the value in this object.

The following example would return data sources whose animal attribute is neither cat nor dog .

"notIn": { "key": "animal", "value": ["cat", "dog"] }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

orAll -> (list)

Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter conditions inside this list.

(tagged union structure)

Specifies the filters to use on the metadata attributes in the knowledge base data sources before returning results. For more information, see Query configurations . See the examples below to see how to use these filters.

This data type is used in the following API operations:

Note

This is a Tagged Union structure. Only one of the following top level keys can be set: andAll, equals, greaterThan, greaterThanOrEquals, in, lessThan, lessThanOrEquals, listContains, notEquals, notIn, orAll, startsWith, stringContains.

andAll -> (list)

Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside this list.

( … recursive … )

equals -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value matches the value in this object.

The following example would return data sources with an animal attribute whose value is cat :

"equals": { "key": "animal", "value": "cat" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

greaterThan -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is greater than the value in this object.

The following example would return data sources with an year attribute whose value is greater than 1989 :

"greaterThan": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

greaterThanOrEquals -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is greater than or equal to the value in this object.

The following example would return data sources with an year attribute whose value is greater than or equal to 1989 :

"greaterThanOrEquals": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

in -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is in the list specified in the value in this object.

The following example would return data sources with an animal attribute that is either cat or dog :

"in": { "key": "animal", "value": ["cat", "dog"] }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

lessThan -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than the value in this object.

The following example would return data sources with an year attribute whose value is less than to 1989 .

"lessThan": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

lessThanOrEquals -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is less than or equal to the value in this object.

The following example would return data sources with an year attribute whose value is less than or equal to 1989 .

"lessThanOrEquals": { "key": "year", "value": 1989 }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

listContains -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is a list that contains the value as one of its members.

The following example would return data sources with an animals attribute that is a list containing a cat member (for example ["dog", "cat"] ).

"listContains": { "key": "animals", "value": "cat" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

notEquals -> (structure)

Knowledge base data sources that contain a metadata attribute whose name matches the key and whose value doesn’t match the value in this object are returned.

The following example would return data sources that don’t contain an animal attribute whose value is cat .

"notEquals": { "key": "animal", "value": "cat" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

notIn -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value isn’t in the list specified in the value in this object.

The following example would return data sources whose animal attribute is neither cat nor dog .

"notIn": { "key": "animal", "value": ["cat", "dog"] }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

orAll -> (list)

Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter conditions inside this list.

( … recursive … )

startsWith -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value starts with the value in this object. This filter is currently only supported for Amazon OpenSearch Serverless vector stores.

The following example would return data sources with an animal attribute starts with ca (for example, cat or camel ).

"startsWith": { "key": "animal", "value": "ca" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

stringContains -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is one of the following:

  • A string that contains the value as a substring. The following example would return data sources with an animal attribute that contains the substring at (for example cat ). "stringContains": { "key": "animal", "value": "at" }
  • A list with a member that contains the value as a substring. The following example would return data sources with an animals attribute that is a list containing a member that contains the substring at (for example ["dog", "cat"] ). "stringContains": { "key": "animals", "value": "at" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

startsWith -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value starts with the value in this object. This filter is currently only supported for Amazon OpenSearch Serverless vector stores.

The following example would return data sources with an animal attribute starts with ca (for example, cat or camel ).

"startsWith": { "key": "animal", "value": "ca" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

stringContains -> (structure)

Knowledge base data sources are returned if they contain a metadata attribute whose name matches the key and whose value is one of the following:

  • A string that contains the value as a substring. The following example would return data sources with an animal attribute that contains the substring at (for example cat ). "stringContains": { "key": "animal", "value": "at" }
  • A list with a member that contains the value as a substring. The following example would return data sources with an animals attribute that is a list containing a member that contains the substring at (for example ["dog", "cat"] ). "stringContains": { "key": "animals", "value": "at" }

key -> (string)

The name that the metadata attribute must match.

value -> (document)

The value to whcih to compare the value of the metadata attribute.

numberOfResults -> (integer)

The number of source chunks to retrieve.

overrideSearchType -> (string)

By default, Amazon Bedrock decides a search strategy for you. If you’re using an Amazon OpenSearch Serverless vector store that contains a filterable text field, you can specify whether to query the knowledge base with a HYBRID search using both vector embeddings and raw text, or SEMANTIC search using only vector embeddings. For other vector store configurations, only SEMANTIC search is available. For more information, see Test a knowledge base .

type -> (string)

The type of resource that is queried by the request.

JSON Syntax:

{
  "externalSourcesConfiguration": {
    "generationConfiguration": {
      "additionalModelRequestFields": {"string": {...}
        ...},
      "guardrailConfiguration": {
        "guardrailId": "string",
        "guardrailVersion": "string"
      },
      "inferenceConfig": {
        "textInferenceConfig": {
          "maxTokens": integer,
          "stopSequences": ["string", ...],
          "temperature": float,
          "topP": float
        }
      },
      "promptTemplate": {
        "textPromptTemplate": "string"
      }
    },
    "modelArn": "string",
    "sources": [
      {
        "byteContent": {
          "contentType": "string",
          "data": blob,
          "identifier": "string"
        },
        "s3Location": {
          "uri": "string"
        },
        "sourceType": "S3"|"BYTE_CONTENT"
      }
      ...
    ]
  },
  "knowledgeBaseConfiguration": {
    "generationConfiguration": {
      "additionalModelRequestFields": {"string": {...}
        ...},
      "guardrailConfiguration": {
        "guardrailId": "string",
        "guardrailVersion": "string"
      },
      "inferenceConfig": {
        "textInferenceConfig": {
          "maxTokens": integer,
          "stopSequences": ["string", ...],
          "temperature": float,
          "topP": float
        }
      },
      "promptTemplate": {
        "textPromptTemplate": "string"
      }
    },
    "knowledgeBaseId": "string",
    "modelArn": "string",
    "retrievalConfiguration": {
      "vectorSearchConfiguration": {
        "filter": {
          "andAll": [
            {
              "andAll": [
                { ... recursive ... }
                ...
              ],
              "equals": {
                "key": "string",
                "value": {...}
              },
              "greaterThan": {
                "key": "string",
                "value": {...}
              },
              "greaterThanOrEquals": {
                "key": "string",
                "value": {...}
              },
              "in": {
                "key": "string",
                "value": {...}
              },
              "lessThan": {
                "key": "string",
                "value": {...}
              },
              "lessThanOrEquals": {
                "key": "string",
                "value": {...}
              },
              "listContains": {
                "key": "string",
                "value": {...}
              },
              "notEquals": {
                "key": "string",
                "value": {...}
              },
              "notIn": {
                "key": "string",
                "value": {...}
              },
              "orAll": [
                { ... recursive ... }
                ...
              ],
              "startsWith": {
                "key": "string",
                "value": {...}
              },
              "stringContains": {
                "key": "string",
                "value": {...}
              }
            }
            ...
          ],
          "equals": {
            "key": "string",
            "value": {...}
          },
          "greaterThan": {
            "key": "string",
            "value": {...}
          },
          "greaterThanOrEquals": {
            "key": "string",
            "value": {...}
          },
          "in": {
            "key": "string",
            "value": {...}
          },
          "lessThan": {
            "key": "string",
            "value": {...}
          },
          "lessThanOrEquals": {
            "key": "string",
            "value": {...}
          },
          "listContains": {
            "key": "string",
            "value": {...}
          },
          "notEquals": {
            "key": "string",
            "value": {...}
          },
          "notIn": {
            "key": "string",
            "value": {...}
          },
          "orAll": [
            {
              "andAll": [
                { ... recursive ... }
                ...
              ],
              "equals": {
                "key": "string",
                "value": {...}
              },
              "greaterThan": {
                "key": "string",
                "value": {...}
              },
              "greaterThanOrEquals": {
                "key": "string",
                "value": {...}
              },
              "in": {
                "key": "string",
                "value": {...}
              },
              "lessThan": {
                "key": "string",
                "value": {...}
              },
              "lessThanOrEquals": {
                "key": "string",
                "value": {...}
              },
              "listContains": {
                "key": "string",
                "value": {...}
              },
              "notEquals": {
                "key": "string",
                "value": {...}
              },
              "notIn": {
                "key": "string",
                "value": {...}
              },
              "orAll": [
                { ... recursive ... }
                ...
              ],
              "startsWith": {
                "key": "string",
                "value": {...}
              },
              "stringContains": {
                "key": "string",
                "value": {...}
              }
            }
            ...
          ],
          "startsWith": {
            "key": "string",
            "value": {...}
          },
          "stringContains": {
            "key": "string",
            "value": {...}
          }
        },
        "numberOfResults": integer,
        "overrideSearchType": "HYBRID"|"SEMANTIC"
      }
    }
  },
  "type": "KNOWLEDGE_BASE"|"EXTERNAL_SOURCES"
}

--session-configuration (structure)

Contains details about the session with the knowledge base.

kmsKeyArn -> (string)

The ARN of the KMS key encrypting the session.

Shorthand Syntax:

kmsKeyArn=string

JSON Syntax:

{
  "kmsKeyArn": "string"
}

--session-id (string)

The unique identifier of the session. Reuse the same value to continue the same session with the knowledge base.

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.

Global Options

--debug (boolean)

Turn on debug logging.

--endpoint-url (string)

Override command’s default URL with the given URL.

--no-verify-ssl (boolean)

By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.

--no-paginate (boolean)

Disable automatic pagination.

--output (string)

The formatting style for command output.

  • json
  • text
  • table
  • yaml
  • yaml-stream

--query (string)

A JMESPath query to use in filtering the response data.

--profile (string)

Use a specific profile from your credential file.

--region (string)

The region to use. Overrides config/env settings.

--version (string)

Display the version of this tool.

--color (string)

Turn on/off color output.

  • on
  • off
  • auto

--no-sign-request (boolean)

Do not sign requests. Credentials will not be loaded if this argument is provided.

--ca-bundle (string)

The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.

--cli-read-timeout (int)

The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.

--cli-connect-timeout (int)

The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.

--cli-binary-format (string)

The formatting style to be used for binary blobs. The default format is base64. The base64 format expects binary blobs to be provided as a base64 encoded string. The raw-in-base64-out format preserves compatibility with AWS CLI V1 behavior and binary values must be passed literally. When providing contents from a file that map to a binary blob fileb:// will always be treated as binary and use the file contents directly regardless of the cli-binary-format setting. When using file:// the file contents will need to properly formatted for the configured cli-binary-format.

  • base64
  • raw-in-base64-out

--no-cli-pager (boolean)

Disable cli pager for output.

--cli-auto-prompt (boolean)

Automatically prompt for CLI input parameters.

--no-cli-auto-prompt (boolean)

Disable automatically prompt for CLI input parameters.

Output

citations -> (list)

A list of segments of the generated response that are based on sources in the knowledge base, alongside information about the sources.

(structure)

An object containing a segment of the generated response that is based on a source in the knowledge base, alongside information about the source.

This data type is used in the following API operations:

generatedResponsePart -> (structure)

Contains the generated response and metadata

textResponsePart -> (structure)

Contains metadata about a textual part of the generated response that is accompanied by a citation.

span -> (structure)

Contains information about where the text with a citation begins and ends in the generated output.

end -> (integer)

Where the text with a citation ends in the generated output.

start -> (integer)

Where the text with a citation starts in the generated output.

text -> (string)

The part of the generated text that contains a citation.

retrievedReferences -> (list)

Contains metadata about the sources cited for the generated response.

(structure)

Contains metadata about a source cited for the generated response.

This data type is used in the following API operations:

content -> (structure)

Contains the cited text from the data source.

text -> (string)

The cited text from the data source.

location -> (structure)

Contains information about the location of the data source.

s3Location -> (structure)

Contains the S3 location of the data source.

uri -> (string)

The S3 URI of the data source.

type -> (string)

The type of the location of the data source.

metadata -> (map)

Contains metadata attributes and their values for the file in the data source. For more information, see Metadata and filtering .

key -> (string)

value -> (document)

guardrailAction -> (string)

Specifies if there is a guardrail intervention in the response.

output -> (structure)

Contains the response generated from querying the knowledge base.

text -> (string)

The response generated from querying the knowledge base.

sessionId -> (string)

The unique identifier of the session. Reuse the same value to continue the same session with the knowledge base.