Hey Team,
Is there a way/cookbook that ties a NL search with a semantic search? Is it possible with a single call to typesense or we need to stitch the NL response to a semantic search
Use case is around the lines of
hotels in cityx with a spa
where NL translates that into >hotel, city and amenity filters. Semantic search can search for
spa/jacuzzi/sauna
j
Jason Bosco
08/03/2025, 2:13 PM
Should be possible to do this by setting the auto-embedding field name in query_by
t
Thulasiram
08/03/2025, 2:44 PM
I see will give it a shot. Thank you for the help. Missed something so obvious 😅