vizhub-core / vzcode

Mob Programming Code Editor
MIT License
69 stars 14 forks source link

Start on RAG system for better AI Assist #849

Open curran opened 1 month ago

curran commented 1 month ago

Since most development that happens using VZCode is tailored towards JavaScript and data visualization, it would be amazing to use RAG (Retreival Augmented Generation) based on a pre-defined corpus of reference examples. The idea is that this would make the AI completions better and more targeted towards established conventions.

curran commented 1 month ago

The key is to generate embeddings for each... file? directory? example? Then search by vector similarity search.