github khoj-ai/khoj 1.38.0

4 days ago

๐ŸŽ New

  • (In Beta) Simplify self-hosting setup by using embedded db by @debanjum in #1141
    Try it out and share feedback if it is working or not for you (on Github or Discord).
    You can get started by just running the following commands. (No separate Postgres server required)
     pip install 'khoj[local]'
     USE_EMBEDDED_DB="true" khoj -vv --anonymous-mode
  • Enable unsharing your public conversation by @debanjum in #1135
    Hit the delete button on the title pane of the shared conversation's public URL to unshare it

๐Ÿงช Improve

  • Setup Google imagen text to image model if Google API setup during initialization in 56b63f9
  • Use new Anthropic chat models if Anthropic API setup during initialization in 56b63f9
  • Improve schema compliance for more chat actors by enforcing json schema (most useful for gemini 2.0 flash model) in a387f63
  • Chat with your code by attaching programming language file types directly on the web app in e9132d4

๐Ÿ› ๏ธ Fix

  • Allow chat on first run by fixing default agent initialization
  • Fix infer webpage url chat actor to only request up to specified max URLs
  • Use agent chat model for research model planning
  • Handle new safety triggers for Gemini models
  • Fix automations docs by @eltociear in #1140

Full Changelog: 1.37.2...1.38.0

Don't miss a new khoj release

NewReleases is sending notifications on new releases.