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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
you could try using the openAI api in node, similiar to what is being done here
Thanks for the reply but I have already came across this repository .The main issue is OpenAI API is not available for free use for testing purposes.
Do you have a good GPU?
Try running mistral on your desktop and see if that works.