Khoj

Latest version: v1.36.6

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

Scan your dependencies

Page 20 of 22

0.6.0

What's Changed
πŸŽ‰ New
* πŸ’Ž Enable Khoj Chat in Obsidian Plugin by debanjum in https://github.com/debanjum/khoj/pull/196

πŸ§ͺ Improve
* πŸ’‡πŸ½Improve Khoj Search Styling for Markdown, Obsidian in https://github.com/debanjum/khoj/pull/198
* πŸ“œ Create Note with Query as title from within Search Modal of Khoj Obsidian plugin https://github.com/debanjum/khoj/commit/67129964a7361e3711304accb7ebfba8aa6f7dbd to resolve #133
* πŸ—‚οΈ Show filename within Search Modal of Khoj Obsidian plugin in https://github.com/debanjum/khoj/commit/40091489c06f53c0ac8d964cadae37a7de962693 to resolve #134
* πŸ—ƒοΈ Index filenames for Khoj search of Markdown files in https://github.com/debanjum/khoj/commit/a2ab68a7a2f0d7e0397051a54b5fd67a4052d907 to resolve #142

**Full Changelog**: https://github.com/debanjum/khoj/compare/0.5.0...0.6.0

0.5.0

What's Changed
πŸŽ‰ New

* πŸ’¬ Move Khoj Chat out of Beta. Use ChatGPT for Khoj Chat in https://github.com/debanjum/khoj/pull/183
* πŸ¦„ Release Khoj Chat for Emacs by debanjum in https://github.com/debanjum/khoj/pull/191
* πŸ€– Automatically Install, Start and Configure Khoj Server from Emacs in https://github.com/debanjum/khoj/pull/193

πŸ§ͺ Improve

* πŸ‘©πŸ»β€πŸ”¬ Create Rubric to Test Chat Quality and Capabilities in https://github.com/debanjum/khoj/pull/186
* βš™οΈ Improve Khoj Chat in Emacs, Server in https://github.com/debanjum/khoj/pull/192
* πŸ•ΊπŸΏ Add Search Actor to Improve Querying Notes for Khoj Chat in https://github.com/debanjum/khoj/pull/189
* πŸ€™πŸΎ Make Khoj Chat a Progressive Web App in https://github.com/debanjum/khoj/commit/c3c7b8a951b24686511e4e4fa5f21039c25d73f7
* πŸ“© Show reference notes used by Khoj Chat to respond in Web, Emacs interfaces


**Full Changelog**: https://github.com/debanjum/khoj/compare/0.4.0...0.5.0

0.4.0

