Skip to content

Releases: khoj-ai/khoj

1.5.1

06 Feb 17:40
Compare
Choose a tag to compare

🎉 New

  • Engage with Khoj via the Obsidian mobile app by @debanjum in #635

🧪 Improve

  • Make Offline Chat be aware of the current date and thinks step-by-step by @debanjum in #636

⚙️ Fix

  • Detect subscription state for users based on phone numbers, emails by @sabaimran in #633

Full Changelog: 1.5.0...1.5.1

1.5.0

29 Jan 12:49
Compare
Choose a tag to compare

🎉 New

  • Khoj can now read websites to answer your /online questions by @sabaimran in #627
  • Include info about privacy in the docs by @sabaimran in #631

🧪 Improve

  • Improve subqueries for online search and prompt generation for image by @sabaimran in #626
  • Add retries in case the embeddings API fails by @sabaimran in #628
  • Improve Khoj Chat and Settings UI by @debanjum in #630

⚙️ Fix

  • Store rate limiter-related metadata in the database for more resilience by @sabaimran in #629

Full Changelog: 1.4.0...1.5.0

1.4.0

23 Jan 04:50
Compare
Choose a tag to compare

🎉 New

🧪 Improve

⚙️ Fix

  • Improve updating Khoj cloud subscription status on invoice paid by @debanjum in 9b1a66c

Full Changelog: 1.3.0...1.4.0

1.3.0

18 Jan 06:12
Compare
Choose a tag to compare

🎉 New

🧪 Improve

  • Improve server status check and message in Obsidian client by @debanjum in #617

⚙️ Fix

  • Remove the 1000 files limit when syncing from Desktop, Obsidian clients by @debanjum in #605
  • Fix Khoj chat responses in Obsidian plugin when Dataview plugin enabled by @debanjum in #619
    • Thanks to @ruboks_cube, @edbock, @flowingblaze in helping investigate this issue on Discord, Github 🌈
  • Fix Offline Chat without GPU and Decoding Chat Query before Processing by @debanjum in #611
  • Short-circuit API rate limiter for unauthenticated users by @debanjum in #607

Full Changelog: 1.2.1...1.3.0

1.2.1

04 Jan 13:18
Compare
Choose a tag to compare

🎉 New

🧪 Improve

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

22 Dec 16:21
Compare
Choose a tag to compare

🎉 New

🧪 Improve

  • Recursively index folders using the Desktop app by @sabaimran in c5d297a
  • Add a ConversationCommand rate limiter for the chat endpoint by @sabaimran in #584

⚙️ Fix

  • Show system tray icon for Khoj desktop app by @debanjum in a57d529
  • Fix Chat Streaming on Obsidian, Docker Image Version and First-Run, Chat Error Messages in Clients by @debanjum in #589
  • Fix CSRF cookie for admin login by @sabaimran in #585

Full Changelog: 1.1.0...1.2.0

1.1.0

01 Dec 04:11
Compare
Choose a tag to compare

What's Changed

🎉 New

  • Speak to Khoj from the Desktop, Web or Obsidian Client by @debanjum in #566
  • Make Khoj search the Internet for real-time answers by @sabaimran in #552
  • Allow deleting Conversation History from Web, Desktop, Obsidian Clients by @debanjum in #551
  • Suggest base questions for users to ask Khoj by @sabaimran in #556

🧪 Improve

  • Render Chat Responses as Markdown in Desktop, Obsidian Client by @debanjum in #571
  • Merge Github workflows to dockerize for production by @debanjum in #575
  • Enforce subscription state on the chat API access by @sabaimran in #569

⚙️ Fix

  • Handle Server Unavailable Error from Khoj.el by @debanjum in #568

Full Changelog: 1.0.1...1.1.0

1.0.1

23 Nov 01:55
Compare
Choose a tag to compare

🎉 New

  • Index Parent Headings of Org-Mode Entries to Improve Search Context by @debanjum in #548

🧪 Improve

  • Improve Self Hosted Khoj Setup by @debanjum in #557
  • Clean Logs, Improve Message Rendering and Make Khoj Trusted Host Configurable by @debanjum in #561

⚙️ Fix

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

19 Nov 17:51
Compare
Choose a tag to compare

Ambling Amla - Release 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 🧹✨

🎉 New

🧪 Improve

⚙️ Fix

  • Reduce RAM utilization by using Postgres DB instead of using JSONL files and in-memory index by @sabaimran

Full Changelog: 0.14.0...1.0.0

0.14.0

10 Nov 08:31
Compare
Choose a tag to compare

What's Changed

  • 🎉 Use Mistral as default offline chat model by @debanjum in 0f1ebca
  • 🧪 Support GPU for offline chat on more devices by @debanjum in 0f1ebca
  • 🧪 Autofocus to chat input when opening chat by @tuan3w in #524
  • ⚙️ Update emacs.md setup instructions by @sjbutler in #510
  • ⚙️ Pin pytorch version to 2.0.1 in order to avoid exit code 139 in Docker container by @sabaimran in #512

New Contributors

Full Changelog: 0.13.0...0.14.0