Author: mark
Version: 0.0.2
Type: tool
Github Repo: https://github.com/exitNA/opensearch-dify-plugin.git
Github Issues: issues
This plugin is used to search data in OpenSearch.
- setup your credential
- use tool in workflow
- endpoint: The endpoint of OpenSearch, such as localhost:9200
- user: The user of OpenSearch, such as xiaoming
- password: The password of OpenSearch user
- index: The index of OpenSearch
- query: The OpenSearch query dsl
- from: The start index of OpenSearch
- size: The size of OpenSearch
- total: number of total matched docs
- message: inner status message for debug
- result: the result document list
More information about OpenSearch query dsl and paginate https://opensearch.org/docs/latest/query-dsl/ https://opensearch.org/docs/latest/search-plugins/searching-data/paginate/#the-from-and-size-parameters