how do search recommendation work in typesense whe...
# community-help
d
how do search recommendation work in typesense when using the react-instantsearch/
j
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
Oh and would the conversation api be done similarly too?
j
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
Oh I see are there examples of that widget already?
j
Not yet, need to add to the docs. I’ll document it and share with you later today
d
Thanks so much 🙂