office-hours-queue icon indicating copy to clipboard operation
office-hours-queue copied to clipboard

An online office hours queue

Results 69 office-hours-queue issues
Sort by recently updated
recently updated
newest added

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...

Implemented document file upload, parsing, text extraction, and vector upload to Pinecone with metadata. Also implemented vector retrieval from Pinecone. @trangiabach

* ws domain to 127.0.0.1 for dev to avoid CORS * FAQ feedback portion alignment * removed beta tag from analytics * tip no longer displayed on mobile

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...

In OHQ, when someone already joined as a student in a class, when you invite them as a professor/head TA/TA, it should automatically convert their role. - Current Behavior: Nothing...

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...