aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/inference.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: Add karakeep metadata to openai callsMohamed Bassem2025-05-171-0/+4
* fix: Allow using JSON mode for ollama users. Fixes #1160Mohamed Bassem2025-04-131-15/+40
* fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem2025-03-021-9/+21
* fix: custom fetch wrapper for ollama inference. Fixes #656 (#1032)Gavin Mogan2025-02-161-0/+2
* fix: Fix missing handling for AbortSignal in inference clientMohamed Bassem2025-02-011-28/+53
* fix: Abort all IO when workers timeout instead of detaching. Fixes #742Mohamed Bassem2025-02-011-12/+37
* feat: Add support for embeddings in the inference interface (#403)Mohammed Farghal2024-12-291-0/+32
* docs: fix typo in inference.ts (#640)Ikko Eltociear Ashimine2024-11-171-1/+1
* feature: Add a summarize with AI button for linksMohamed Bassem2024-10-271-8/+39
* refactor: Move inference to the shared packageMohamed Bassem2024-10-261-0/+155