Integrate Neural Search into Opensearch Dashboards

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):

"version" : {
    "distribution" : "opensearch",
    "number" : "2.4.0",
    "build_type" : "tar",
    "build_hash" : "744ca260b892d119be8164f48d92b8810bd7801c",
    "build_date" : "2022-11-15T04:42:29.671309257Z",
    "build_snapshot" : false,
    "lucene_version" : "9.4.1",
    "minimum_wire_compatibility_version" : "7.10.0",
    "minimum_index_compatibility_version" : "7.0.0"
  }

OS: Ubuntu 22.04.1

Describe the issue:
My team would like to integrate neural search into our project’s Opensearch Dashboard to search for relevant logs. We have set up a pipeline using the Similar Document Search tutorial. We can also upgrade to later versions of Opensearch if needed.

Is it possible to perform neural search on the Discover search bar or as an OpenSearch Dashboards plugin?
Alternatively, are there any other ways we can integrate neural search into the dashboards?