Skip to content

Managing LLM Prompt Flows

0

Is there a framework available for AWS Bedrock for managing the flow of LLM prompts which is analogous to Promptflow on the Microsoft github? I need to build an LLM based application with a nodal structure and be able to selectively bypass appropriate nodes when necessary.

Any suggestions will be appreciated.

Thank You,

Charles Kilpatrick

asked 2 years ago1.7K views
2 Answers
1

Hi, Amazon Bedrock released Prompt Management and Prompt Flows which is in preview. Prompt flow allows you to link FMs, prompts, and many AWS services and tools together seamlessly. You can use the visual builder to drag and drop different components such as prompts, Knowledge Bases, and Lambda functions to automate a workflow. You can look at the video guide here:

https://www.youtube.com/watch?v=_Bmk6peAHao

AWS
answered 2 years ago
0
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.