guillermoscript / lms-front

AI Powered LMS app for the future of learning
https://lms-front-two.vercel.app
4 stars 2 forks source link

[Course Convs] Implement AI-Generated Prompts, Questions, and Challenges #66

Open guillermoscript opened 4 months ago

guillermoscript commented 4 months ago

For this every time a teacher creates a new lessons or updates the lesson a process (queue) should run to create embedding from the lesson content, this is going to be helpful for the user in a course chat type of chat, that way the user can go the the knowledge base and have better response, this should divided in DB work (tables and sql function for search) backend/front (create the chat type page and have the ui running)

!Subject to change