aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-03-24docker: Use external chrome docker containerMohamedBassem1-10/+40
2024-03-21fix(workers): Fix the leaky browser instances in workers during developmentMohamedBassem3-29/+46
2024-03-21fix: Simple validations for crawled URLsMohamedBassem1-1/+17
2024-03-19fix(workers): Drop the restriction of the tags being lowercase and without sp...MohamedBassem1-2/+2
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2-11/+9
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem2-19/+90
2024-03-14docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem1-5/+4
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem6-0/+662