iachat/app/views
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
..
android_app chore: Universal Linking for Android (#2324) 2021-06-02 08:46:45 -07:00
api feat: Response Bot using GPT and Webpage Sources (#7518) 2023-07-21 18:11:51 +03:00
apple_app Chore: Apple site association file for deep linking (#805) 2020-05-03 12:16:11 +05:30
dashboard Initial Commit 2019-08-14 15:18:44 +05:30
devise fix: Fixes wrong copy being sent to users via email invite [cw-1290] (#7159) 2023-05-23 09:37:40 +05:30
fields Chore: Remove deprecation warning post rails upgrade (#7080) 2023-05-15 16:32:27 +05:30
installation/onboarding feat: Update Signup screen (#6002) 2022-12-07 15:55:03 -08:00
layouts feat: Support dark mode in login pages (#7420) 2023-07-01 07:49:52 +05:30
mailers fix: Fixes wrong variable usage in transcript file (#7316) 2023-06-15 16:00:21 +05:30
microsoft fix: Identity JSON response header (#6326) 2023-02-02 11:01:18 +05:30
platform/api/v1 fix: Update enabled_features logic to fix superadmin edit action (#5959) 2022-12-14 18:24:02 -08:00
public/api/v1 fix: Uncategorized article display error - HelpCenter-> Portal -> Uncategorised Article (#7504) 2023-07-12 16:34:16 -07:00
super_admin feat: allow superadmins to reset cache keys for IndexedDB (#7180) 2023-05-29 23:05:17 +05:30
survey/responses feat: CSAT response collection public page (#2685) 2021-08-03 18:22:50 +05:30
widget_tests fix: Adds domain option to user cookies set by SDK [CW-352] (#7070) 2023-06-08 14:27:49 +05:30
widgets feat: Show next available day/hour and minutes on widget (#6902) 2023-05-12 19:25:51 +05:30