huggingface / llm-ls

LSP server leveraging LLMs for code completion (and more?)
Apache License 2.0
602 stars 49 forks source link

feat: multi file context #51

Open McPatate opened 10 months ago

McPatate commented 10 months ago

Add support for multi file context using a vectordb and the StarEncoder model to generate embeddings to find the most relevant pieces of code from the other files in the code base.

olebedev commented 1 month ago

Hi @McPatate, I believe this feature could be quite useful. Could you please update on the status of this PR? Is it scheduled for review soon?