Key Concept: RAG/Embeddings

https://docs.google.com/document/d/1mm7tIjWVk0pG2U25klujbhB7ANo0QyHEA-A5BlausSU/edit?tab=t.0#heading=h.c3da3m299f59

Planning

  • Switch Anthropic to OpenAI
  • Refactor code to use just the schema file
  • Create PostgresDB for the backend
  • Create a vectorDB
  • Refactor code to use PostgresDB rather than dummy data on local storage
  • Fix the fact that Create Epic makes epic id show up on tasks
  • Setup RAG script
  • Test functionality of performing RAG and getting output from AI that can be used to update a task
  • Filter Epics on the Kanban
  • Enable ability for AI Assistant to create Epics

EOD Status Report