Can someone suggest me some nodejs packages or workarounds that can convert natural language queries into mongodb queries.

animesh_dwivedi_dd53dfbfd

Animesh Dwivedi

Posted on June 4, 2024

Can someone suggest me some nodejs packages or workarounds that can convert natural language queries into mongodb queries.

I'm building a simple full stack application that takes user input and convert it into MongoDB query and then give the query output to user.
What I have tried:
I have found nlp.js package that can be used with Nodejs but I want some more options to be available so that I can experiment with them as well.

💖 💪 🙅 🚩
animesh_dwivedi_dd53dfbfd
Animesh Dwivedi

Posted on June 4, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related