opensearch-project / flow-framework

OpenSearch plugin that enables builders to innovate AI apps on OpenSearch
Apache License 2.0
31 stars 30 forks source link

[FEATURE] Support automated configuration of search templates #789

Open ohltyler opened 1 month ago

ohltyler commented 1 month ago

Flow Framework already supports creation of many different OpenSearch resources. Another resource that can have complex configuration is search templates. Supporting search template creation could help users automate the creation and management of them. Typically, they are related to a particular index and its field mappings; being able to create these templates alongside index creation, for examples, would close the technical gap on creating an end-to-end search flow integrated with search templates, with no external/standalone APIs to create any resources required.

Internally, I believe this would mean adding a create search template workflow step, and corresponding logic to delete, in order to fully support and integrate with workflow provisioning/deprovisioning

dbwiddis commented 1 month ago

So to be clear, you're asking for a template to update a template? :)

image