From 5161ae7e088de24d950dc3e08ba8e740b5f2c28e Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 14 Dec 2022 22:31:34 -0800 Subject: [PATCH] add new example (#345) --- docs/explanation/cool_demos.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/explanation/cool_demos.md b/docs/explanation/cool_demos.md index 27381633e38..21af928da50 100644 --- a/docs/explanation/cool_demos.md +++ b/docs/explanation/cool_demos.md @@ -6,6 +6,9 @@ If you see any other demos that you think we should highlight, be sure to let us ## Open Source +### [YouTube Transcription Question Answering with Sources](https://colab.research.google.com/drive/1sKSTjt9cPstl_WMZ86JsgEqFG-aSAwkn?usp=sharing) +An end-to-end example of doing question answering on YouTube transcripts, returning the timestamps as sources to legitimize the answer. + ### [ThoughtSource](https://github.com/OpenBioLink/ThoughtSource) A central, open resource and community around data and tools related to chain-of-thought reasoning in large language models.