You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+22-7
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
2
-
# yt-fts - Youtube Full Text Search
3
-
`yt-fts` is a command line program that uses [yt-dlp](https://github.com/yt-dlp/yt-dlp) to scrape all of a youtube channels subtitles and load them into an sqlite database that is searchable from the command line. It allows you to query a channel for specific key word or phrase and will generate time stamped youtube urls to
2
+
# yt-fts - YouTube Full Text Search
3
+
`yt-fts` is a command line program that uses [yt-dlp](https://github.com/yt-dlp/yt-dlp) to scrape all of a YouTube
4
+
channels subtitles and load them into a sqlite database that is searchable from the command line. It allows you to
5
+
query a channel for specific key word or phrase and will generate time stamped YouTube urls to
4
6
the video containing the keyword.
5
7
6
8
It also supports semantic search via the [OpenAI embeddings API](https://beta.openai.com/docs/api-reference/) using [chromadb](https://github.com/chroma-core/chroma).
0 commit comments