Skip to content

youtube-qna: self-hostable q&a platform over youtube transcripts#7

Draft
prdai with Copilot wants to merge 1 commit into
mainfrom
copilot/basic-qna-platform-setup
Draft

youtube-qna: self-hostable q&a platform over youtube transcripts#7
prdai with Copilot wants to merge 1 commit into
mainfrom
copilot/basic-qna-platform-setup

Conversation

Copilot AI commented Apr 5, 2026

Copy link
Copy Markdown
Contributor

adds the design document for a self-hostable youtube q&a platform.

the idea: paste a youtube url, it pulls the transcript via youtube-transcript-api, chunks and embeds it into a local vector store (chroma), and you can then ask questions against it using either openrouter or a local model via ollama.

files added:

  • youtube-qna/raw.mdx - unedited original input
  • youtube-qna/problem.mdx - why long-form video content is hard to retrieve from
  • youtube-qna/why.mdx - motivation behind the idea
  • youtube-qna/solution.mdx - what the platform does and requirements
  • youtube-qna/technical-design.mdx - architecture, stack, and component breakdown
  • youtube-qna/references.mdx - relevant libraries and tools

also updated index.mdx to include the new entry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants