Vector Search with InstantSearch.js in Typesense
TLDR Noorhalim asked how to use vector search via instantsearchjs. Jason provided a link to a nearby discussion, but additional questions by Noorhalim remain unanswered.
Powered by Struct AI
4
9mo
Mar 07, 2023 (9 months ago)
Noorhalim
Noorhalim
04:19 AMHello, 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
Jason
Jason
04:21 AMHere’s prior discussion on this topic: https://github.com/typesense/typesense-instantsearch-adapter/issues/152
Noorhalim
Noorhalim
05:20 AMThank you. Is there anyway i can load result on the searchFunction (helper)?
eg. helper.loadresult(url)
eg. helper.loadresult(url)
09:48
Noorhalim
09:48 AMhave typesense managed to create a search UI for vector search use case?
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 3005 threads (79% resolved)
Similar Threads
Issues with Search UI for Vector Search
WL is building a search UI for vector search and having issues with syntax, while Jason provides context on the issue.
6
9mo
Troubleshooting Vector Search Setup in Typesense
Gio encountered issues setting up vector search using Typesense. Jason provided guidance and eventually offered to help via a call.
18
9mo
Solved
Resolving Typesense Setup Issues with VueJS
A sought help with setting up Typesense in a CDN VueJS application. Jason guided him to adjust the initialization and provided a solution to an undefined item warning, resulting in a successful setup.
87
31mo
Solved