diff --git a/spring-ai-bedrock/README_ANTHROPIC_CHAT.md b/spring-ai-bedrock/README_ANTHROPIC_CHAT.md index c87de34e7..751cc4fce 100644 --- a/spring-ai-bedrock/README_ANTHROPIC_CHAT.md +++ b/spring-ai-bedrock/README_ANTHROPIC_CHAT.md @@ -82,9 +82,9 @@ Use the `BedrockAnthropicChatProperties` to configure the Bedrock Llama2 Chat cl | Property | Description | Default | | ------------- | ------------- | ------------- | -| spring.ai.bedrock.embedding.aws.region | AWS region to use. | us-east-1 | -| spring.ai.bedrock.embedding.aws.accessKey | AWS credentials access key. | | -| spring.ai.bedrock.embedding.aws.secretKey | AWS credentials secret key. | | +| spring.ai.bedrock.aws.region | AWS region to use. | us-east-1 | +| spring.ai.bedrock.aws.accessKey | AWS credentials access key. | | +| spring.ai.bedrock.aws.secretKey | AWS credentials secret key. | | | spring.ai.bedrock.anthropic.chat.enable | Enable Bedrock Llama2 chat client. Disabled by default | false | | spring.ai.bedrock.anthropic.chat.temperature | Controls the randomness of the output. Values can range over [0.0,1.0] | 0.8 | | spring.ai.bedrock.anthropic.chat.topP | The maximum cumulative probability of tokens to consider when sampling. | AWS Bedrock default | diff --git a/spring-ai-bedrock/README_COHERE_CHAT.md b/spring-ai-bedrock/README_COHERE_CHAT.md index 5cb1f451e..886cabe87 100644 --- a/spring-ai-bedrock/README_COHERE_CHAT.md +++ b/spring-ai-bedrock/README_COHERE_CHAT.md @@ -92,9 +92,9 @@ Use the `BedrockCohereChatProperties` to configure the Bedrock Cohere Chat clien | Property | Description | Default | | ------------- | ------------- | ------------- | -| spring.ai.bedrock.embedding.aws.region | AWS region to use. | us-east-1 | -| spring.ai.bedrock.embedding.aws.accessKey | AWS credentials access key. | | -| spring.ai.bedrock.embedding.aws.secretKey | AWS credentials secret key. | | +| spring.ai.bedrock.aws.region | AWS region to use. | us-east-1 | +| spring.ai.bedrock.aws.accessKey | AWS credentials access key. | | +| spring.ai.bedrock.aws.secretKey | AWS credentials secret key. | | | spring.ai.bedrock.cohere.chat.enable | Enable Bedrock Cohere chat client. Disabled by default | false | | spring.ai.bedrock.cohere.chat.model | The model id to use. See the `CohereChatModel` for the supported models. | cohere.command-text-v14 | | spring.ai.bedrock.cohere.chat.temperature | Controls the randomness of the output. Values can range over [0.0,1.0] | 0.7 | diff --git a/spring-ai-bedrock/README_COHERE_EMBEDDING.md b/spring-ai-bedrock/README_COHERE_EMBEDDING.md index 3c076f024..e08e173ff 100644 --- a/spring-ai-bedrock/README_COHERE_EMBEDDING.md +++ b/spring-ai-bedrock/README_COHERE_EMBEDDING.md @@ -65,9 +65,9 @@ Use the `BedrockCohereEmbeddingProperties` to configure the Bedrock Cohere Chat | Property | Description | Default | | ------------- | ------------- | ------------- | -| spring.ai.bedrock.embedding.aws.region | AWS region to use. | us-east-1 | -| spring.ai.bedrock.embedding.aws.accessKey | AWS credentials access key. | | -| spring.ai.bedrock.embedding.aws.secretKey | AWS credentials secret key. | | +| spring.ai.bedrock.aws.region | AWS region to use. | us-east-1 | +| spring.ai.bedrock.aws.accessKey | AWS credentials access key. | | +| spring.ai.bedrock.aws.secretKey | AWS credentials secret key. | | | spring.ai.bedrock.cohere.embedding.enable | Enable Bedrock Cohere embedding client. Disabled by default | false | | spring.ai.bedrock.cohere.embedding.model | The model id to use. See the `CohereEmbeddingModel` for the supported models. | cohere.embed-multilingual-v3 | | spring.ai.bedrock.cohere.embedding.inputType | Prepends special tokens to differentiate each type from one another. You should not mix different types together, except when mixing types for for search and retrieval. In this case, embed your corpus with the search_document type and embedded queries with type search_query type. | search_document | diff --git a/spring-ai-bedrock/README_LLAMA2_CHAT.md b/spring-ai-bedrock/README_LLAMA2_CHAT.md index d7234a644..bb7ae1dd7 100644 --- a/spring-ai-bedrock/README_LLAMA2_CHAT.md +++ b/spring-ai-bedrock/README_LLAMA2_CHAT.md @@ -80,9 +80,9 @@ Use the `BedrockLlama2ChatProperties` to configure the Bedrock Llama2 Chat clien | Property | Description | Default | | ------------- | ------------- | ------------- | -| spring.ai.bedrock.embedding.aws.region | AWS region to use. | us-east-1 | -| spring.ai.bedrock.embedding.aws.accessKey | AWS credentials access key. | | -| spring.ai.bedrock.embedding.aws.secretKey | AWS credentials secret key. | | +| spring.ai.bedrock.aws.region | AWS region to use. | us-east-1 | +| spring.ai.bedrock.aws.accessKey | AWS credentials access key. | | +| spring.ai.bedrock.aws.secretKey | AWS credentials secret key. | | | spring.ai.bedrock.llama2.chat.enable | Enable Bedrock Llama2 chat client. Disabled by default | false | | spring.ai.bedrock.llama2.chat.temperature | Controls the randomness of the output. Values can range over [0.0,1.0] | 0.7 | | spring.ai.bedrock.llama2.chat.topP | The maximum cumulative probability of tokens to consider when sampling. | AWS Bedrock default | diff --git a/spring-ai-bedrock/README_TITAN_CHAT.md b/spring-ai-bedrock/README_TITAN_CHAT.md index ba6f585a2..b0de9eeab 100644 --- a/spring-ai-bedrock/README_TITAN_CHAT.md +++ b/spring-ai-bedrock/README_TITAN_CHAT.md @@ -72,9 +72,9 @@ Use the `BedrockTitanChatProperties` to configure the Bedrock Titan Chat client: | Property | Description | Default | | ------------- | ------------- | ------------- | -| spring.ai.bedrock.embedding.aws.region | AWS region to use. | us-east-1 | -| spring.ai.bedrock.embedding.aws.accessKey | AWS credentials access key. | | -| spring.ai.bedrock.embedding.aws.secretKey | AWS credentials secret key. | | +| spring.ai.bedrock.aws.region | AWS region to use. | us-east-1 | +| spring.ai.bedrock.aws.accessKey | AWS credentials access key. | | +| spring.ai.bedrock.aws.secretKey | AWS credentials secret key. | | | spring.ai.bedrock.titan.chat.enable | Enable Bedrock Titan chat client. Disabled by default | false | | spring.ai.bedrock.titan.chat.model | The model id to use. See the `TitanChatModel` for the supported models. | amazon.titan-text-express-v1 | | spring.ai.bedrock.titan.chat.temperature | Controls the randomness of the output. Values can range over [0.0,1.0] | 0.7 | diff --git a/spring-ai-bedrock/README_TITAN_EMBEDDING.md b/spring-ai-bedrock/README_TITAN_EMBEDDING.md index 14e23473b..7065f09f3 100644 --- a/spring-ai-bedrock/README_TITAN_EMBEDDING.md +++ b/spring-ai-bedrock/README_TITAN_EMBEDDING.md @@ -87,9 +87,9 @@ Use the `BedrockTitanEmbeddingProperties` to configure the Bedrock Titan embeddi | Property | Description | Default | | ------------- | ------------- | ------------- | -| spring.ai.bedrock.embedding.aws.region | AWS region to use. | us-east-1 | -| spring.ai.bedrock.embedding.aws.accessKey | AWS credentials access key. | | -| spring.ai.bedrock.embedding.aws.secretKey | AWS credentials secret key. | | +| spring.ai.bedrock.aws.region | AWS region to use. | us-east-1 | +| spring.ai.bedrock.aws.accessKey | AWS credentials access key. | | +| spring.ai.bedrock.aws.secretKey | AWS credentials secret key. | | | spring.ai.bedrock.titan.embedding.enable | Enable Bedrock Titan embedding client. Disabled by default | false | | spring.ai.bedrock.titan.embedding.model | The model id to use. See the `TitanEmbeddingModel` for the supported models. | amazon.titan-embed-image-v1 | | spring.ai.bedrock.titan.embedding.inputType | Titan Embedding API input types. Could be either text or image (encoded in base64). | TEXT |