Skip to content

Added YouTube Transcript RAG pipeline using Haystack.#291

Open
Sanjjjayyy wants to merge 3 commits into
deepset-ai:mainfrom
Sanjjjayyy:main
Open

Added YouTube Transcript RAG pipeline using Haystack.#291
Sanjjjayyy wants to merge 3 commits into
deepset-ai:mainfrom
Sanjjjayyy:main

Conversation

@Sanjjjayyy
Copy link
Copy Markdown

Description

Added a new cookbook notebook that builds a RAG pipeline over any
YouTube video transcript using Haystack and HuggingFace free Inference API.

What this cookbook covers

  • Fetching YouTube transcripts using youtube-transcript-api
  • Splitting and indexing using DocumentSplitter and InMemoryDocumentStore
  • Embedding using SentenceTransformers with BAAI/bge-base-en-v1.5
  • Retrieval using InMemoryEmbeddingRetriever
  • Answer generation using Qwen2.5-7B-Instruct via HuggingFace Inference API

@Sanjjjayyy Sanjjjayyy requested a review from a team as a code owner May 26, 2026 16:57
@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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.

1 participant