aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/drizzle/0023_late_night_nurse.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature: add support for PDF links. Fixes #28 (#216)kamtschatka2024-06-221-0/+1
* 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 <me@mbassem.com>