rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
fix: Only update bookmark tagging/crawling status when worker is out of retries Mohamed Bassem 5 -19/+26
fix: Fix bug in tag normalization regex. Fixes #595 Mohamed Bassem 1 -1/+1
deps: Extract the queue implementation into its own repos Mohamed Bassem 23 -1336/+65
feature: Add a summarize with AI button for links Mohamed Bassem 12 -11/+1536
refactor: Move inference to the shared package Mohamed Bassem 6 -165/+166
feature: Add OCR support for images. Fixes #296 Mohamed Bassem 8 -2/+139
feature: Allow customizing the inference's context length MohamedBassem 9 -36/+51
feature(web): Add the ability to customize the inference prompts. Fixes #170 MohamedBassem 13 -39/+1764
fix(workers): Log stacktrace on worker error. #424 (#429)
extended logging when an exception occurrs, so it is possible to see the stacktrace of a failed execution
kamtschatka 3 -3/+7
feature(worker): Allow configuring inference job timeout and ollama keep alive.… MohamedBassem 4 -19/+26
fix: async/await issues with the new queue (#319) kamtschatka 6 -25/+27
refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309) Mohamed Bassem 13 -344/+128
fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)
* re-index of database is not scanning all places when bookmark tags are changed. Manual indexing is working as workaround #208
introduced a new function to trigger a reindex to reduce copy/paste
added missing reindexes when tags are deleted/bookmarks are updated
* give functions a bit more descriptive name
---------
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 6 -55/+41
fix(workers): AI infered tags can contain " " at the beginning. Fixes #184…
added a trim to tags to prevent whitespaces at the beginning/end of tags
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 1 -3/+5
feature(inference): Improve ollama tagging (#162)
* Inference Failed with Ollama #20
Changed the prompt to be split in 2, so ollama does not forget them
* Update apps/workers/openaiWorker.ts
Co-authored-by: Mohamed Bassem <me@mbassem.com>
---------
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
Co-authored-by: Mohamed Bassem <me@mbassem.com>
kamtschatka 1 -5/+12
fix(inference): Attempt to reuse existing identical tags MohamedBassem 2 -23/+63
feature: Add PDF support (#88)
* feature: Add PDF support
* fix: PDF feature enhancements
* fix: Freeze expo-share-intent version to prevent breaking changes
* fix: set endOfLine to auto for cross-platform development
* fix: Upgrading eslint/parser and eslint-plugin to 7.6.0 to solve the linting issues
* fix: enhancing PDF feature
* fix: Allowing null in fiename for backward compatibility
* fix: update pnpm file with pnpm 9.0.0-alpha-8
* fix:(web): PDF Preview for web
Ahmad Mujahid 24 -107/+2387
feat(workers): Allow configuring the language in which the tags are generated.… MohamedBassem 4 -28/+8
format: Add missing lint and format, and format the entire repo MohamedBassem 57 -192/+255
fix: Drop the 2k char limit on notes. Fixes #25 MohamedBassem 2 -7/+12
fix: Attempt to increase the reliability of the ollama inference MohamedBassem 4 -17/+49
feature: Add support for local models using ollama MohamedBassem 10 -81/+206
refactor: Validate env variables using zod MohamedBassem 7 -46/+91
fix(workers): Drop the restriction of the tags being lowercase and without… MohamedBassem 1 -2/+2
refactor: Change asset storage to be the filesystem instead of sqlite MohamedBassem 16 -75/+2006
Feature: Add support for uploading images and automatically inferring their…
* feature: Experimental support for asset uploads
* feature(web): Add new bookmark type asset
* feature: Add support for automatically tagging images
* fix: Add support for image assets in preview page
* use next Image for fetching the images
* Fix auth and error codes in the route handlers
* Add support for image uploads on mobile
* Fix typing of upload requests
* Remove the ugly dragging box
* Bump mobile version to 1.3
* Change the editor card placeholder to mention uploading images
* Fix a typo
* Change ios icon for photo library
* Silence typescript error
Mohamed Bassem 31 -79/+2736
structure: Create apps dir and copy tooling dir from t3-turbo repo MohamedBassem 396 -9511/+10350
fix: Drop old AI tag on link refresh MohamedBassem 1 -40/+53
fix: Teach openai to ignore cookie consent popups MohamedBassem 1 -3/+5
feature: Show a loading indicator when tags are still being fetched MohamedBassem 9 -13/+877
feature: Store full link content and index them MohamedBassem 9 -1/+878
feature: Add full text search support MohamedBassem 17 -12/+440
fix: Prevent openai from inferring tags from the prompt itself MohamedBassem 1 -5/+10
feature: Support tag inferance for note bookmarks MohamedBassem 2 -40/+65
db: Migrate from prisma to drizzle MohamedBassem 41 -975/+2177
branding: Rename app to Hoarder MohamedBassem 21 -165/+164
fix: Attempt to improve the openai prompt a bit MohamedBassem 2 -4/+7
chore: Consolidate all config vars in one file MohamedBassem 7 -33/+61
feature: Add ability to refresh bookmark details MohamedBassem 5 -4/+76
feature: Add support for managing API keys MohamedBassem 15 -5/+944
fix: Fix build for workers package and add it to CI MohamedBassem 8 -70/+106
[chore] Linting and formating tweaking MohamedBassem 24 -67/+157
[refactor] Extract the bookmark model to be a high level model to support other… MohamedBassem 22 -308/+396
[refactor] Move the different packages to the package subdir MohamedBassem 128 -2716/+2713
[openai] fix: Strip the hash symbol from the tag if it exists MohamedBassem 1 -1/+10
[feature] Add openAI integration for extracting tags from articles MohamedBassem 9 -19/+239