edubotics-ai / edubotics-core

Comprehensive set of core modules for vector storage, retrieval, processing, with more to come.
http://docs.edubotics.ai/
MIT License
7 stars 7 forks source link

Handle Text generation for Lecture Slides and HWs differently #48

Open XThomasBU opened 3 months ago

XThomasBU commented 3 months ago
Farid-Karimli commented 2 months ago

This is particularly important for lecture slides, since some slides are mostly blank and build up to the final slide content (think heading, then list items, then the whole thing). Would need some kind of duplicate processing/filtering.

XThomasBU commented 2 months ago

One possible solution, from the index retrieve the content type (from the metadata), and build the response strategy based on the content type. Superficial answers if the content type == Assignment, vs in-depth answers if content type == lecture.