opensearch-project / skills

Apache License 2.0
5 stars 25 forks source link

[RFC] support customized search query tool #318

Open zhichao-aws opened 1 month ago

zhichao-aws commented 1 month ago

Is your feature request related to a problem? In current implementation we only supports neural sparse tool and vectorDB tool, which build the search request by filling a fixed template. However, we have different use cases which can have complexed search queries. For example, search with conditions/filters, using hybrid query, using nested search(with chunking processor) etc

What solution would you like? Implement a customized search tool, user can specify a search request template. The template accepts one parameter of search text. And RAG tool should also supports this customized search tool.

dblock commented 1 week ago

Thanks for opening this feature request.

[Catch All Triage - Attendees 1, 2, 3, 4, 5]