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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ An AI-powered knowledge management application that lets you create intelligent
21
21
22
22
## ✨ Features
23
23
24
-
- 📚 **Multiple Source Types** - Upload PDFs, text files, Markdown, DOCX, and HTML documents
24
+
- 📚 **Multiple Source Types** - Upload PDFs, text files, Markdown, DOCX, HTML documents, and video URLs (YouTube, Bilibili with automatic subtitle extraction)
25
25
- 🤖 **AI-Powered Chat** - Ask questions and get answers based on your sources
26
26
- ✨ **Multiple Transformations** - Generate summaries, FAQs, study guides, outlines, timelines, glossaries, quizzes, mindmaps, infographics and podcast scripts
27
27
- 📊 **Infographic Generation** - Create beautiful, hand-drawn style infographics from your content using Google's Gemini Nano Banana
@@ -36,6 +36,8 @@ An AI-powered knowledge management application that lets you create intelligent
36
36
37
37
- Go 1.23 or later
38
38
- An LLM API key (OpenAI) or Ollama running locally
39
+
-[markitdown](https://github.com/microsoft/markitdown) (optional, for better document conversion)
40
+
-[yt-dlp](https://github.com/yt-dlp/yt-dlp) (optional, for extracting subtitles from YouTube and Bilibili videos)
39
41
40
42
### Installation
41
43
@@ -179,6 +181,8 @@ You can add content to your notebook in three ways:
179
181
180
182
- Select the "URL" tab
181
183
- Enter the URL and optional title
184
+
- Supports web pages and video URLs (YouTube, Bilibili)
185
+
- For videos, subtitles are automatically extracted and used as content
0 commit comments