Bach Tran
Bach Tran
This PR: - Migrates `django` from 3.1.7 to 5.0.3 - Migrates `channels` from
- Frontend + Backend Integration Improvements for TA reviews
This PR makes page titles for course-related pages more descriptive. Like adding `| Analytics` for Analytics pages or `| Roster` for Roster pages
This PR fixes #301: - Make the analytics tab available to all user classes - For students, only make wait time analytics available - For staff, the same behavior as...
Histogram of how busy office hours are on certain days can be useful for students to see when they want to attend such office hours. Change some permissions logic to...
This is related to #279. An article for [reference](https://blog.gopenai.com/primer-on-vector-databases-and-retrieval-augmented-generation-rag-using-langchain-pinecone-37a27fb10546). - For each course, create an LLM configuration object that stores the prompt, model type + other relevant configs. There will...
This is related to #279. An article for [reference](https://blog.gopenai.com/primer-on-vector-databases-and-retrieval-augmented-generation-rag-using-langchain-pinecone-37a27fb10546). This is part 1 of GPT3.5 integration, where we will be creating VectorDB instances that store course materials to be used...