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
The `ChatCompletions (with history)`activity can be used for any conversations with a variety of supported LLMs. More information can be found about the operation[here](/appstore/modules/genai/commons/#chat-completions-with-history).
213
+
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).
214
214
215
215
Some capabilities of the chat completions operations are currently only available for specific models:
216
216
@@ -267,45 +267,25 @@ The history can be enabled using the `SessionId` parameter on the RetrieveAndGen
267
267
This activity was introduced in Amazon Bedrock Connector version 3.1.0.
268
268
{{% /alert %}}
269
269
270
-
The `Generate Image` operation can be used to generate one or more images. 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 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.
271
271
272
-
The input and output for this service are shown in the table below:
`GenAICommons.ImageOptions` can be an empty object. If provided, it allows you to set additional options for Image Generation.
279
-
280
-
`GenAICommons.ImageOptions` can be created by using the `Image: Create Options` operation of GenAI Commons.
272
+
`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.
281
273
282
274
To retrieve actual image objects from the response, the `Image: Get Generated Image (Single)` or `Image: Get Generated Images (List)` helper operations from GenAICommons can be used.
283
275
284
276
For Titan Image models, the `Image Generation: Add Titan Image Extension` operation can be used to configure Titan image-specific values (currently only *NegativeText*).
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.
289
-
290
-
The input and output for this service are shown in the table below:
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).
295
281
296
282
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).
297
283
298
284
Currently, embeddings are available for the Cohere Embed family and or Titan Embeddings v2.
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.
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).
309
289
310
290
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).
0 commit comments