[PR #17] [MERGED] Feature: Add support for local models using ollama #1520

Closed
opened 2026-03-02 11:58:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/17
Author: @MohamedBassem
Created: 3/27/2024
Status: Merged
Merged: 3/27/2024
Merged by: @MohamedBassem

Base: mainHead: ollama_integration


📝 Commits (2)

  • 133d7b0 refactor: Validate env variables using zod
  • 45ade0d feature: Add support for local models using ollama

📊 Changes

14 files changed (+290 additions, -120 deletions)

View changed files

📝 README.md (+1 -1)
📝 apps/workers/crawlerWorker.ts (+1 -1)
apps/workers/inference.ts (+125 -0)
📝 apps/workers/openaiWorker.ts (+35 -70)
📝 apps/workers/package.json (+1 -0)
📝 apps/workers/searchWorker.ts (+11 -10)
📝 docs/docs/01-intro.md (+1 -1)
📝 docs/docs/02-installation.md (+10 -1)
📝 docs/docs/03-configuration.md (+13 -2)
📝 packages/db/drizzle.config.ts (+3 -2)
📝 packages/db/package.json (+1 -0)
📝 packages/shared/config.ts (+73 -32)
📝 pnpm-lock.yaml (+14 -0)
📝 tooling/eslint/base.js (+1 -0)

📄 Description

Fixes #3


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/17 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 3/27/2024 **Status:** ✅ Merged **Merged:** 3/27/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `ollama_integration` --- ### 📝 Commits (2) - [`133d7b0`](https://github.com/karakeep-app/karakeep/commit/133d7b0be4fb7cfcea2be0e8907e3f952b4bbf13) refactor: Validate env variables using zod - [`45ade0d`](https://github.com/karakeep-app/karakeep/commit/45ade0dde420ec6b0c48f7e0205faf6d875621e2) feature: Add support for local models using ollama ### 📊 Changes **14 files changed** (+290 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `apps/workers/crawlerWorker.ts` (+1 -1) ➕ `apps/workers/inference.ts` (+125 -0) 📝 `apps/workers/openaiWorker.ts` (+35 -70) 📝 `apps/workers/package.json` (+1 -0) 📝 `apps/workers/searchWorker.ts` (+11 -10) 📝 `docs/docs/01-intro.md` (+1 -1) 📝 `docs/docs/02-installation.md` (+10 -1) 📝 `docs/docs/03-configuration.md` (+13 -2) 📝 `packages/db/drizzle.config.ts` (+3 -2) 📝 `packages/db/package.json` (+1 -0) 📝 `packages/shared/config.ts` (+73 -32) 📝 `pnpm-lock.yaml` (+14 -0) 📝 `tooling/eslint/base.js` (+1 -0) </details> ### 📄 Description Fixes #3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1520
No description provided.