context-labs / autodoc

Experimental toolkit for auto-generating codebase documentation using LLMs
MIT License
1.93k stars 113 forks source link

Ingesting/Parsing Multiple Libraries #26

Closed slavakurilyak closed 9 months ago

slavakurilyak commented 1 year ago

It would be great to have Autodoc ingest/parse two or more repositories/libraries, then respond in a way that combines docs in a single chat experience.

For example:

dahifi commented 1 year ago

You can do this with git submodules or just pulling multiple repos together in a single file directory before indexeing. I'm experimenting with how to combine existing indexes, but no progress there yet.

dahifi commented 1 year ago

Also, this is a dupe of https://github.com/context-labs/autodoc/issues/13