tantaraio / voy

🕸️🦀 A WASM vector similarity search written in Rust
https://www.npmjs.com/package/voy-search
Apache License 2.0
868 stars 31 forks source link

React search component #8

Closed DawChihLiou closed 1 year ago

markhughes commented 1 year ago

It would be cool if there was a voy/react entry point that exported a VoyProvider component and a useVoy hook

DawChihLiou commented 1 year ago

Great idea @markhughes! What do you think about a similarity search bar component?

markhughes commented 1 year ago

Absolutely! Adding good quality starting-point components is the perfect way to have anyone get onboard.

Could follow the headless style that is done in tanstack?

DawChihLiou commented 1 year ago

Awesome! Could you point me to the headless style? I'm not familiar with the term in the context of component. Thanks!