returnToInnocence opened a new pull request, #98: URL: https://github.com/apache/incubator-hugegraph-ai/pull/98
# Problem analysis This PR solves the problem that the function of regenerating the configuration file fails. The core problem is that the default configuration file will be overwritten by the existing configuration file according to the original program logic after it is read into memory # Problem Solving Therefore, the goal of this solution is to initialize the configuration class instance independently during the call of `config.generate`, skip the part of reading the existing configuration file, and enter the branch of whether to use the default configuration to cover the current configuration file # Test (passed) use `python3 -m hugegraph_llm.config.generate --update`  -- 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]
