iachat/.github
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
..
ISSUE_TEMPLATE chore: Add issue forms for GitHub (#6982) 2023-04-26 11:25:02 -07:00
workflows feat: Response Bot using GPT and Webpage Sources (#7518) 2023-07-21 18:11:51 +03:00
dashboard-screen.png Add missing screenshot 2019-10-06 21:18:01 +05:30
FUNDING.yml Chore: Add Github Sponsors link 2020-06-12 19:37:00 +05:30
PULL_REQUEST_TEMPLATE.md chore: Improve pr and bug report templates (#5556) 2022-10-19 13:45:32 -07:00