Hello, how do I use vector search via instantsearc...
# community-help
n
Hello, how do I use vector search via instantsearchjs?
const search = instantsearch({
searchClient,
indexName: 'my-collection-name',
searchFunction(helper) {
const page = helper.getPage(); // Retrieve the current page
j
n
Thank you. Is there anyway i can load result on the searchFunction (helper)? eg. helper.loadresult(url)
have typesense managed to create a search UI for vector search use case?