What's Changed
πŸŽ‰ New
* Enable Creating Content Plugins by debanjum in https://github.com/debanjum/khoj/pull/173
This enables others to contribute plugins for content they want Khoj to index like [git logs](https://github.com/debanjum/khoj/issues/3), PDFs, [etc](https://github.com/debanjum/khoj/issues/149)

βš™οΈ Fix
Discovery and investigation based on feedback and testing by the community (as always) 🌈
* Fix [issue](https://github.com/debanjum/khoj/issues/177) with jumping to note from Khoj Obsidian search modal result on Windows in https://github.com/debanjum/khoj/commit/4fb628975c41cd1a38f2eb1a53993d4368d7b2f6
* Fix [issue](https://github.com/debanjum/khoj/issues/165) to index intro text before headings in org files in https://github.com/debanjum/khoj/commit/fe03ba3dcee9cefbc4bba076009ba1a711f68880
* Resolve [issue](https://github.com/debanjum/khoj/issues/172) with indexing error on failure to parse potential date for date filter in https://github.com/debanjum/khoj/commit/7ad251b8ef1392202e11f65a50c94d36ea156932

πŸ§ͺ Improve
* Make khoj server emit user-friendly information logs in https://github.com/debanjum/khoj/commit/1ae40163a9a5b394413239ad09da09c81b72766b

**Full Changelog**: https://github.com/debanjum/khoj/compare/0.3.0...0.4.0

0.3.0

What's Changed
βš™οΈ Fix
Discovery and investigation based on feedback and testing by the community 🌈
- Fix Unicode decode errors in 89
- Resolve installation issues in 145, 153, [154](https://github.com/debanjum/khoj/discussions/154)

πŸ§ͺ Improve
Obsidian Plugin
- Add toggle to turn of automated configuration of khoj backend from Obsidian for 156
- Show indexing in progress in Khoj Obsidian settings to address 129

Code Quality
- Move to src based layout for khoj python package by debanjum in 159
- Move to modern python build systems with pyproject.toml and hatch in https://github.com/debanjum/khoj/commit/dcb86c2d3e5478e9f13ac4ae2d10e6ffe2c2cad6
- Standardize code formatting using [black](https://black.readthedocs.io/en/stable/)
- Use [mypy](https://mypy-lang.org/) and [pre-commit](https://pre-commit.com/) to increase code validation during development
- Improve rendering of logs and errors using rich in https://github.com/debanjum/khoj/commit/c641eb4ad6cfbaa266cdb74fbb8c815531fed67f
- Automate publishing Obsidian plugin to the Github release in https://github.com/debanjum/khoj/commit/47c2cc63e166543447d9604d5c462b90e7342fc3

New Contributors
* axelson made their first contribution in https://github.com/debanjum/khoj/pull/152

**Full Changelog**: https://github.com/debanjum/khoj/compare/0.2.6...0.3.0

0.2.6

What's Changed
Improve
- πŸ§ͺ Increase testing of more components
* Create and Automate Tests for Khoj.el on Emacs by debanjum in https://github.com/debanjum/khoj/pull/126
* Update Python Tests Workflow to run for all Supported Version of Python
- πŸ“– Add and Improve Documentation for Khoj

Fix
Discovery and investigation based on 🌈 community feedback and testing

* Read Markdown file as utf8 instead of the default encoding used by OS in https://github.com/debanjum/khoj/pull/143
* Make typing in Khoj backward compatible to work with Python 3.8 in https://github.com/debanjum/khoj/commit/cba9a6a70348e07f016ab8665cbc3c2aed9f7462
* Allow using Chat with Markdown notes in https://github.com/debanjum/khoj/commit/a26ab31d2087d1a01dfaaaf822560ea9c8ec2835

**Full Changelog**: https://github.com/debanjum/khoj/compare/0.2.5...0.2.6

0.2.5

What's Changed

Add
* πŸ” Add **Find Similar Notes** to Khoj on [Emacs](https://github.com/debanjum/khoj/pull/125) and [Obsidian](https://github.com/debanjum/khoj/pull/122)
* πŸ’¬ Add **[Chat page](https://github.com/debanjum/khoj#chat-with-notes)** to the Khoj Web Interface by debanjum in https://github.com/debanjum/khoj/pull/120
* ✍🏽 Make Encoder Type Configurable. Allow [using OpenAI Model for Search](https://github.com/debanjum/khoj#use-openai-models-for-search) in https://github.com/debanjum/khoj/pull/113
Improve
* πŸ’Ž Improve [Configuring Khoj](https://github.com/debanjum/khoj/pull/119), [Search Modal](https://github.com/debanjum/khoj/pull/118) in Obsidian Plugin
* 🍬 [Improve Khoj interface on Emacs](https://github.com/debanjum/khoj/pull/123) using `transient.el`
* 🍭 Add and Improve Documentation for Khoj
* 🦾 Automate `khoj.el` build and quality checks using Github workflow in https://github.com/debanjum/khoj/pull/124

New Contributors
* suliveevil made their first contribution in https://github.com/debanjum/khoj/pull/112

**Full Changelog**: https://github.com/debanjum/khoj/compare/0.2.1...0.2.5

Page 20 of 22

Β© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.