Direkt zum Inhalt

How to consume an Bedrock Studio App from a end-user perspective

0

I am testing Bedrock Studio to build a chat app, I can access it and built... then I can chat with the LLM.

Then once I made it....

  1. how does the end-user consume the chat app?
  2. Is there a way to share the chat-app without providing builder grants - so read-only/chat-only mode? 2.1. If not, are there APIs to build my own app UI and consume the chat-app?
gefragt vor 2 Jahren489 Aufrufe
1 Antwort
0

Hello.

how does the end-user consume the chat app?

Bedrock Studio itself is accessible as long as you have an IAM Identity Center user.
End users can gain access by passing them an IAM Identity Center user.
https://aws.amazon.com/jp/blogs/aws/build-generative-ai-applications-with-amazon-bedrock-studio-preview/
https://docs.aws.amazon.com/bedrock/latest/userguide/br-studio.html

Is there a way to share the chat-app without providing builder grants - so read-only/chat-only mode? 2.1. If not, are there APIs to build my own app UI and consume the chat-app?

To share a chat app without giving builder permissions, I think you'll need to create your own UI to be able to run Bedrock's API.
If you need your own UI, you need to create it yourself.
Bedrock Studio creates the Bedrock knowledge base behind the scenes, so in order to use it, you need to run the API using an AWS SDK (such as boto3).
https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_RetrieveAndGenerate.html

EXPERTE
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.