n8n-nodes-opensearch
v0.1.1
Published
Adds OpenSearch vector store and generic nodes to n8n
Downloads
13
Maintainers
Keywords
Readme
n8n-nodes-
This is an n8n community node. It lets you use OpenSearch in your n8n workflows.
The OpenSearch project, created by Amazon, is a forked search project based on old versions of Elasticsearch and Kibana.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Document Actions
- Create a document
- Delete a document
- Get a document
- Get many documents
- Update a document
Index Actions
- Create an index
- Delete an index
- Get an index
- Get many indices
OpenSearch Vector Store
- Retrieve
- Insert
- Get Many
Credentials
You will need a baseURL and a username and password to authenticate to the OpenSearch service.
Compatibility
Supports n8n 1.48.0+, tested with 1.62.1
Resources
Version history
0.1.0 - First working version, no documentation