autodoc icon indicating copy to clipboard operation
autodoc copied to clipboard

Experimental toolkit for auto-generating codebase documentation using LLMs

Results 24 autodoc issues
Sort by recently updated
recently updated
newest added
trafficstars

Hey there. I've noticed the langchain version being used is a bit old, and doesn't support azure open ai's properties for using it. Will there be an update in the...

This [PR](https://github.com/context-labs/autodoc/pull/19) helped in implementation of only indexing modified files. However, the `checksum` is not being generated in `json` files.

Hi, It would be great to be able to specify the local git repo in the current working directory instead of having to use a GitHub repository. Thanks!

Any idea why I'd be seeing these 404s? ``` Failed to get summary for file TokenLib.sol ⠹ Processing 26 files...Error: Request failed with status code 404 at createError (file:///home/dom/src/_AC/autodoc/node_modules/langchain/dist/util/axios-fetch-adapter.js:302:19) at...

I tried autodoc on multiple repositories including autodoc itself. somehow it's not producing summary per folder. I tried default settings - gpt3.5, I tried all 3 positions, I even tried...

Followed the instruction as they're lined out. Everything should be setup correctly. I keep getting `Failed to get summary for file` while indexing files, and at the end I get:...

https://github.com/nomic-ai/gpt4all

Indexing as usual, after estimation, it runs for a bit then keeps throwing this error: ``` Failed to get summary for file github.py ⠹ Processing 724 files...Error: Request failed with...

Right now the CLI querying experience is functional, but the UX is bad. Below are a few ideas for improvements. If you have your own ideas, please share them! Here...

enhancement
good first issue
help wanted

Currently Autodoc can only query a package in which it has been directly installed. It would like to support querying dependencies and peer packages that have been distributed with an...

enhancement
good first issue
help wanted