You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roadmap milestone M4 ("Graph-aware RAG tutor end to end") now explicitly names the RAG retrieval system as a deliverable, but there's no dedicated tracking issue. The closest existing issue is #149 (graph-grounded tutor retrieval + tool-use loop), which covers the retrieval + tool-use loop inside the tutor agent — not the RAG system as a whole.
This issue tracks the RAG retrieval system that grounds the tutor: how student documents, notes, and knowledge-graph context get indexed and retrieved to build the tutor's prompt context.
Scope (to refine)
Retrieval over student-supplied content (documents, notes) + knowledge-graph nodes/edges
Chunking / indexing strategy and where embeddings live (Supabase / pgvector vs. external store)
Retrieval interface consumed by the tutor agent — feeds the build_system_prompt seam in backend/routes/learn.py
Context
Roadmap milestone M4 ("Graph-aware RAG tutor end to end") now explicitly names the RAG retrieval system as a deliverable, but there's no dedicated tracking issue. The closest existing issue is #149 (graph-grounded tutor retrieval + tool-use loop), which covers the retrieval + tool-use loop inside the tutor agent — not the RAG system as a whole.
This issue tracks the RAG retrieval system that grounds the tutor: how student documents, notes, and knowledge-graph context get indexed and retrieved to build the tutor's prompt context.
Scope (to refine)
build_system_promptseam inbackend/routes/learn.pygraph_nodes/graph_edges(shared with [P1] Agent migration: graph-grounded tutor retrieval + tool-use loop #149)services/encryption.py)Relationships
Filed as a tracking issue from a roadmap-planning session; scope to be refined by the backend owner.