@@ -189,7 +189,7 @@ Mutation call to trigger the question:
189
189
jobid: "123",
190
190
jobstatus: "",
191
191
qa_model:
192
- {
192
+ {
193
193
provider: "Bedrock",
194
194
modality: "Text",
195
195
modelId: "anthropic.claude-v2:1",
@@ -299,23 +299,23 @@ Parameters
299
299
300
300
Question answering
301
301
302
- | ** Provider** | ** Model id** | ** Modalities** | ** Notes** |
303
- | :----------------------------- | :---- | ----- | --- |
304
- | Bedrock | anthropic.claude-v2 | Text | |
305
- | Bedrock | anthropic.claude-v2:1 | Text | |
306
- | Bedrock | anthropic.claude-3-haiku-20240307-v1:0 | Text, Image | |
307
- | Bedrock | anthropic.claude-3-sonnet-20240229-v1:0 | Text, Image | |
308
- | Bedrock | anthropic.claude-instant-v1 | Text | |
309
- | Bedrock | amazon.titan-text-lite-v1 | Text | |
310
- | Bedrock | amazon.titan-text-express-v1 | Text | |
311
- | SageMaker | idefics | Text, Image | The model is not deployed as part of the construct and requires to be provisioned separately |
302
+ | ** Provider** | ** Model id** | ** Modalities** | ** Streaming ** | ** Notes** |
303
+ | :----------------------------- | :---- | ----- | --- | --- |
304
+ | Bedrock | anthropic.claude-v2 | Text | ✅ | |
305
+ | Bedrock | anthropic.claude-v2:1 | Text | ✅ | Default model is none selected |
306
+ | Bedrock | anthropic.claude-3-haiku-20240307-v1:0 | Text, Image | ✅ | |
307
+ | Bedrock | anthropic.claude-3-sonnet-20240229-v1:0 | Text, Image | ✅ | |
308
+ | Bedrock | anthropic.claude-instant-v1 | Text | ✅ | |
309
+ | Bedrock | amazon.titan-text-lite-v1 | Text | ✅ |
310
+ | Bedrock | amazon.titan-text-express-v1 | Text | ✅ |
311
+ | SageMaker | idefics | Text, Image | ❌ | The model is not deployed as part of the construct and requires to be provisioned separately |
312
312
313
313
Embeddings
314
314
315
315
| ** Provider** | ** Model id** | ** Modalities** | ** Notes** |
316
316
| :----------------------------- | :---- | ----- | --- |
317
317
| Bedrock | amazon.titan-embed-image-v1 | Text | |
318
- | Bedrock | amazon.titan-embed-text-v1 | Text | |
318
+ | Bedrock | amazon.titan-embed-text-v1 | Text | Default model is none selected |
319
319
320
320
## Default properties
321
321
0 commit comments