aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-05deps: Upgrade openai packageMohamedBassem1-1/+1
2024-09-30feature(web): Add ability to manually trigger full page archives. Fixes #398 ...kamtschatka1-3/+5
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem1-39/+42
2024-09-26fix(workers): Log stacktrace on worker error. #424 (#429)kamtschatka3-3/+7
2024-09-15deps: Upgrade drizzle and next auth drizzle adapterMohamedBassem1-1/+1
2024-09-15feature(worker): Allow configuring inference job timeout and ollama keep aliv...MohamedBassem2-1/+2
2024-08-31build: Fix sherif failures by sorting depsMohamedBassem1-1/+1
2024-07-28fix(workers): Shutdown workers on SIGTERMMohamedBassem2-0/+9
2024-07-21fix: async/await issues with the new queue (#319)kamtschatka2-3/+3
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem5-72/+75
2024-07-14fix: monolith not embedding SVG files correctly. Fixes #289 (#306)kamtschatka1-5/+2
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka1-0/+6
2024-06-29refactor: remove redundant code from crawler worker and refactor handling of ...kamtschatka1-32/+49
2024-06-23feature: Automatically transfer image urls into bookmared assets. Fixes #246MohamedBassem1-6/+16
2024-06-23refactor: extract assets into their own database table. #215 (#220)kamtschatka1-29/+71
2024-06-22feature: add support for PDF links. Fixes #28 (#216)kamtschatka1-57/+163
2024-06-09fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)kamtschatka2-10/+4
2024-06-07fix(workers): AI infered tags can contain " " at the beginning. Fixes #184 (#...kamtschatka1-3/+5
2024-05-26fix(crawler): Only update the database if full page archival is enabledMohamedBassem1-19/+19
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem2-1/+66
2024-05-18feature(inference): Improve ollama tagging (#162)kamtschatka1-5/+12
2024-05-15feature(crawler): Allow connecting to browser's websocket address and launchi...MohamedBassem1-28/+55
2024-05-12feature: Take full page screenshots #143 (#148)kamtschatka1-1/+2
2024-04-26fix(inference): Attempt to reuse existing identical tagsMohamedBassem1-22/+62
2024-04-26feature(crawler): Allow increasing crawler concurrency and configure storing ...MohamedBassem1-0/+13
2024-04-23fix(crawler): Better extraction for amazon imagesMohamedBassem2-0/+3
2024-04-23fix(workers): Increase robustness of search worker and add extra logging. Fix...MohamedBassem1-24/+45
2024-04-23fix(workers): Set a modern user agent and update the default viewport sizeMohamedBassem1-0/+7
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem1-7/+29
2024-04-20feature: Download images and screenshotsMohamedBassem1-28/+130
2024-04-15fix: Fix slice call in the content truncation logic which was resulting in ex...MohamedBassem1-1/+1
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem1-1/+2
2024-04-12fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem1-1/+1
2024-04-11feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid1-0/+20
2024-04-11fix: Increase default navigation timeout to 30s, make it configurable and add...MohamedBassem2-2/+1
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid4-12/+98
2024-04-09feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem1-0/+1
2024-04-09fix(crawler): Skip validating URLs in metascrapper as it was already being va...MohamedBassem1-0/+3
2024-04-06fix(workers): Increase default timeout to 60s, make it configurable and impro...MohamedBassem1-11/+21
2024-04-02feature: Include server version in the admin UI. Fixes #66MohamedBassem1-0/+4
2024-04-02fix(workers): Add a timeout to the crawling job to prevent it from getting st...MohamedBassem2-1/+18
2024-04-02feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem1-5/+5
2024-03-31chore(workers): Remove unused configuration optionsMohamedBassem1-2/+0
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem7-25/+37
2024-03-30fix: Sort search results by relevanceMohamedBassem1-0/+1
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem1-0/+1
2024-03-27fix: Drop the 2k char limit on notes. Fixes #25MohamedBassem1-6/+11
2024-03-27fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem2-16/+40
2024-03-27feature: Add support for local models using ollamaMohamedBassem4-76/+168
2024-03-27refactor: Validate env variables using zodMohamedBassem2-12/+12