Hey! Thank you so much for your response, as currently I’m working with phi3 I’m planning to fine tune it and check for what output will I get.
Actually my current planning was to simply extract intent and entity from the query passed by the user/parent
Suppose if a parent types, “I want to check report of John(studentName) of last year(date)”
So model must return John as studentName and 2024 as date
After this I’ll simply run a query to fetch data from mongodb
And generate a text based on my mongodb result.
Is this a good approach? Or something better is available and I’m not aware of…