Key Concept: RAG/Embeddings
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