ahamlabs / ahamlabs/kairos-AI

🤖 Phase 2: AI Tutor - Contextual Q&A System

未關閉
#8 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
ai-prompting backend rag-pipeline
主要語言
Python
星號
0
分支
1
PR 合併指標
30 天內沒有已合併 PR

描述

## Phase 2: RAG Query Engine

Build the "Ask the Video" feature with context-aware responses.

### Tasks
- [ ] Create RAG Query Endpoint: POST /ask-tutor
- [ ] Implement semantic search over vector database
- [ ] Build context assembly from retrieved chunks
- [ ] Design prompt template for contextual Q&A
- [ ] Add citation system (timestamp links to video)
- [ ] Implement conversation memory for follow-up questions

### Acceptance Criteria
- Users can ask questions about current video content
- System retrieves relevant transcript segments
- Responses include timestamps for source verification
- Supports follow-up questions with conversation context
- Graceful handling when content not found in transcripts

### Tech Stack
- Vector similarity search (cosine similarity)
- Gemini/GPT-4 for answer generation
- RAG prompt engineering
- Conversation history management

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。