diegoscarabelli commented on issue #33215: URL: https://github.com/apache/superset/issues/33215#issuecomment-3792442547
> [@diegoscarabelli](https://github.com/diegoscarabelli) Can you please share the configuration details on how to run AI assistant fork. Do i need to enable any feature flag for assistant in SQL lab. I would reference these files for example docker compose deployment with custom image: https://github.com/diegoscarabelli/apache-superset-ai/tree/diego/development/docs/docs/installation/custom_docker_compose_installation_files You then replace the env variables in `env_variables.sh` with: ```# Superset version export SUPERSET_GITHUB_URL="https://github.com/diegoscarabelli/apache-superset-ai.git" export TAG="diego/development" ``` `diego/development` is the branch of my forked repo in which you find the AI Assistant built on top of Superset v6.0.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
