Before I set of writing something on my own I thought I’d ask. Has anyone created a plugin that can ingest a technical docs site and code examples repo?
My use case is this - we have a Slack bot written in BoltJS that uses ChatGPT for any non-canned responses. We would love to use this bot as a front line help desk that could answer simple questions and provide code samples for new users.
Checked out the plug-in and love your site. I’ve thought of vectorizing some of the public repos documentation for a bot that helps code because it could then make custom examples eventually if code snippets eventually get semantically or otherwise searched and presented together. Would be cool to see custom cards being printed with code from a couple different brand new libraries.
There are 4 or 5 codebase plugins on the store, including mine (Recombinant AI).
Theyre all designed to take a public github repo and answer questions. I use my own to iterate and improve my plugin itself. You can point it at any public github (and I’ve almost got gitlab projects fully implemented) and ask it whatever. Check it out at Recombinant.ai