iachat/app/views/api/v1/models
Sojan Jose 480f34803b
feat: Response Bot using GPT and Webpage Sources (#7518)
This commit introduces the ability to associate response sources to an inbox, allowing external webpages to be parsed by Chatwoot. The parsed data is converted into embeddings for use with GPT models when managing customer queries.

The implementation relies on the `pgvector` extension for PostgreSQL. Database migrations related to this feature are handled separately by `Features::ResponseBotService`. A future update will integrate these migrations into the default rails migrations, once compatibility with Postgres extensions across all self-hosted installation options is confirmed.

Additionally, a new GitHub action has been added to the CI pipeline to ensure the execution of specs related to this feature.
2023-07-21 18:11:51 +03:00
..
_account.json.jbuilder feat: Add APIs for limit check in accounts (#7242) 2023-06-15 20:11:40 -07:00
_agent_bot.json.jbuilder feat: Add native support for CSML in agent_bot API (#4913) 2022-06-23 19:17:46 +05:30
_agent.json.jbuilder chore: Improve n+1 queries (#4202) 2022-03-17 15:57:32 +05:30
_app.json.jbuilder fix: Allow integration apps to be listed by an agent (#6587) 2023-03-02 13:02:21 +05:30
_campaign.json.jbuilder fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560) 2022-10-05 17:24:34 -07:00
_contact_inbox.json.jbuilder fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560) 2022-10-05 17:24:34 -07:00
_contact.json.jbuilder feat: Show contact created date in contact panel (#6364) 2023-02-04 10:40:23 +05:30
_conversation.json.jbuilder chore: API documentation updates for CSAT surveys (#7255) 2023-06-05 21:14:01 +05:30
_csat_survey_response.json.jbuilder fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560) 2022-10-05 17:24:34 -07:00
_custom_attribute_definition.json.jbuilder choore: Change values to attribute_values in custom attributes (#3413) 2021-11-18 18:59:28 +05:30
_custom_filter.json.jbuilder fix: set custom filter count in redis (#7164) 2023-06-19 16:10:03 +05:30
_dashboard_app.json.jbuilder feat: Allow users to create dashboard apps to give agents more context (#4761) 2022-06-01 11:13:10 +05:30
_hook.json.jbuilder fix: Allow integration apps to be listed by an agent (#6587) 2023-03-02 13:02:21 +05:30
_inbox.json.jbuilder feat: Ability to customise the email sender name [CW-1629] (#7345) 2023-07-04 20:46:01 +05:30
_macro.json.jbuilder chore: Macros enhancement (#5609) 2022-10-20 19:41:48 -07:00
_message.json.jbuilder feat: Read/Delivery status for Whatsapp Cloud API (#5157) 2022-11-29 15:51:37 +03:00
_note.json.jbuilder fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560) 2022-10-05 17:24:34 -07:00
_portal_config.json.jbuilder chore: Add missing locale info in portal API (#5177) 2022-08-03 10:33:48 +05:30
_response_source.json.jbuilder feat: Response Bot using GPT and Webpage Sources (#7518) 2023-07-21 18:11:51 +03:00
_team.json.jbuilder chore: Improve search, list performance of contact/conversation APIs (#2696) 2021-07-23 18:39:24 +05:30
_user.json.jbuilder chore: Cleanup feature flags (#6096) 2022-12-19 22:38:30 +05:30
_widget_message.json.jbuilder feat: Add a pre-chat form on widget (#1769) 2021-02-16 00:14:13 +05:30