khoj 1.26.5.dev15__py3-none-any.whl → 1.26.5.dev35__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. khoj/configure.py +2 -2
  2. khoj/database/adapters/__init__.py +41 -28
  3. khoj/database/admin.py +2 -0
  4. khoj/database/management/commands/change_default_model.py +182 -0
  5. khoj/database/migrations/0071_subscription_enabled_trial_at_and_more.py +32 -0
  6. khoj/database/migrations/0072_entry_search_model.py +24 -0
  7. khoj/database/models/__init__.py +4 -1
  8. khoj/interface/compiled/404/index.html +1 -1
  9. khoj/interface/compiled/_next/static/chunks/1279-f37ee4a388ebf544.js +1 -0
  10. khoj/interface/compiled/_next/static/chunks/1603-b9d95833e0e025e8.js +1 -0
  11. khoj/interface/compiled/_next/static/chunks/1970-1d6d0c1b00b4f343.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/{3423-aad88d6c1f029135.js → 3423-8e9c420574a9fbe3.js} +1 -1
  13. khoj/interface/compiled/_next/static/chunks/394-6bcb8c429f168f21.js +3 -0
  14. khoj/interface/compiled/_next/static/chunks/4602-8eeb4b76385ad159.js +1 -0
  15. khoj/interface/compiled/_next/static/chunks/5512-94c7c2bbcf58c19d.js +1 -0
  16. khoj/interface/compiled/_next/static/chunks/7113-f2e114d7034a0835.js +1 -0
  17. khoj/interface/compiled/_next/static/chunks/{3678-ef0d20e267e9f010.js → 7883-b1305ec254213afe.js} +2 -2
  18. khoj/interface/compiled/_next/static/chunks/9479-4b443fdcc99141c9.js +1 -0
  19. khoj/interface/compiled/_next/static/chunks/app/agents/page-adbf3cd470da248f.js +1 -0
  20. khoj/interface/compiled/_next/static/chunks/app/automations/{page-1688dead2f21270d.js → page-d3edae545a1b5393.js} +1 -1
  21. khoj/interface/compiled/_next/static/chunks/app/chat/page-460d262a3ef77503.js +1 -0
  22. khoj/interface/compiled/_next/static/chunks/app/factchecker/{page-f544113d240423e9.js → page-c8e5bd563a8155eb.js} +1 -1
  23. khoj/interface/compiled/_next/static/chunks/app/{page-88139ac728fe3533.js → page-337bba1c554d0742.js} +1 -1
  24. khoj/interface/compiled/_next/static/chunks/app/search/{page-3ada11cda5050eeb.js → page-a5c277eff207959e.js} +1 -1
  25. khoj/interface/compiled/_next/static/chunks/app/settings/page-60097571dd9f9d37.js +1 -0
  26. khoj/interface/compiled/_next/static/chunks/app/share/chat/page-97c4e60105009649.js +1 -0
  27. khoj/interface/compiled/_next/static/chunks/{webpack-95652a0eef2b0aeb.js → webpack-35c06f544e18305f.js} +1 -1
  28. khoj/interface/compiled/_next/static/css/76d55eb435962b19.css +25 -0
  29. khoj/interface/compiled/_next/static/css/{f84cf008d5ff4161.css → afd3d45cc65d55d8.css} +1 -1
  30. khoj/interface/compiled/agents/index.html +1 -1
  31. khoj/interface/compiled/agents/index.txt +2 -2
  32. khoj/interface/compiled/automations/index.html +1 -1
  33. khoj/interface/compiled/automations/index.txt +2 -2
  34. khoj/interface/compiled/chat/index.html +1 -1
  35. khoj/interface/compiled/chat/index.txt +2 -2
  36. khoj/interface/compiled/factchecker/index.html +1 -1
  37. khoj/interface/compiled/factchecker/index.txt +2 -2
  38. khoj/interface/compiled/index.html +1 -1
  39. khoj/interface/compiled/index.txt +2 -2
  40. khoj/interface/compiled/search/index.html +1 -1
  41. khoj/interface/compiled/search/index.txt +2 -2
  42. khoj/interface/compiled/settings/index.html +1 -1
  43. khoj/interface/compiled/settings/index.txt +2 -2
  44. khoj/interface/compiled/share/chat/index.html +1 -1
  45. khoj/interface/compiled/share/chat/index.txt +2 -2
  46. khoj/processor/content/text_to_entries.py +4 -2
  47. khoj/processor/image/generate.py +3 -3
  48. khoj/routers/api.py +3 -2
  49. khoj/routers/api_agents.py +41 -20
  50. khoj/routers/api_model.py +0 -33
  51. khoj/routers/{subscription.py → api_subscription.py} +20 -2
  52. khoj/routers/helpers.py +10 -10
  53. khoj/search_type/text_search.py +6 -2
  54. {khoj-1.26.5.dev15.dist-info → khoj-1.26.5.dev35.dist-info}/METADATA +1 -1
  55. {khoj-1.26.5.dev15.dist-info → khoj-1.26.5.dev35.dist-info}/RECORD +61 -57
  56. khoj/interface/compiled/_next/static/chunks/121-7024f479c297aef0.js +0 -1
  57. khoj/interface/compiled/_next/static/chunks/1603-bfc0b26e32ad88e3.js +0 -1
  58. khoj/interface/compiled/_next/static/chunks/477-ec86e93db10571c1.js +0 -1
  59. khoj/interface/compiled/_next/static/chunks/51-e8f5bdb69b5ea421.js +0 -1
  60. khoj/interface/compiled/_next/static/chunks/6327-18f0b45cc5a13afb.js +0 -3
  61. khoj/interface/compiled/_next/static/chunks/7762-79f2205740622b5c.js +0 -1
  62. khoj/interface/compiled/_next/static/chunks/9479-fcce773453e472c4.js +0 -1
  63. khoj/interface/compiled/_next/static/chunks/app/agents/page-997bf85681256672.js +0 -1
  64. khoj/interface/compiled/_next/static/chunks/app/chat/page-027e61d082025c50.js +0 -1
  65. khoj/interface/compiled/_next/static/chunks/app/settings/page-fa11cafaec7ab39f.js +0 -1
  66. khoj/interface/compiled/_next/static/chunks/app/share/chat/page-511186e77624eaec.js +0 -1
  67. khoj/interface/compiled/_next/static/css/825406e5ebee86d3.css +0 -25
  68. /khoj/interface/compiled/_next/static/{l0c66lMus19JlWgScUQtj → GH1Wb7mTB8D7ZsHW6iRF6}/_buildManifest.js +0 -0
  69. /khoj/interface/compiled/_next/static/{l0c66lMus19JlWgScUQtj → GH1Wb7mTB8D7ZsHW6iRF6}/_ssgManifest.js +0 -0
  70. /khoj/interface/compiled/_next/static/chunks/{2697-37579bcc7593dd5c.js → 2697-61fcba89fd87eab4.js} +0 -0
  71. {khoj-1.26.5.dev15.dist-info → khoj-1.26.5.dev35.dist-info}/WHEEL +0 -0
  72. {khoj-1.26.5.dev15.dist-info → khoj-1.26.5.dev35.dist-info}/entry_points.txt +0 -0
  73. {khoj-1.26.5.dev15.dist-info → khoj-1.26.5.dev35.dist-info}/licenses/LICENSE +0 -0