WisdomShell / codeshell-vscode

An intelligent coding assistant plugin for Visual Studio Code, developed based on CodeShell
Apache License 2.0
580 stars 73 forks source link

RAG+Langchain to make its more powerful? #49

Open cove9988 opened 10 months ago

cove9988 commented 10 months ago

Adding to an AI-powered coding assistant involve advanced capabilities, such as understanding a codebase and its unique style, as well as providing your project specific assistance.

Retrieval-Augmented Generation for coding could work by scanning and indexing a project's codebase so that the model can retrieve relevant snippets of code or documentation when generating code or explanations.

If we can do this. It will be exceed any other AI assistants on the market :)