bgcflow
bgcflow copied to clipboard
ChatBGC
The upcoming metabase version 47 will have an embedded chatGPT feature. Looking forward to it :)
- https://discourse.metabase.com/t/a-chat-interface-within-metabase-powered-by-chatgpt-api/24220
Will be something like this?
- https://www.reddit.com/r/ChatGPT/comments/12onuhm/i_used_the_gpt4_chat_api_to_generate_sql_right/
Example use of langchain: https://youtu.be/FoGm7d0paIo?si=zGrLuJtiW5cVZ6Ep
Actually, metabot is already available in v47.
Add the environment variable:
export MB_IS_METABOT_ENABLED="true"
Then serve metabase:
bgcflow serve --metabase
Then in the admin panel, there will be metabot set up to use OpenAI key
This seems to be a good solution: https://github.com/vanna-ai/vanna
This feature is now available separately at https://github.com/NBChub/chatBGC