Commit History

feat: add Learning Tracker Insights endpoint (section 3.4)
430c7f3

ghazariann commited on

add persistant db with login_session chats and interactions, remove the localStorage
82e3252

ghazariann commited on

FAISS caching (Task 5), session persistence, streaming UX, suggestions as SSE event
e81a689

ghazariann commited on

feat: background follow-ups and streaming responses (issue #3, #4)
911c2cd

ghazariann commited on

fix: async LLM calls and SESSIONS memory optimization (issue #11, #12)
98d9b88

ghazariann commited on

debug: log MODULE10_DIR path on preload
d0d9d71

ghazariann commited on

fix: backfill session rag_chunks if preload finished after session creation
9111d37

ghazariann commited on

disable Weaviate by default, require CLARE_USE_WEAVIATE=1 to enable
68d6cd2

ghazariann commited on

feat: RAG pipeline overhaul — reranker, better retrieval, UX improvements
5eb6890

ghazariann commited on

admin: add interaction duration, show N/A for pending survey rating
71eab01

ghazariann commited on

feat: enforce questionId roundtrip in grade, add v2.2 tests, make participant_id nullable
c3cd3bb

ghazariann commited on

add in-app survey, admin dashboard, and participant overview
38abeb1

ghazariann commited on

ai interface desing v2.1, generate, quiz, hint endpoints
f87eaad

ghazariann commited on

embed participation id in the link, chagne the participation table structure
53b2b9c

ghazariann commited on

refactor: login_id to participant_id mapping, replace name/email auth
4f2f908

ghazariann commited on

add PostgreSQL persistence for sessions and interaction metrics
27946b1

ghazariann commited on

preload embedding model, add logging
cc8fad5

ghazariann commited on

fix: 修复 Weaviate RAG 日志字符串转义导致的 SyntaxError
d310acb

claudqunwang commited on

feat: 学生端聊天接入 Weaviate RAG 引用
94119a3

claudqunwang commited on

fix: 添加 ErrorBoundary 防白屏 + 启动时打印 RAG/Weaviate 状态
6f676a0

claudqunwang commited on

fix: index.html 禁止缓存,避免旧 HTML 导致 hashed JS 404 白屏
7037ce6

claudqunwang commited on

Update ClareVoice: Socratic mode + token logging + BGE RAG fixes
f655144

claudqunwang commited on

Add structured AI courseware APIs
2a4f012

claudqunwang commited on

添加持续对话功能:支持每个功能模块与AI进行多轮对话和互动
6a91b07

claudqunwang Cursor commited on

debug: 添加静态文件路径调试日志,排查空白页面问题
0bfc239

claudqunwang Cursor commited on

feat(teacher): add reply language selector (zh/en/auto) + per-feature history (last 5); fix 4 issues: language control, history memory, 9 features layout
fe421f4

claudqunwang Cursor commited on

feat(courseware): AI Teacher Assistant Agent 模块化
0cde401

claudqunwang Cursor commited on

Add POST /api/quiz/generate for external sites, docs section 6
8f7c172

claudqunwang Cursor commited on

IST345 course + multi-TA, AI Quiz API doc, courseDirectory and sidebar updates
a91db77

claudqunwang Cursor commited on

Add teacher agent, docs, and project updates; ClareVoiceV1 remains untracked (nested repo)
fbe1c8a

claudqunwang Cursor commited on

Add Clare product UI: run_web.sh, README, exclude hf_space from push
c8c6034

claudqunwang Cursor commited on