khoj 1.36.7.dev24__py3-none-any.whl → 1.36.7.dev66__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 (87) hide show
  1. khoj/database/adapters/__init__.py +22 -0
  2. khoj/interface/compiled/404/index.html +2 -2
  3. khoj/interface/compiled/_next/static/chunks/1160-8e7e42e77145b712.js +1 -0
  4. khoj/interface/compiled/_next/static/chunks/2327-b21ecded25471e6c.js +1 -0
  5. khoj/interface/compiled/_next/static/chunks/{4357-73c05a7c905ffc9f.js → 4357-d86d3401f6f6f802.js} +1 -1
  6. khoj/interface/compiled/_next/static/chunks/{4363-ac51bce40b6fc313.js → 4363-4efaf12abe696251.js} +1 -1
  7. khoj/interface/compiled/_next/static/chunks/4609-33aa487dff03a9fd.js +1 -0
  8. khoj/interface/compiled/_next/static/chunks/479.a7e0c9cfc376a695.js +1 -0
  9. khoj/interface/compiled/_next/static/chunks/4986-51392ebb5cd35907.js +1 -0
  10. khoj/interface/compiled/_next/static/chunks/5473-921e17a6177f9729.js +1 -0
  11. khoj/interface/compiled/_next/static/chunks/5621-415bdc6c7b57af11.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/6663-133d5db72d2d5f24.js +1 -0
  13. khoj/interface/compiled/_next/static/chunks/7200-cabc57d26c4b32da.js +1 -0
  14. khoj/interface/compiled/_next/static/chunks/{8155-87b4d2ea2cf725cc.js → 8515-010dd769c584b672.js} +8 -8
  15. khoj/interface/compiled/_next/static/chunks/90542734.9e6e44b1b45b30fe.js +1 -0
  16. khoj/interface/compiled/_next/static/chunks/9259-d8bcd9da9e80c81e.js +1 -0
  17. khoj/interface/compiled/_next/static/chunks/94ca1967.1b3402358e0e1255.js +1 -0
  18. khoj/interface/compiled/_next/static/chunks/964ecbae.d5be7c49c320d695.js +1 -0
  19. khoj/interface/compiled/_next/static/chunks/app/agents/{layout-447b58869479276c.js → layout-948ca256650845ce.js} +1 -1
  20. khoj/interface/compiled/_next/static/chunks/app/agents/{page-2f55f9d0da49bf31.js → page-df5446aa4fb82e1a.js} +1 -1
  21. khoj/interface/compiled/_next/static/chunks/app/automations/{page-d0a630a2b4ecc41d.js → page-0a44416f9183aec0.js} +1 -1
  22. khoj/interface/compiled/_next/static/chunks/app/chat/{layout-4d0b1ba93124fccb.js → layout-603285e3b1400e74.js} +1 -1
  23. khoj/interface/compiled/_next/static/chunks/app/chat/page-50cb9b62b10b5f3d.js +1 -0
  24. khoj/interface/compiled/_next/static/chunks/app/{layout-6dba801826c4fe59.js → layout-bd8210ff1de491d7.js} +1 -1
  25. khoj/interface/compiled/_next/static/chunks/app/{page-642bd02fc4f16606.js → page-29e3b092fe46f190.js} +1 -1
  26. khoj/interface/compiled/_next/static/chunks/app/search/{layout-ff081947c70ea9b7.js → layout-d7f7528ff387fba5.js} +1 -1
  27. khoj/interface/compiled/_next/static/chunks/app/search/page-1df7b236b30620f7.js +1 -0
  28. khoj/interface/compiled/_next/static/chunks/app/settings/{layout-bef0e00bb3873a84.js → layout-a7262b2bb8c7ae64.js} +1 -1
  29. khoj/interface/compiled/_next/static/chunks/app/settings/page-3473bab693ef81b2.js +1 -0
  30. khoj/interface/compiled/_next/static/chunks/app/share/chat/{layout-94a33aa0eae034fc.js → layout-246d0e8125219fff.js} +1 -1
  31. khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-6253896a84300e9b.js → page-6f26fe7f2f7edc56.js} +1 -1
  32. khoj/interface/compiled/_next/static/chunks/d3ac728e-07f1976c92cfb109.js +1 -0
  33. khoj/interface/compiled/_next/static/chunks/webpack-1169ca6e9e7e6247.js +1 -0
  34. khoj/interface/compiled/_next/static/css/{a3411982c232c7be.css → 5384e98d63fe6f0e.css} +2 -2
  35. khoj/interface/compiled/_next/static/css/{804ceddd6c935d4a.css → 8051073dc55b92b3.css} +1 -1
  36. khoj/interface/compiled/_next/static/css/f29752d6e1be7624.css +1 -0
  37. khoj/interface/compiled/agents/index.html +2 -2
  38. khoj/interface/compiled/agents/index.txt +3 -3
  39. khoj/interface/compiled/automations/index.html +2 -2
  40. khoj/interface/compiled/automations/index.txt +4 -4
  41. khoj/interface/compiled/chat/index.html +2 -2
  42. khoj/interface/compiled/chat/index.txt +3 -3
  43. khoj/interface/compiled/index.html +2 -2
  44. khoj/interface/compiled/index.txt +3 -3
  45. khoj/interface/compiled/search/index.html +2 -2
  46. khoj/interface/compiled/search/index.txt +3 -3
  47. khoj/interface/compiled/settings/index.html +2 -2
  48. khoj/interface/compiled/settings/index.txt +5 -5
  49. khoj/interface/compiled/share/chat/index.html +2 -2
  50. khoj/interface/compiled/share/chat/index.txt +3 -3
  51. khoj/processor/conversation/prompts.py +1 -0
  52. khoj/routers/api.py +8 -0
  53. khoj/routers/api_chat.py +16 -0
  54. {khoj-1.36.7.dev24.dist-info → khoj-1.36.7.dev66.dist-info}/METADATA +3 -3
  55. {khoj-1.36.7.dev24.dist-info → khoj-1.36.7.dev66.dist-info}/RECORD +66 -68
  56. khoj/interface/compiled/_next/static/chunks/0d8bff65.4b1018183a8be7c2.js +0 -1
  57. khoj/interface/compiled/_next/static/chunks/1199-80c79778c44ad4ec.js +0 -1
  58. khoj/interface/compiled/_next/static/chunks/2327-36d17f2483e80f60.js +0 -1
  59. khoj/interface/compiled/_next/static/chunks/2509-79b3ce8040bc0bcf.js +0 -1
  60. khoj/interface/compiled/_next/static/chunks/3727.dcea8f2193111552.js +0 -1
  61. khoj/interface/compiled/_next/static/chunks/3861-8662fce65c02717d.js +0 -1
  62. khoj/interface/compiled/_next/static/chunks/4986-d19b9ab0079521d7.js +0 -1
  63. khoj/interface/compiled/_next/static/chunks/5473-02d1709b2a3f4a4b.js +0 -1
  64. khoj/interface/compiled/_next/static/chunks/6244-4b970139897ef46e.js +0 -1
  65. khoj/interface/compiled/_next/static/chunks/6663-61c3f91791968671.js +0 -1
  66. khoj/interface/compiled/_next/static/chunks/90542734.fecd4dc1a89ed166.js +0 -1
  67. khoj/interface/compiled/_next/static/chunks/9259-5be50737cfe989bc.js +0 -1
  68. khoj/interface/compiled/_next/static/chunks/94ca1967.1d9b42d929a1ee8c.js +0 -1
  69. khoj/interface/compiled/_next/static/chunks/9597.83583248dfbf6e73.js +0 -1
  70. khoj/interface/compiled/_next/static/chunks/964ecbae.51d6faf8801d15e6.js +0 -1
  71. khoj/interface/compiled/_next/static/chunks/app/chat/page-9c0a2df3e33c029b.js +0 -1
  72. khoj/interface/compiled/_next/static/chunks/app/search/page-7c80e369ee1cdfad.js +0 -1
  73. khoj/interface/compiled/_next/static/chunks/app/settings/page-c961681e308a334b.js +0 -1
  74. khoj/interface/compiled/_next/static/chunks/d3ac728e-953b1c3bad7316d7.js +0 -1
  75. khoj/interface/compiled/_next/static/chunks/webpack-7b1a2ab7f2164f9f.js +0 -1
  76. khoj/interface/compiled/_next/static/css/55d4a822f8d94b67.css +0 -1
  77. /khoj/interface/compiled/_next/static/chunks/{1915-4b7980a58fb630d6.js → 1915-ab4353eaca76f690.js} +0 -0
  78. /khoj/interface/compiled/_next/static/chunks/{4447-30959771ff58d99d.js → 4447-5d44807c40355b1a.js} +0 -0
  79. /khoj/interface/compiled/_next/static/chunks/{5427-61c33a2c35ffbde6.js → 5427-88bd2db4b3075cac.js} +0 -0
  80. /khoj/interface/compiled/_next/static/chunks/{5477-7417eeee06ac7e61.js → 5477-9ff77f49e6cf375c.js} +0 -0
  81. /khoj/interface/compiled/_next/static/chunks/{7647-469de84d236fc7fd.js → 7647-2aa4cf0e69b7a84d.js} +0 -0
  82. /khoj/interface/compiled/_next/static/chunks/{9334-3047e20b503f086b.js → 9334-b22127fe2d39bc60.js} +0 -0
  83. /khoj/interface/compiled/_next/static/{JlTaPPygeGH7fM43TTTYd → iZ9Zhm-BkOf7hfAqqzokr}/_buildManifest.js +0 -0
  84. /khoj/interface/compiled/_next/static/{JlTaPPygeGH7fM43TTTYd → iZ9Zhm-BkOf7hfAqqzokr}/_ssgManifest.js +0 -0
  85. {khoj-1.36.7.dev24.dist-info → khoj-1.36.7.dev66.dist-info}/WHEEL +0 -0
  86. {khoj-1.36.7.dev24.dist-info → khoj-1.36.7.dev66.dist-info}/entry_points.txt +0 -0
  87. {khoj-1.36.7.dev24.dist-info → khoj-1.36.7.dev66.dist-info}/licenses/LICENSE +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.