aws-solutions / generative-ai-application-builder-on-aws

Generative AI Application Builder on AWS facilitates the development, rapid experimentation, and deployment of generative artificial intelligence (AI) applications without requiring deep experience in AI. The solution includes integrations with Amazon Bedrock and its included LLMs, such as Amazon Titan, and pre-built connectors for 3rd-party LLMs.
https://aws.amazon.com/solutions/implementations/generative-ai-application-builder-on-aws
Apache License 2.0
173 stars 57 forks source link

[Question] Slack Integration #150

Closed bogdankatishev closed 3 weeks ago

bogdankatishev commented 1 month ago

Hello,

What would be the best way to integrate the text use-case prompt with slack? So that users could pass the questions through a (slack) bot to the specific use-case created through the UI.

knihit commented 1 month ago

Thank you for reach out @bogdankatishev. When you deploy the text use case (which is a CloudFormation template behind the scene), the outputs tab in the AWS console --> CloudFormation service --> (Text Use case stack name) has the websocket endpoint to invoke. We publish information on the WebSocket payload in our implementation guide here - https://docs.aws.amazon.com/solutions/latest/generative-ai-application-builder-on-aws/api-reference.html#chat-use-case-2. Please let us know if this information helps building the slack app to do the integration.