Looking for a hybrid search example in TypeScript or JavaScript

Hello guys,

I’m simply looking for a hybrid search example in TypeScript or JavaScript. What I think I’m simply missing is a way to generate the sparseValues to insert in the record.

Do I simply need a library? If so, any suggestions?

As far as I know, there isn’t great TS/JS library support for generating sparse embeddings, e.g. with SPLADE or BGE-M3. Is it possible for you to write most of your application code in TS, but with some bridge scripting in Python for your data pipeline?

Thank you for your answer. And sorry for my late reply. :wink: