rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
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
feature(worker): Allow configuring redis with a password MohamedBassem 3 -0/+4
feature: Allow recrawling bookmarks without running inference jobs MohamedBassem 4 -9/+46
fix: Increase default navigation timeout to 30s, make it configurable and add… MohamedBassem 5 -6/+17
fix: Attempt to increase the reliability of the ollama inference MohamedBassem 4 -17/+49
feature: Allow specifying a specific redis db to use. Fixes #13 MohamedBassem 3 -14/+18
feature: Add full text search support MohamedBassem 17 -12/+440
chore: Consolidate all config vars in one file MohamedBassem 7 -33/+61
feature: Add ability to refresh bookmark details MohamedBassem 5 -4/+76
[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
[feature] Add openAI integration for extracting tags from articles MohamedBassem 9 -19/+239
Implement metadata fetching logic in the crawler MohamedBassem 29 -264/+439
Init package and start bullmq workers MohamedBassem 12 -8/+91