Hey Team, Is there a way/cookbook that ties a NL ...
# community-help
t
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
Should be possible to do this by setting the auto-embedding field name in query_by
t
I see will give it a shot. Thank you for the help. Missed something so obvious 😅