Ironclad / rivet

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

[Feature]: Support Azure Cognitive Index Vector store #218

Open 0x80085 opened 9 months ago

0x80085 commented 9 months ago

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 feasible to add a plugin to support this vector store (e.g. like the pinecone plugin) Is it possible to write such a plugin by myself ? (The create plugin page is empty on the website tho...)

Thanks for the great tool!

Code of Conduct

abrenneke commented 9 months ago

Hadn't heard of this before, should be possible! The plugin creation docs are currently here: https://github.com/abrenneke/rivet-plugin-example-python-exec

elisasimoni commented 1 month ago

Hi, i know it was more than 6 month ago, but did you manage to integrate azure cognitive search to rivet?