aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
784 stars 284 forks source link

[Feature Request] Public bot available for all connected users #167

Open jeremylatorre opened 5 months ago

jeremylatorre commented 5 months ago

Describe the solution you'd like When you decide to share a bot as public, make it available in the sidebar for everyone automatically

Why the solution needed An admin can create a bot for a group of people using the same knowledge base. We don't want to use a share link for every new user.

Additional context Maybe we can use the property isPublic from the bot, and display all public bot in the sidebar, whoever is the user connected

statefb commented 5 months ago

The feature might be implemented using dynamodb stream to invoke lambda to make aliases to all app users when bot is created by admin.