From be1b7f7e1c0cb3d905e13aa1a95e295b816cbdeb Mon Sep 17 00:00:00 2001 From: kamtschatka Date: Sat, 22 Jun 2024 18:52:40 +0200 Subject: feature: add support for PDF links. Fixes #28 (#216) * feature request: pdf support #28 Added a new sourceUrl column to the asset bookmarks Added transforming a link bookmark pointing at a pdf to an asset bookmark made sure the "View Original" link is also shown for asset bookmarks that have a sourceURL updated gitignore for IDEA * remove pdf parsing from the crawler * extract the http logic into its own function to avoid duplicating the post-processing actions (openai/index) * Add 5s timeout to the content type fetch --------- Co-authored-by: MohamedBassem --- packages/db/drizzle/meta/_journal.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packages/db/drizzle/meta/_journal.json') diff --git a/packages/db/drizzle/meta/_journal.json b/packages/db/drizzle/meta/_journal.json index 29fa84f0..75cbfc09 100644 --- a/packages/db/drizzle/meta/_journal.json +++ b/packages/db/drizzle/meta/_journal.json @@ -162,6 +162,13 @@ "when": 1716679762529, "tag": "0022_tough_nextwave", "breakpoints": true + }, + { + "idx": 23, + "version": "5", + "when": 1717960986361, + "tag": "0023_late_night_nurse", + "breakpoints": true } ] } \ No newline at end of file -- cgit v1.2.3-70-g09d2