Skip to content

docs: Add local configuration guidance for LLMs#34805

Closed
eschutho wants to merge 1 commit intomasterfrom
elizabeth/update-llm-doc
Closed

docs: Add local configuration guidance for LLMs#34805
eschutho wants to merge 1 commit intomasterfrom
elizabeth/update-llm-doc

Conversation

@eschutho
Copy link
Member

Summary

  • Add Local Configuration section to LLM documentation
  • Provide clear guidance for Docker vs Flask deployments
  • Specify git-ignored config files for each deployment method
  • Include restart instructions appropriate for each environment

Test plan

  • Verify Docker config approach works with feature flags
  • Validate git-ignore patterns work correctly
  • Test config file auto-import behavior

🤖 Generated with Claude Code

Copy link

@korbit-ai korbit-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've completed my review and didn't find any issues.

Check out our docs on how you can make Korbit work best for you and your team.

Loving Korbit!? Share us on LinkedIn Reddit and X

@dosubot dosubot bot added the doc Namespace | Anything related to documentation label Aug 22, 2025
@mistercrunch
Copy link
Member

mistercrunch commented Aug 22, 2025

would love to wrap this in tooling so we can tell the LLM and users something like: "to review or alter Superset configurations, use superset config --help". Would lead to more context density and a bulletproof way to do this properly.

superset config ideally would be able to expose "effective configuration" by exposing what's get assigned to flask.current_app.conf, and guide the user/llm to alter the right entrypoint based on their current setup. Maybe superset config --help would provide docs and/or would be like "do you want me to alter your docker/.env-local for you?". In theory could ask:

$ superset config set
How is your environment currently setup?
1. docker with docker-compose
2. Makefile
3. custom
4. ...
``

@eschutho eschutho closed this Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Namespace | Anything related to documentation size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants