ahamlabs / ahamlabs/kairos-AI

📝 Phase 2: Transcript Extraction & Vector DB Setup

オープン
#7 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
backend rag-pipeline
主要言語
Python
スター
0
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

## Phase 2: RAG Foundation

Implement automated transcript extraction and vector storage.

### Tasks
- [ ] Implement Transcript Downloader service using yt-dlp
- [ ] Set up Vector DB connection (Redis/Chroma)
- [ ] Create Embedding pipeline (Text → Vector)
- [ ] Design chunking strategy for long transcripts
- [ ] Implement batch processing for multiple videos
- [ ] Add error handling for videos without captions

### Acceptance Criteria
- Automatic transcript extraction for all course videos
- Transcripts chunked optimally (512-1024 tokens)
- Embeddings stored in vector database
- Fallback mechanism for caption-less videos
- Metadata stored alongside vectors (video_id, timestamp)

### Tech Stack
- yt-dlp for captions
- Redis Vector Search / ChromaDB
- sentence-transformers or OpenAI embeddings
- Langchain for chunking

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。