returnToInnocence opened a new pull request, #149: URL: https://github.com/apache/incubator-hugegraph-ai/pull/149
# Background(Learn from Microsoft GraphRAG) Originally, we used pip to install modules by downloading and installing all the dependencies. pip does not manage this, but simply removes the module, leaving behind a bunch of dependencies that were installed when the module was downloaded and installed, which can cause conflicts when installing other libraries with this legacy and no longer useful library # References 1. https://python-poetry.org/docs/ 2. https://github.com/microsoft/graphrag 3. https://python-poetry.org/docs/pyproject/ 4. https://python-poetry.org/docs/dependency-specification/ -- 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]
