rivet icon indicating copy to clipboard operation
rivet copied to clipboard

The open-source visual AI programming environment and TypeScript library

Results 121 rivet issues
Sort by recently updated
recently updated
newest added

### Feature Request Azure Cognitive Services can also store vectors / create indexes using a REST API. ref: https://learn.microsoft.com/en-us/azure/search/vector-search-overview Are there any plans to support it ? Or is it...

enhancement

### What happened? - Rivet unexpectedly adds stray new lines in the project file when saved through the application ### What was the expected functionality? - Save functionality was affected...

bug

### Feature Request When loading a project, Rivet should prompt for confirmation to install and/or enable plugins. This will help with security, so that we don't load evil plugins without...

enhancement

Initial proposal to allow providing the plugin nodes with same UI and other abilities that 'chat' node benefits from. Matching issue: #192 - LLMRequestResponse interface and its type guards in...

### What happened? When executing long graphs, the Chat Viewer can get overloaded, blank out, then reloads the Rivet project file. All unsaved graph data will be lost when this...

bug

Updated initial loop and subsequent loop descriptions with step-by-step instructions and new images. Added "Continue" port usage image, description, and example. I know that I haven't placed the image assets...

### Feature Request Current implementation of Rivet assumes that only nodes of type 'chat' and to some extent 'chatAntropic' are integrated in various editor components, such as `ChatViewer`. I'd suggest...

enhancement

### Feature Request When working on developing a plugin it seems like we need to close and restart rivet to get rivet to reload the updated binary. I propose the...

enhancement
good first issue

### Feature Request Right now plugins are only core plugins that work both in the UI and in the packages. We'll need to introduce a UI plugin as well that...

enhancement

### Feature Request Many database plugins will require establishing a connection. I believe this currently requires each node to connect at runtime due to secrets being passed in the context....

enhancement