digitalfabrik / integreat-chat

Interface to self-hosted large language models and vector databases to provide improved Integreat Chat functionality
https://integreat-app.de
MIT License
1 stars 0 forks source link

Answer author information #14

Closed svenseeberg closed 1 week ago

svenseeberg commented 6 months ago

Automatically generated answers should show a little bot Icon (🤖) in the upper right corner of a message in the Integreat App.

App issue: https://github.com/digitalfabrik/integreat-app/issues/2945

svenseeberg commented 2 months ago

Based on https://github.com/digitalfabrik/integreat-chat/issues/17#issuecomment-2343570362 we can use the subject of an article to differentiate between automatic and manual answers. However, we should transform this information into a better attribute for the App in the API v3. Something like auto_generated: True|False.

svenseeberg commented 1 month ago

Messages should contain a automatic_answer attribute: https://github.com/digitalfabrik/integreat-cms/blob/develop/integreat_cms/api/v3/chat/zammad_api.py#L99

svenseeberg commented 1 month ago

This is important for EU AI Act compliance, see #53

steffenkleinle commented 1 month ago

Could we perhaps expose the name of the author in the API? I think that would be a nice addition. Also see https://github.com/digitalfabrik/integreat-app/issues/2945#issuecomment-2428361085.

svenseeberg commented 4 weeks ago

Could we perhaps expose the name of the author in the API?

In theory we could. But I'd be careful with that feature right now. I fear that this would reduce acceptance in our partner regions. IMHO we should postpone this to after the testing periods with some feedback from the partner regions.