aws-samples / bedrock-claude-chat

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

[Feature Request] Turn the returning of related documents off/on for a bot #248

Closed DTheunis closed 1 month ago

DTheunis commented 2 months ago

Describe the solution you'd like

A way of turning off the feature of a bot returning related documents in it's response. Customizable per bot.

Why the solution needed

Some bots (which are shared) should not be able to return documents to users.

Implementation feasibility

Are you willing to discuss the solution with us, decide on the approach, and assist with the implementation?

svaeyens commented 2 months ago

This feature would indeed be very useful, for some bots we want references to the context, for others we absolutely don't want to share the context with the user.

statefb commented 2 months ago

When turned off, should it disable both the chunk content and the reference links? (React with thumbs up /down)