5 ms·
For me I had to upload the library's current documentation to it because it was using outdated references and changing everything that was working in the code t
by redog 1y ago
For me I had to upload the library's current documentation to it because it was using outdated references and changing everything that was working in the code to broken and not focusing on the parts I was trying to build upon.
- amarcheschi 1y agousing outdated references and docs is something i've experienced more or less with every model i've tried, from time to time
- rockwotj 1y agoI am hoping MCP will fix this. I am building an MCP integration with kapa.ai for my company to help devs here. I guess this doesn’t work if you don’t add in the tool
- simonw 1y agoThat's expected, because they almost all have training cut-off dates from a year ago or longer. The more interesting question is if feeding in carefully selected examples or documentation covering the new library versions helps them get it right. I find that to usually be the case.
- Jcampuzano2 1y agoIf you don't mind me asking how do you go about this? I hear people commonly mention doing this but I can't imagine people are manually adding every page of the docs for libraries or frameworks they're using since unfortunately most are not in one single tidy page easy to copy paste.
- SweetSoftPillow 1y agohttps://github.com/mufeedvh/code2prompt https://github.com/mufeedvh/code2prompt https://github.com/yamadashy/repomix https://github.com/yamadashy/repomix
- dr_kiszonka 1y agoIf you have access to the documentation source, you can concatenate all files into one. Some software also has docs downloadable as PDF.
- genewitch 1y agoHave the AI write a quick script using bs4 or whatever to take the HTML dump and output json, then all the aider-likes can use that json as documentation. Or just the HTML, but that wastes context window.