Khoj

Latest version: v1.36.6

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 22

1.2.0

๐ŸŽ‰ New
* Generate Images with Khoj by debanjum, sabaimran in https://github.com/khoj-ai/khoj/pull/580, https://github.com/khoj-ai/khoj/pull/585, https://github.com/khoj-ai/khoj/pull/586

๐Ÿงช Improve
* Recursively index folders using the Desktop app by sabaimran in c5d297a9ed4e7160b398a079253eccc72bb9f0dd
* Add a ConversationCommand rate limiter for the chat endpoint by sabaimran in https://github.com/khoj-ai/khoj/pull/584

โš™๏ธ Fix
* Show system tray icon for Khoj desktop app by debanjum in a57d529f394e5f14ef98cf7bdcee33d249d61b84
* Fix Chat Streaming on Obsidian, Docker Image Version and First-Run, Chat Error Messages in Clients by debanjum in https://github.com/khoj-ai/khoj/pull/589
* Fix CSRF cookie for admin login by sabaimran in https://github.com/khoj-ai/khoj/pull/585

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/1.1.0...1.2.0

1.1.0

What's Changed

๐ŸŽ‰ New
* Speak to Khoj from the Desktop, Web or Obsidian Client by debanjum in https://github.com/khoj-ai/khoj/pull/566
* Make Khoj search the Internet for real-time answers by sabaimran in https://github.com/khoj-ai/khoj/pull/552
* Allow deleting Conversation History from Web, Desktop, Obsidian Clients by debanjum in https://github.com/khoj-ai/khoj/pull/551
* Suggest base questions for users to ask Khoj by sabaimran in https://github.com/khoj-ai/khoj/pull/556

๐Ÿงช Improve
* Render Chat Responses as Markdown in Desktop, Obsidian Client by debanjum in https://github.com/khoj-ai/khoj/pull/571
* Merge Github workflows to dockerize for production by debanjum in https://github.com/khoj-ai/khoj/pull/575
* Enforce subscription state on the chat API access by sabaimran in https://github.com/khoj-ai/khoj/pull/569

โš™๏ธ Fix
* Handle Server Unavailable Error from Khoj.el by debanjum in https://github.com/khoj-ai/khoj/pull/568

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/1.0.1...1.1.0

1.0.1

๐ŸŽ‰ New
* Index Parent Headings of Org-Mode Entries to Improve Search Context by debanjum in https://github.com/khoj-ai/khoj/pull/548

๐Ÿงช Improve
* Improve Self Hosted Khoj Setup by debanjum in https://github.com/khoj-ai/khoj/pull/557
* Clean Logs, Improve Message Rendering and Make Khoj Trusted Host Configurable by debanjum in https://github.com/khoj-ai/khoj/pull/561

โš™๏ธ Fix
* Fix ranking search results on Obsidian by debanjum in https://github.com/khoj-ai/khoj/pull/560
* Fix PyPi package app reference issue by sabaimran in https://github.com/khoj-ai/khoj/pull/562
* Fix local server usage by dtkav in https://github.com/khoj-ai/khoj/pull/559

New Contributors
* asim-shrestha made their first contribution in https://github.com/khoj-ai/khoj/pull/541
* dtkav made their first contribution in https://github.com/khoj-ai/khoj/pull/559

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/1.0.0...1.0.1

1.0.0

This is Khoj's first major version release ๐ŸŽบ! It prepares Khoj for cloud scale usage and simplifies Desktop, Obsidian and Emacs client setups. As part of this release, we also did some house cleaning and resolved 11 issues in Khoj's backlog ๐Ÿงนโœจ

<img src="https://github.com/khoj-ai/khoj/assets/6413477/500366ae-7b1d-4a38-bb6d-354f3ecb1be2" width="400" />

๐ŸŽ‰ New
* **Khoj now supports multiple users and uses Postgres as DB** to host [Khoj on the Cloud](https://app.khoj.dev) by sabaimran, debanjum in https://github.com/khoj-ai/khoj/pull/549

๐Ÿงช Improve
* Improve Khoj UI for Desktop and Web App. Make the settings page a little less confusing by debanjum in https://github.com/khoj-ai/khoj/pull/538
* Update the chat UI to have richer representation of the references by sabaimran in https://github.com/khoj-ai/khoj/pull/536
* Update [Documentation](https://docs.khoj.dev) for simpler setup of clients with Khoj cloud by sabaimran, debanjum in https://github.com/khoj-ai/khoj/pull/550

โš™๏ธ Fix
* Reduce RAM utilization by using Postgres DB instead of using JSONL files and in-memory index by sabaimran

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/0.14.0...1.0.0

0.14.0

What's Changed
* ๐ŸŽ‰ Use [Mistral](https://mistral.ai/news/announcing-mistral-7b/) as default offline chat model by debanjum in https://github.com/khoj-ai/khoj/commit/0f1ebcae18abc8969cb367564077ef8d20695be3
* ๐Ÿงช Support GPU for offline chat on more devices by debanjum in https://github.com/khoj-ai/khoj/commit/0f1ebcae18abc8969cb367564077ef8d20695be3
* ๐Ÿงช Autofocus to chat input when opening chat by tuan3w in https://github.com/khoj-ai/khoj/pull/524
* โš™๏ธ Update emacs.md setup instructions by sjbutler in https://github.com/khoj-ai/khoj/pull/510
* โš™๏ธ Pin pytorch version to 2.0.1 in order to avoid exit code 139 in Docker container by sabaimran in https://github.com/khoj-ai/khoj/pull/512

New Contributors
* sjbutler made their first contribution in https://github.com/khoj-ai/khoj/pull/510
* tuan3w made their first contribution in https://github.com/khoj-ai/khoj/pull/524

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/0.13.0...0.14.0

0.13.0

What's Changed
๐ŸŽ‰ New
* Push Files to Index from Obsidian, Emacs Clients by debanjum in https://github.com/khoj-ai/khoj/pull/499

๐Ÿงช Improve
* Improve Offline Chat Model Experience: GPU Support, Swap Model by debanjum in https://github.com/khoj-ai/khoj/pull/494
* Allow users to manually specify globs instead of just directory by spott in https://github.com/khoj-ai/khoj/pull/496
* Strip the incoming query from the slash conversation command by sabaimran in https://github.com/khoj-ai/khoj/pull/500

โš™๏ธ Fix
* Fix Linux Desktop Application by sabaimran in https://github.com/khoj-ai/khoj/pull/491
* Update Khoj package version for Electron, Desktop app by sabaimran in https://github.com/khoj-ai/khoj/pull/492
* Fix encoding binary files for sync from the Desktop, Obsidian client by sabaimran in https://github.com/khoj-ai/khoj/pull/506

New Contributors
* spott made their first contribution in https://github.com/khoj-ai/khoj/pull/496

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/0.12.3...0.13.0

Page 16 of 22

ยฉ 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.