#community-help

Seeking Front-end Implementation for Semantic Search in React-Native

TLDR Zane requested a front-end implementation for semantic search with React-Native. Jason provided a JS implementation using instantsearch.js and suggested adapting it for react-instantsearch.

Powered by Struct AI

1

1

5
7mo
Solved
Join the chat
May 17, 2023 (7 months ago)
Zane
Photo of md5-7dfd33582e1afa8fe333a17d53a892a4
Zane
10:29 PM
does anyone happen to have a front-end implementation for semantic search that would be compatible with React-Native
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
10:30 PM
Not specifically for react-native, but here’s a JS implementation using instantsearch.js: https://github.com/typesense/typesense-instantsearch-semantic-search-demo

1

Zane
Photo of md5-7dfd33582e1afa8fe333a17d53a892a4
Zane
10:31 PM
Thank you!

1

Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
10:31 PM
You’d need to find a way to replicate that in react-instantsearch, and then it should work in react native