dartmouth-cs98-23f / project-short-learning

project-short-learning created by GitHub Classroom
0 stars 0 forks source link

Updated Topic Models #134

Open linkevin281 opened 7 months ago

linkevin281 commented 7 months ago

Topic Relationships (9+ Hours)

Topics should no longer be thought of as a strict hierarchy. Instead, there is some value from [-1,1] that relates a topic to all other topics where negative numbers represent child-parent and positive number are parent-child.

Consider vector databases.

Integration

Requirements

  1. New data model for topic. IDs are used to tag videos and it integrates with other models. Ex. users affinities to topics.
  2. Should be easily queryable to support our /search feature #130
  3. Produce relationship strengths between topics through GPT + discretion
  4. May require some rework to the API too