en_US:A tool for retrieving relevant information from Amazon Bedrock Knowledge Base. You can find deploy instructions on Github Repo - https://github.com/aws-samples/dify-aws-tool
pt_BR:A tool for retrieving relevant information from Amazon Bedrock Knowledge Base.
llm:A tool for retrieving relevant information from Amazon Bedrock Knowledge Base. You can find deploy instructions on Github Repo - https://github.com/aws-samples/dify-aws-tool
parameters:
- name:knowledge_base_id
type:string
required:true
label:
en_US:Bedrock Knowledge Base ID
zh_Hans:Bedrock知识库ID
pt_BR:Bedrock Knowledge Base ID
human_description:
en_US:ID of the Bedrock Knowledge Base to retrieve from
zh_Hans:用于检索的Bedrock知识库ID
pt_BR:ID of the Bedrock Knowledge Base to retrieve from
llm_description:ID of the Bedrock Knowledge Base to retrieve from
form:form
- name:query
type:string
required:true
label:
en_US:Query string
zh_Hans:查询语句
pt_BR:Query string
human_description:
en_US:The search query to retrieve relevant information
zh_Hans:用于检索相关信息的查询语句
pt_BR:The search query to retrieve relevant information
llm_description:The search query to retrieve relevant information
form:llm
- name:topk
type:number
required:false
form:form
label:
en_US:Limit for results count
zh_Hans:返回结果数量限制
pt_BR:Limit for results count
human_description:
en_US:Maximum number of results to return
zh_Hans:最大返回结果数量
pt_BR:Maximum number of results to return
min:1
max:10
default:5
- name:aws_region
type:string
required:false
label:
en_US:AWS Region
zh_Hans:AWS 区域
pt_BR:AWS Region
human_description:
en_US:AWS region where the Bedrock Knowledge Base is located
zh_Hans:Bedrock知识库所在的AWS区域
pt_BR:AWS region where the Bedrock Knowledge Base is located
llm_description:AWS region where the Bedrock Knowledge Base is located
en_US:A tool for generating and modifying images using AWS Bedrock's Nova Canvas model. Supports text-to-image, color-guided generation, image variation, inpainting, outpainting, and background removal. Input parameters reference https://docs.aws.amazon.com/nova/latest/userguide/image-gen-req-resp-structure.html
zh_Hans:使用 AWS Bedrock 的 Nova Canvas 模型生成和修改图像的工具。支持文生图、颜色引导生成、图像变体、内补绘制、外补绘制和背景移除功能, 输入参数参考 https://docs.aws.amazon.com/nova/latest/userguide/image-gen-req-resp-structure.html。
llm:Generate or modify images using AWS Bedrock's Nova Canvas model with multiple task types including text-to-image, color-guided generation, image variation, inpainting, outpainting, and background removal.
en_US:A tool for generating videos using AWS Bedrock's Nova Reel model. Supports text-to-video generation and image-to-video generation with customizable parameters like duration, FPS, and dimensions. Input parameters reference https://docs.aws.amazon.com/nova/latest/userguide/video-generation.html
zh_Hans:使用 AWS Bedrock 的 Nova Reel 模型生成视频的工具。支持文本生成视频和图像生成视频功能,可自定义持续时间、帧率和尺寸等参数。输入参数参考 https://docs.aws.amazon.com/nova/latest/userguide/video-generation.html
llm:Generate videos using AWS Bedrock's Nova Reel model with support for both text-to-video and image-to-video generation, allowing customization of video properties like duration, frame rate, and resolution.
parameters:
- name:prompt
type:string
required:true
label:
en_US:Prompt
zh_Hans:提示词
human_description:
en_US:Text description of the video you want to generate
zh_Hans:您想要生成的视频的文本描述
llm_description:Describe the video you want to generate
form:llm
- name:video_output_s3uri
type:string
required:true
label:
en_US:Output S3 URI
zh_Hans:输出S3 URI
human_description:
en_US:S3 URI where the generated video will be stored
zh_Hans:生成的视频将存储的S3 URI
form:form
- name:dimension
type:string
required:false
default:1280x720
label:
en_US:Dimension
zh_Hans:尺寸
human_description:
en_US:Video dimensions (width x height)
zh_Hans:视频尺寸(宽 x 高)
form:form
- name:duration
type:number
required:false
default:6
label:
en_US:Duration
zh_Hans:时长
human_description:
en_US:Video duration in seconds
zh_Hans:视频时长(秒)
form:form
- name:seed
type:number
required:false
default:0
label:
en_US:Seed
zh_Hans:种子值
human_description:
en_US:Random seed for video generation
zh_Hans:视频生成的随机种子
form:form
- name:fps
type:number
required:false
default:24
label:
en_US:FPS
zh_Hans:帧率
human_description:
en_US:Frames per second for the generated video
zh_Hans:生成视频的每秒帧数
form:form
- name:async
type:boolean
required:false
default:true
label:
en_US:Async Mode
zh_Hans:异步模式
human_description:
en_US:Whether to run in async mode (return immediately) or sync mode (wait for completion)
zh_Hans:是否以异步模式运行(立即返回)或同步模式(等待完成)
form:llm
- name:aws_region
type:string
required:false
default:us-east-1
label:
en_US:AWS Region
zh_Hans:AWS 区域
human_description:
en_US:AWS region for Bedrock service
zh_Hans:Bedrock 服务的 AWS 区域
form:form
- name:image_input_s3uri
type:string
required:false
label:
en_US:Input Image S3 URI
zh_Hans:输入图像S3 URI
human_description:
en_US:S3 URI of the input image (1280x720 JPEG/PNG) to use as first frame