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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
fix(inference): Attempt to reuse existing identical tags
MohamedBassem
1
-22
/
+62
2024-04-11
feature: Add PDF support (#88)
Ahmad Mujahid
1
-12
/
+57
2024-04-02
feat(workers): Allow configuring the language in which the tags are generated...
MohamedBassem
1
-5
/
+5
2024-03-30
format: Add missing lint and format, and format the entire repo
MohamedBassem
1
-13
/
+15
2024-03-27
fix: Drop the 2k char limit on notes. Fixes #25
MohamedBassem
1
-6
/
+11
2024-03-27
fix: Attempt to increase the reliability of the ollama inference
MohamedBassem
1
-3
/
+8
2024-03-27
feature: Add support for local models using ollama
MohamedBassem
1
-66
/
+31
2024-03-27
refactor: Validate env variables using zod
MohamedBassem
1
-11
/
+11
2024-03-19
fix(workers): Drop the restriction of the tags being lowercase and without sp...
MohamedBassem
1
-2
/
+2
2024-03-19
refactor: Change asset storage to be the filesystem instead of sqlite
MohamedBassem
1
-10
/
+9
2024-03-19
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
1
-17
/
+87
2024-03-14
structure: Create apps dir and copy tooling dir from t3-turbo repo
MohamedBassem
1
-0
/
+0
2024-03-05
fix: Drop old AI tag on link refresh
MohamedBassem
1
-39
/
+52
2024-03-04
fix: Teach openai to ignore cookie consent popups
MohamedBassem
1
-3
/
+5
2024-03-02
feature: Show a loading indicator when tags are still being fetched
MohamedBassem
1
-5
/
+27
2024-03-02
feature: Store full link content and index them
MohamedBassem
1
-0
/
+10
2024-03-01
feature: Add full text search support
MohamedBassem
1
-7
/
+17
2024-02-29
fix: Prevent openai from inferring tags from the prompt itself
MohamedBassem
1
-5
/
+10
2024-02-28
feature: Support tag inferance for note bookmarks
MohamedBassem
1
-35
/
+49
2024-02-23
db: Migrate from prisma to drizzle
MohamedBassem
1
-49
/
+33
2024-02-20
branding: Rename app to Hoarder
MohamedBassem
1
-4
/
+4
2024-02-15
fix: Attempt to improve the openai prompt a bit
MohamedBassem
1
-2
/
+6
2024-02-14
chore: Consolidate all config vars in one file
MohamedBassem
1
-7
/
+7
2024-02-14
feature: Add ability to refresh bookmark details
MohamedBassem
1
-0
/
+1
2024-02-12
feature: Add support for managing API keys
MohamedBassem
1
-2
/
+6
2024-02-11
fix: Fix build for workers package and add it to CI
MohamedBassem
1
-3
/
+31
2024-02-09
[chore] Linting and formating tweaking
MohamedBassem
1
-3
/
+3
2024-02-09
[refactor] Extract the bookmark model to be a high level model to support oth...
MohamedBassem
1
-29
/
+32
2024-02-08
[refactor] Move the different packages to the package subdir
MohamedBassem
1
-0
/
+0
2024-02-07
[openai] fix: Strip the hash symbol from the tag if it exists
MohamedBassem
1
-1
/
+10
2024-02-07
[feature] Add openAI integration for extracting tags from articles
MohamedBassem
1
-0
/
+154