Replies: 3 comments 38 replies
-
I believe to make it less dependent on a specific vector db or a piece of software that could provide those chunks of code to inject into the context window, we could make a unified REST API interface. So that you just need to implement and run a local(or a remote) web-server which would provide a simple |
Beta Was this translation helpful? Give feedback.
-
I was thinking about how making the context of the prompt more relevant to the actual piece of code being worked on. |
Beta Was this translation helpful? Give feedback.
-
Building a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering that it would be nice-to-have multi-file context by integration of usage of local vector storage.
For instance I would like to have a multi-file context for current completion.
Consider this case:
I would like the plugin to complete the rest of the function call for me.
For now we are only getting the context before and after a cursor.
But what if we could get a search within a vector store and embed those pieces within a context? Particularly in
before
window.Beta Was this translation helpful? Give feedback.
All reactions