-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spike: Search support articles via OpenAI embeddings #7162
Conversation
- add `vector` column using pgvector gem - add service to generate, store and search support article embeddings
✅ Deploy Preview for chatwoot-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
ref: https://linear.app/chatwoot/issue/CW-1830/feat-suggestion-bot-poc-using-open-ai-embeddings The POC has been updated to pass context to the bot from article embedding and answer from only that. In other cases, it returns agent handoff. To run the POC
Try chatting |
closing in favor of #7518 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Changes
vector
column using pgvector gemneighbour
gem : https://github.com/ankane/neighborTODO
Setting up the POC
vector
extension in your postgres installation: ref: https://github.com/pgvector/pgvectorObservations
vector
Extentions availability across different cloud providers. We will have to test it across installations