aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/openaiWorker.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-26refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem1-48/+2
2024-11-24fix(workers): Add spaces in tag placeholders for better tokenizationMohamed Bassem1-3/+3
2024-11-24feature: Add support for tag placeholders in custom prompts. #111 (#612)kamtschatka1-1/+42
2024-11-09fix: Only update bookmark tagging/crawling status when worker is out of retriesMohamed Bassem1-5/+7
2024-11-03fix: Fix bug in tag normalization regex. Fixes #595Mohamed Bassem1-1/+1
2024-10-27deps: Extract the queue implementation into its own reposMohamed Bassem1-1/+1
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem1-3/+6
2024-10-26refactor: Move inference to the shared packageMohamed Bassem1-2/+2
2024-10-20feature: Add OCR support for images. Fixes #296Mohamed Bassem1-1/+21
2024-10-12feature: Allow customizing the inference's context lengthMohamedBassem1-9/+7
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)kamtschatka1-1/+1
2024-09-15feature(worker): Allow configuring inference job timeout and ollama keep aliv...MohamedBassem1-1/+1
2024-07-21fix: async/await issues with the new queue (#319)kamtschatka1-1/+1
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem1-21/+22
2024-06-09fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)kamtschatka1-5/+2
2024-06-07fix(workers): AI infered tags can contain " " at the beginning. Fixes #184 (#...kamtschatka1-3/+5
2024-05-18feature(inference): Improve ollama tagging (#162)kamtschatka1-5/+12
2024-04-26fix(inference): Attempt to reuse existing identical tagsMohamedBassem1-22/+62
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid1-12/+57
2024-04-02feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem1-5/+5
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem1-13/+15
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 inferenceMohamedBassem1-3/+8
2024-03-27feature: Add support for local models using ollamaMohamedBassem1-66/+31
2024-03-27refactor: Validate env variables using zodMohamedBassem1-11/+11
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 sqliteMohamedBassem1-10/+9
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem1-17/+87
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-05fix: Drop old AI tag on link refreshMohamedBassem1-39/+52
2024-03-04fix: Teach openai to ignore cookie consent popupsMohamedBassem1-3/+5
2024-03-02feature: Show a loading indicator when tags are still being fetchedMohamedBassem1-5/+27
2024-03-02feature: Store full link content and index themMohamedBassem1-0/+10
2024-03-01feature: Add full text search supportMohamedBassem1-7/+17
2024-02-29fix: Prevent openai from inferring tags from the prompt itselfMohamedBassem1-5/+10
2024-02-28feature: Support tag inferance for note bookmarksMohamedBassem1-35/+49
2024-02-23db: Migrate from prisma to drizzleMohamedBassem1-49/+33
2024-02-20branding: Rename app to HoarderMohamedBassem1-4/+4
2024-02-15fix: Attempt to improve the openai prompt a bitMohamedBassem1-2/+6
2024-02-14chore: Consolidate all config vars in one fileMohamedBassem1-7/+7
2024-02-14feature: Add ability to refresh bookmark detailsMohamedBassem1-0/+1
2024-02-12feature: Add support for managing API keysMohamedBassem1-2/+6
2024-02-11fix: Fix build for workers package and add it to CIMohamedBassem1-3/+31
2024-02-09[chore] Linting and formating tweakingMohamedBassem1-3/+3
2024-02-09[refactor] Extract the bookmark model to be a high level model to support oth...MohamedBassem1-29/+32
2024-02-08[refactor] Move the different packages to the package subdirMohamedBassem1-0/+0
2024-02-07[openai] fix: Strip the hash symbol from the tag if it existsMohamedBassem1-1/+10
2024-02-07[feature] Add openAI integration for extracting tags from articlesMohamedBassem1-0/+154