- Notifications
You must be signed in to change notification settings - Fork 958
Description
Feature summary
gitingest to ingest code repo or packages from pypi, if possible to do that. If not, we can still do same for the readme and other files that are available to us in the repo.
Problem / motivation
if i do need to ingest any pypi package to llm, then gitingest is not supporting the url of pypi, it would be helpful if gitingest can do that.
Proposed solution
gitingest to support pypi url or its packages to be ingested in llms.
Solution:
we can implement the same working that is applied to the github repos,
I am just confused how we will get the zipped files that are built using twine during deploying to pypi.
till then:
we can do for the other files like readme and mainters so that we can create context for llms about that package
Alternatives considered
we can import a python library from pypi locally then maybe we can do the same using gitingest library locally, I will try it.
Which interface would this affect?
Web UI
How important is this to you?
Critical
Would you like to work on this feature yourself?
Yes, I'd like to implement it
Would you need support from the maintainers (if you're implementing it yourself)?
Yes, I'd need some guidance
Additional context, screenshots, or examples
na