looksaw2 opened a new pull request, #350:
URL: https://github.com/apache/hugegraph-ai/pull/350

    Migrated config storage from .env to config.yaml using OmegaConf.
   
     - YAML replaces .env — all settings live in one config.yaml under llm / 
hugegraph
     / admin / index sections with nested structure.
     - Hot reload — background file watcher picks up changes to config.yaml 
without
     restarting. Polling interval is configurable.
     - Auto migration — existing .env is automatically converted to config.yaml 
on
     first run, no manual setup needed.
     - Env vars take priority — OPENAI_API_KEY and similar secrets still come 
from
     environment variables, overriding YAML values (12-factor friendly).
     - No breaking changes — llm_settings.language and all other attribute 
access works
      exactly the same, 46 consumer files untouched.


-- 
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]

Reply via email to