Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(llm): managed using poetry #149

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

returnToInnocence
Copy link
Contributor

@returnToInnocence returnToInnocence commented Dec 27, 2024

Background

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/

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 27, 2024
@github-actions github-actions bot added the llm label Dec 27, 2024
@dosubot dosubot bot added the dependencies Pull requests that update a dependency file label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file llm size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants