单体巨型代码库编程助手 #985
chenzhongchen27
started this conversation in
project
单体巨型代码库编程助手
#985
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
在企业研发过程中,会出现几十人维护一个代码仓库的情况。这种代码仓库一般都非常重要,同时经年累月的开发,积累了非常多的该项目本身的代码规范和写法,所以通用 Code copilot 都不适用这种仓库。
而该项目会关注这种巨型仓库开发人员的提效。我们会基于 LLM 进行训练,让 LLM 能学会特定仓库的特定知识,并通过 RAG 进行实时代码匹配,最后用 Prompt 工程进行编程训练,最终让它变成最熟悉该仓库的代码助手。
因为类似仓库的重要性非常高,而且涉及到长期多人协作开发的形态,所以对其进行专门的训练是完全值得的。而又因为聚集到特定仓库,不需要考虑通用化,所以理论上能让 AI 对其做到极高的了解度,从而做到极高的代码提效。
Beta Was this translation helpful? Give feedback.
All reactions