looksaw2 commented on issue #234: URL: https://github.com/apache/hugegraph-ai/issues/234#issuecomment-5112152346
> Hi [@imbajin](https://github.com/imbajin)! Hope you're doing well. I noticed issue [#234](https://github.com/apache/hugegraph-ai/issues/234) isn't assigned—just wanted to check if it's still available. If so, I'd be happy to work on it. Thanks! Hi @Muawiya-contact, thanks for your interest in this issue! I previously worked on this issue and opened PR #350 with an initial implementation in commit `45db087`. The main approach was to introduce an OmegaConf-based configuration manager that: - Consolidates the `llm`, `hugegraph`, `admin`, and `index` configurations into a single `config.yaml`. - Maps existing Python configuration fields to a structured YAML hierarchy while maintaining compatibility with the existing API. - Migrates legacy `.env` values when `config.yaml` does not exist. - Supports environment-variable overrides and runtime configuration reloading. The PR has not been merged and still has some review comments, compatibility issues, missing tests, and conflicts to resolve. If you’d like to continue the work, you’re welcome to use PR #350 and commit `45db087` as a reference or starting point. I’d also be interested to hear your thoughts or suggestions on the current approach. Thanks for helping move this forward! -- 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]
