Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multilingual RAG podcast notebook #10

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
subfolder in data
  • Loading branch information
anakin87 committed Jan 10, 2024
commit 15569c1307a1fd99e21606aab369ac834556fa3b
2 changes: 1 addition & 1 deletion notebooks/multilingual_rag_podcast.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"source": [
"# download the podcast transcript\n",
"# to create the transcript, you can uncomment and run the previous section\n",
"!wget \"https://raw.githubusercontent.com/deepset-ai/haystack-cookbook/main/data/podcast_transcript_whisper_small.txt\"\n",
"!wget \"https://raw.githubusercontent.com/deepset-ai/haystack-cookbook/main/data/multilingual_rag_podcast/podcast_transcript_whisper_small.txt\"\n",
"\n",
"# let's take a look at the begininning of our 🇮🇹 transcript\n",
"!head --bytes 300 podcast_transcript_whisper_small.txt"
Expand Down