Embedding for a local app

I’m interested in embedding OpenSearch for use as a backend for a local app written in Rust, with OpenSearch as a separate process but part of the same distribution. I noticed there’s a minimal build which seems to be aimed in this direction and what I’ll need to do is write a wrapper of some sort in Java but could anyone please point me to any examples/demos/doc that might exist for using OpenSearch this way?

I used this: Neural search tutorial - OpenSearch Documentation - if you go to this page there are a load of other tutorials available too in the menu on the left

1 Like

Ah, thankyou for the reply but wrong type of embedding - I’m talking about shipping a single-node instance of ES as part of an app, not text embedding for ML.