iachat/config
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
..
environments feat: add lograge to improve logging (#5423) 2023-04-07 13:44:30 +05:30
initializers feat: Response Bot using GPT and Webpage Sources (#7518) 2023-07-21 18:11:51 +03:00
integration feat: Ability to improve drafts in the editor using GPT integration (#6957) 2023-04-24 23:52:23 +05:30
locales feat: Ability to customise the email sender name [CW-1629] (#7345) 2023-07-04 20:46:01 +05:30
webpack chore: Upgrade Tailwind CSS to 3.3.2 (#7380) 2023-06-26 11:27:16 -07:00
app.yml chore: bump up version to 3.0.0 (#7574) 2023-07-21 15:02:05 +03:00
application.rb chore: Upgrade to Rails 7 (#6719) 2023-05-06 10:44:52 +05:30
boot.rb Upgrade to rails 6 💎 (#11) 2019-08-19 13:49:57 +05:30
cable.yml fix: Redis 6 on Heroku breaks ActionCable config (#4269) 2022-03-24 19:25:07 +05:30
database.yml fix: Quote database env variables (#7216) 2023-06-05 14:19:35 +05:30
elastic_apm.yml chore: Support for Elastic APM (#5004) 2022-07-22 11:39:37 +02:00
environment.rb Initial Commit 2019-08-14 15:18:44 +05:30
features.yml feat: Response Bot using GPT and Webpage Sources (#7518) 2023-07-21 18:11:51 +03:00
installation_config.yml feat: Support dark mode in login pages (#7420) 2023-07-01 07:49:52 +05:30
newrelic.yml chore: update newrelic gem to support log forwarding (#4626) 2022-05-05 23:57:55 +05:30
puma.rb chore: Fix puma configuration (#5023) 2022-07-12 12:27:33 +02:00
rds-ca-2019-root.pem chore: add aws rds root cert for tls connection (#3812) 2022-02-01 16:01:25 +05:30
routes.rb feat: Response Bot using GPT and Webpage Sources (#7518) 2023-07-21 18:11:51 +03:00
schedule.yml chore: Fix the comment in schedule.yml (#6606) 2023-03-03 10:22:25 -08:00
scout_apm.yml chore: Load only required APMs (#6497) 2023-03-01 14:31:51 +05:30
secrets.yml Use secret_key_base from env 2019-08-15 23:08:36 +05:30
sidekiq.yml chore: Upgrade to Rails 7 (#6719) 2023-05-06 10:44:52 +05:30
spring.rb 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
storage.yml fix: GCS credentials dont need to be parsed as JSON (#1429) 2020-11-27 14:39:25 +05:30
webpacker.yml feat: Add support for dark mode in dashboard (#7460) 2023-07-05 12:13:32 -07:00