index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
workers
/
openaiWorker.ts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Add support for 'ai tagged' as a webhook trigger. Fixes #1092
Mohamed Bassem
2025-03-07
1
-0
/
+4
*
fix: Move away from JSON outputs to structured outputs. Fixes #1047
Mohamed Bassem
2025-03-02
1
-3
/
+6
*
fix: Abort all IO when workers timeout instead of detaching. Fixes #742
Mohamed Bassem
2025-02-01
1
-6
/
+26
*
feat: Support customizing the summarization prompt. Fixes #731
Mohamed Bassem
2025-01-12
1
-1
/
+1
*
refactor: Move asset preprocessing to its own worker out of the inference worker
Mohamed Bassem
2024-12-26
1
-48
/
+2
*
fix(workers): Add spaces in tag placeholders for better tokenization
Mohamed Bassem
2024-11-24
1
-3
/
+3
*
feature: Add support for tag placeholders in custom prompts. #111 (#612)
kamtschatka
2024-11-24
1
-1
/
+42
*
fix: Only update bookmark tagging/crawling status when worker is out of retries
Mohamed Bassem
2024-11-09
1
-5
/
+7
*
fix: Fix bug in tag normalization regex. Fixes #595
Mohamed Bassem
2024-11-03
1
-1
/
+1
*
deps: Extract the queue implementation into its own repos
Mohamed Bassem
2024-10-27
1
-1
/
+1
*
feature: Add a summarize with AI button for links
Mohamed Bassem
2024-10-27
1
-3
/
+6
*
refactor: Move inference to the shared package
Mohamed Bassem
2024-10-26
1
-2
/
+2
*
feature: Add OCR support for images. Fixes #296
Mohamed Bassem
2024-10-20
1
-1
/
+21
*
feature: Allow customizing the inference's context length
MohamedBassem
2024-10-12
1
-9
/
+7
*
feature(web): Add the ability to customize the inference prompts. Fixes #170
MohamedBassem
2024-09-29
1
-39
/
+42
*
fix(workers): Log stacktrace on worker error. #424 (#429)
kamtschatka
2024-09-26
1
-1
/
+1
*
feature(worker): Allow configuring inference job timeout and ollama keep aliv...
MohamedBassem
2024-09-15
1
-1
/
+1
*
fix: async/await issues with the new queue (#319)
kamtschatka
2024-07-21
1
-1
/
+1
*
refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)
Mohamed Bassem
2024-07-21
1
-21
/
+22
*
fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)
kamtschatka
2024-06-09
1
-5
/
+2
*
fix(workers): AI infered tags can contain " " at the beginning. Fixes #184 (#...
kamtschatka
2024-06-07
1
-3
/
+5
*
feature(inference): Improve ollama tagging (#162)
kamtschatka
2024-05-18
1
-5
/
+12
*
fix(inference): Attempt to reuse existing identical tags
MohamedBassem
2024-04-26
1
-22
/
+62
*
feature: Add PDF support (#88)
Ahmad Mujahid
2024-04-11
1
-12
/
+57
*
feat(workers): Allow configuring the language in which the tags are generated...
MohamedBassem
2024-04-02
1
-5
/
+5
*
format: Add missing lint and format, and format the entire repo
MohamedBassem
2024-03-30
1
-13
/
+15
*
fix: Drop the 2k char limit on notes. Fixes #25
MohamedBassem
2024-03-27
1
-6
/
+11
*
fix: Attempt to increase the reliability of the ollama inference
MohamedBassem
2024-03-27
1
-3
/
+8
*
feature: Add support for local models using ollama
MohamedBassem
2024-03-27
1
-66
/
+31
*
refactor: Validate env variables using zod
MohamedBassem
2024-03-27
1
-11
/
+11
*
fix(workers): Drop the restriction of the tags being lowercase and without sp...
MohamedBassem
2024-03-19
1
-2
/
+2
*
refactor: Change asset storage to be the filesystem instead of sqlite
MohamedBassem
2024-03-19
1
-10
/
+9
*
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
2024-03-19
1
-17
/
+87
*
structure: Create apps dir and copy tooling dir from t3-turbo repo
MohamedBassem
2024-03-14
1
-0
/
+263