khoj 1.36.7.dev24__py3-none-any.whl → 1.36.7.dev26__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 (86) 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-0bbe3ee35f80659f.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-e6ac2203564d1a3b.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-f305779d95dd5780.js} +8 -8
  15. khoj/interface/compiled/_next/static/chunks/90542734.9e6e44b1b45b30fe.js +1 -0
  16. khoj/interface/compiled/_next/static/chunks/9259-640fdd77408475df.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-5961c3717e1d8813.js} +1 -1
  20. khoj/interface/compiled/_next/static/chunks/app/agents/{page-2f55f9d0da49bf31.js → page-013290d1487a8879.js} +1 -1
  21. khoj/interface/compiled/_next/static/chunks/app/automations/{page-d0a630a2b4ecc41d.js → page-03ba7391a044d9c7.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-53cab1cceb3cf72b.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-a6f9c95dd4e3fe49.js} +1 -1
  26. khoj/interface/compiled/_next/static/chunks/app/search/{layout-ff081947c70ea9b7.js → layout-9ccd090dcc2aa58a.js} +1 -1
  27. khoj/interface/compiled/_next/static/chunks/app/search/page-80e6a849e9094668.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-eb25ff8598b5137a.js +1 -0
  30. khoj/interface/compiled/_next/static/chunks/app/share/chat/{layout-94a33aa0eae034fc.js → layout-991b6deed2f9eae2.js} +1 -1
  31. khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-6253896a84300e9b.js → page-df6bbbb0f2010e76.js} +1 -1
  32. khoj/interface/compiled/_next/static/chunks/d3ac728e-07f1976c92cfb109.js +1 -0
  33. khoj/interface/compiled/_next/static/chunks/webpack-5b68cca74d64e35f.js +1 -0
  34. khoj/interface/compiled/_next/static/css/{a3411982c232c7be.css → 5384e98d63fe6f0e.css} +2 -2
  35. khoj/interface/compiled/agents/index.html +2 -2
  36. khoj/interface/compiled/agents/index.txt +3 -3
  37. khoj/interface/compiled/automations/index.html +2 -2
  38. khoj/interface/compiled/automations/index.txt +4 -4
  39. khoj/interface/compiled/chat/index.html +2 -2
  40. khoj/interface/compiled/chat/index.txt +3 -3
  41. khoj/interface/compiled/index.html +2 -2
  42. khoj/interface/compiled/index.txt +3 -3
  43. khoj/interface/compiled/search/index.html +2 -2
  44. khoj/interface/compiled/search/index.txt +3 -3
  45. khoj/interface/compiled/settings/index.html +2 -2
  46. khoj/interface/compiled/settings/index.txt +5 -5
  47. khoj/interface/compiled/share/chat/index.html +2 -2
  48. khoj/interface/compiled/share/chat/index.txt +3 -3
  49. khoj/processor/conversation/prompts.py +1 -0
  50. khoj/routers/api.py +8 -0
  51. khoj/routers/api_chat.py +16 -0
  52. {khoj-1.36.7.dev24.dist-info → khoj-1.36.7.dev26.dist-info}/METADATA +3 -3
  53. {khoj-1.36.7.dev24.dist-info → khoj-1.36.7.dev26.dist-info}/RECORD +66 -68
  54. khoj/interface/compiled/_next/static/chunks/0d8bff65.4b1018183a8be7c2.js +0 -1
  55. khoj/interface/compiled/_next/static/chunks/1199-80c79778c44ad4ec.js +0 -1
  56. khoj/interface/compiled/_next/static/chunks/2327-36d17f2483e80f60.js +0 -1
  57. khoj/interface/compiled/_next/static/chunks/2509-79b3ce8040bc0bcf.js +0 -1
  58. khoj/interface/compiled/_next/static/chunks/3727.dcea8f2193111552.js +0 -1
  59. khoj/interface/compiled/_next/static/chunks/3861-8662fce65c02717d.js +0 -1
  60. khoj/interface/compiled/_next/static/chunks/4986-d19b9ab0079521d7.js +0 -1
  61. khoj/interface/compiled/_next/static/chunks/5473-02d1709b2a3f4a4b.js +0 -1
  62. khoj/interface/compiled/_next/static/chunks/6244-4b970139897ef46e.js +0 -1
  63. khoj/interface/compiled/_next/static/chunks/6663-61c3f91791968671.js +0 -1
  64. khoj/interface/compiled/_next/static/chunks/90542734.fecd4dc1a89ed166.js +0 -1
  65. khoj/interface/compiled/_next/static/chunks/9259-5be50737cfe989bc.js +0 -1
  66. khoj/interface/compiled/_next/static/chunks/94ca1967.1d9b42d929a1ee8c.js +0 -1
  67. khoj/interface/compiled/_next/static/chunks/9597.83583248dfbf6e73.js +0 -1
  68. khoj/interface/compiled/_next/static/chunks/964ecbae.51d6faf8801d15e6.js +0 -1
  69. khoj/interface/compiled/_next/static/chunks/app/chat/page-9c0a2df3e33c029b.js +0 -1
  70. khoj/interface/compiled/_next/static/chunks/app/search/page-7c80e369ee1cdfad.js +0 -1
  71. khoj/interface/compiled/_next/static/chunks/app/settings/page-c961681e308a334b.js +0 -1
  72. khoj/interface/compiled/_next/static/chunks/d3ac728e-953b1c3bad7316d7.js +0 -1
  73. khoj/interface/compiled/_next/static/chunks/webpack-7b1a2ab7f2164f9f.js +0 -1
  74. /khoj/interface/compiled/_next/static/chunks/{1915-4b7980a58fb630d6.js → 1915-1943ee8a628b893c.js} +0 -0
  75. /khoj/interface/compiled/_next/static/chunks/{2117-f99825f0a867a42d.js → 2117-ce1f0a4598f5e4fe.js} +0 -0
  76. /khoj/interface/compiled/_next/static/chunks/{4447-30959771ff58d99d.js → 4447-e038b251d626c340.js} +0 -0
  77. /khoj/interface/compiled/_next/static/chunks/{5427-61c33a2c35ffbde6.js → 5427-88bd2db4b3075cac.js} +0 -0
  78. /khoj/interface/compiled/_next/static/chunks/{5477-7417eeee06ac7e61.js → 5477-9ff77f49e6cf375c.js} +0 -0
  79. /khoj/interface/compiled/_next/static/chunks/{7647-469de84d236fc7fd.js → 7647-2aa4cf0e69b7a84d.js} +0 -0
  80. /khoj/interface/compiled/_next/static/chunks/{8667-adbe6017a66cef10.js → 8667-8136f74e9a086fca.js} +0 -0
  81. /khoj/interface/compiled/_next/static/chunks/{9334-3047e20b503f086b.js → 9334-b22127fe2d39bc60.js} +0 -0
  82. /khoj/interface/compiled/_next/static/{JlTaPPygeGH7fM43TTTYd → jTn_mpyyYbOTa6Lutd-N8}/_buildManifest.js +0 -0
  83. /khoj/interface/compiled/_next/static/{JlTaPPygeGH7fM43TTTYd → jTn_mpyyYbOTa6Lutd-N8}/_ssgManifest.js +0 -0
  84. {khoj-1.36.7.dev24.dist-info → khoj-1.36.7.dev26.dist-info}/WHEEL +0 -0
  85. {khoj-1.36.7.dev24.dist-info → khoj-1.36.7.dev26.dist-info}/entry_points.txt +0 -0
  86. {khoj-1.36.7.dev24.dist-info → khoj-1.36.7.dev26.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.