Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.55k stars 226 forks source link

[Feature]: Chroma Update node requires Embeddings to update the metadata #352

Closed igor2c closed 4 months ago

igor2c commented 4 months ago

Feature Request

In Chroma plugin, is should be possible to update the metadata without remaking the embeddings from scratch.

The Chroma Update node currently requires Embeddings input: https://github.com/abrenneke/rivet-plugin-chromadb?tab=readme-ov-file#chroma-update

However, Embeddings are optional on the Chroma side.

Code of Conduct

abrenneke commented 4 months ago

Done in chroma plugin 0.2.0!