how do search recommendation work in typesense when using the react-instantsearch/
j
Jason Bosco
06/17/2024, 10:42 PM
You would to use query hooks to generate the embeddings using an external API that returns the embeddings for the user's last n actions
d
Diego
06/18/2024, 4:05 AM
Oh and would the conversation api be done similarly too?
j
Jason Bosco
06/18/2024, 1:54 PM
Conversation API requires a custom widget, based on the hits widget. If you upgrade to the latest version of the adapter, you’ll see conversation data returned inside each hit that you can make use inside your custom widget
d
Diego
06/18/2024, 1:55 PM
Oh I see are there examples of that widget already?
j
Jason Bosco
06/18/2024, 1:57 PM
Not yet, need to add to the docs. I’ll document it and share with you later today