Azure AI Search Vector Store node
The idea is:
This is recent node added, but seems to lack couple important features
This node should have additional options:
- While Inserting there should be option to clear index before insert. This can be achieved by deleting and recreating index or by reading all records and deleting one at a time.
- While Inserting, it must insert metadata as well, which seems to not work when I specified a metadata in Data Loader.
- It must support Azure OAuth Authentication as well. Current auth is only API Key based.
Are you willing to work on this?
I have the code to do all above.
If you specify a email, I can send over. My current bandwidth does not allow me to write unit tests and hence not submitting a PR, but happy to share all the code. The code is tested functionally and works as earlier I had created this node for my use (but now that this node became available via n8n, I would like to use this one).