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
May 17, 2023 (7 months ago)
Zane
Zane
10:29 PMdoes anyone happen to have a front-end implementation for semantic search that would be compatible with React-Native
Jason
Jason
10:30 PMNot specifically for react-native, but here’s a JS implementation using instantsearch.js: https://github.com/typesense/typesense-instantsearch-semantic-search-demo
1
10:31
Jason
10:31 PMThis is the key piece of code that makes the semantic search part work: https://github.com/typesense/typesense-instantsearch-semantic-search-demo/blob/b5e17b681c0ffaa717858f6d82adc647232e04bb/src/app.js#L95-L127
Zane
Zane
10:31 PMThank you!
1
Jason
Jason
10:31 PMYou’d need to find a way to replicate that in react-instantsearch, and then it should work in react native
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 3005 threads (79% resolved)
Similar Threads
Using Typesense Instantsearch Adapter with React Native
Jason asked about the usage of Typesense Instantsearch adapter with React Native. Stephano replied that they are planning to try it in the future.
2
33mo
Implementing React-Instant-Search in React Native
Maaz asked if React-Instant-Search can be implemented in React Native. Jason confirmed it's no different and gave instructions in the readme file.
3
10mo
Solved
Implementing Typesense in React without Typesense Instantsearch Adapter
Aravinda is trying to implement typesense in a React project without using Typesense Instantsearch Adapter. Jason suggests using the typesense-js library, referring to the docs for code samples.
3
14mo
Solved