Skip to content

Commit 4c5f542

Browse files
authored
Update amazon-bedrock.md - typo fix
1 parent b93a7c6 commit 4c5f542

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • content/en/docs/appstore/use-content/platform-supported-content/modules/aws

content/en/docs/appstore/use-content/platform-supported-content/modules/aws/amazon-bedrock.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ For additional information about available operations, refer to the sections bel
208208

209209
### GenAICommons-Based Operations
210210

211-
#### ChatCompletions (With History) {#chat-completions-with-history}
211+
#### ChatCompletions (With History) and ChatCompletions (Without History) {#chat-completions}
212212

213213
The `ChatCompletions (with history)` and `ChatCompletions (without history)` activities can be used with a variety of supported LLMs. More information can be found about the operations [here](/appstore/modules/genai/commons/#chat-completions).
214214

@@ -267,7 +267,7 @@ The history can be enabled using the `SessionId` parameter on the RetrieveAndGen
267267
This activity was introduced in Amazon Bedrock Connector version 3.1.0.
268268
{{% /alert %}}
269269

270-
The `Generate Image` operation can be used to generate one or more images. More information can be found about the operations [here](/appstore/modules/genai/commons/#generate-image). Currently *Amazon Titan Image Generator G1* is the only supported model for image generation of the Amazon Bedrock Connector.
270+
The `Generate Image` operation can be used to generate one or more images. More information can be found about the operation [here](/appstore/modules/genai/commons/#generate-image). Currently *Amazon Titan Image Generator G1* is the only supported model for image generation of the Amazon Bedrock Connector.
271271

272272
`GenAICommons.ImageOptions` can be an empty object. If provided, it allows you to set additional options for Image Generation and can be created by using the `Image: Create Options` operation of GenAI Commons.
273273

@@ -277,15 +277,15 @@ For Titan Image models, the `Image Generation: Add Titan Image Extension` operat
277277

278278
#### Generate Embeddings (String) {#embeddings-single-string}
279279

280-
The `Generate Embeddings (String)` activity can be used to generate an embedding vector for a given input string with one of the Cohere Embed models or Titan Embeddings v2. More information can be found about the operations [here](/appstore/modules/genai/commons/#embeddings-string).
280+
The `Generate Embeddings (String)` activity can be used to generate an embedding vector for a given input string with one of the Cohere Embed models or Titan Embeddings v2. More information can be found about the operation [here](/appstore/modules/genai/commons/#embeddings-string).
281281

282282
For Cohere Embed and Titan Embeddings, the request can be associated to their respective EmbeddingsOptions extension object which can be created with the [Embeddings Options: Add Cohere Embed Extension](#add-cohere-embed-extension) or [Embeddings Options: Add Titan Embeddings Extension](#add-titan-embeddings-extension) operation. Through this extension, it is possible to tailor the operation to more specific needs. This operation can easily be replaced or combined with the Embeddings (single string) operation inside of the [OpenAI connector](https://marketplace.mendix.com/link/component/220472).
283283

284284
Currently, embeddings are available for the Cohere Embed family and or Titan Embeddings v2.
285285

286286
#### Generate Embeddings (Chunk Collection) {#embeddings-chunk-collection}
287287

288-
The `Generate Embeddings (Chunk Collection)` activity can be used to generate a collection of embedding vectors for a given collection of text chunks with one of the Cohere Embed models or Titan Embeddings v2. More information can be found about the operations [here](/appstore/modules/genai/commons/#embeddings-chunk-collection).
288+
The `Generate Embeddings (Chunk Collection)` activity can be used to generate a collection of embedding vectors for a given collection of text chunks with one of the Cohere Embed models or Titan Embeddings v2. More information can be found about the operation [here](/appstore/modules/genai/commons/#embeddings-chunk-collection).
289289

290290
For each model family, the request can be associated to an extension of the EmbeddingsOptions object which can be created with either the [Embeddings Options: Add Cohere Embed Extension](#add-cohere-embed-extension) or the [Embeddings Options: Add Titan Embeddings Extension](#add-titan-embeddings-extension) operation. Through this extension, it is possible to tailor the operation to more specific needs. This operation can easily be replaced or combined with the Embeddings (chunk collection) operation inside of the [OpenAI connector](https://marketplace.mendix.com/link/component/220472).
291291

0 commit comments

Comments
 (0)