khoj 1.26.4.dev2__py3-none-any.whl → 1.26.5.dev16__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 (72) hide show
  1. khoj/interface/compiled/404/index.html +1 -1
  2. khoj/interface/compiled/_next/static/chunks/1210.132a7e1910006bbb.js +1 -0
  3. khoj/interface/compiled/_next/static/chunks/1459.690bf20e7d7b7090.js +1 -0
  4. khoj/interface/compiled/_next/static/chunks/1603-bfc0b26e32ad88e3.js +1 -0
  5. khoj/interface/compiled/_next/static/chunks/2697-37579bcc7593dd5c.js +1 -0
  6. khoj/interface/compiled/_next/static/chunks/3423-aad88d6c1f029135.js +1 -0
  7. khoj/interface/compiled/_next/static/chunks/6327-18f0b45cc5a13afb.js +3 -0
  8. khoj/interface/compiled/_next/static/chunks/{4086-2c74808ba38a5a0f.js → 8840-b8d7b9f0923c6651.js} +1 -1
  9. khoj/interface/compiled/_next/static/chunks/9417-759984ad62caa3dc.js +1 -0
  10. khoj/interface/compiled/_next/static/chunks/9479-fcce773453e472c4.js +1 -0
  11. khoj/interface/compiled/_next/static/chunks/94ca1967.5584df65931cfe83.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/964ecbae.ea4eab2a3a835ffe.js +1 -0
  13. khoj/interface/compiled/_next/static/chunks/app/agents/{page-88aa3042711107b7.js → page-997bf85681256672.js} +1 -1
  14. khoj/interface/compiled/_next/static/chunks/app/automations/{page-5480731341f34450.js → page-1688dead2f21270d.js} +1 -1
  15. khoj/interface/compiled/_next/static/chunks/app/chat/page-027e61d082025c50.js +1 -0
  16. khoj/interface/compiled/_next/static/chunks/app/factchecker/{page-e7b34316ec6f44de.js → page-f544113d240423e9.js} +1 -1
  17. khoj/interface/compiled/_next/static/chunks/app/{page-10a5aad6e04f3cf8.js → page-88139ac728fe3533.js} +1 -1
  18. khoj/interface/compiled/_next/static/chunks/app/search/{page-d56541c746fded7d.js → page-3ada11cda5050eeb.js} +1 -1
  19. khoj/interface/compiled/_next/static/chunks/app/settings/{page-e044a999468a7c5d.js → page-fa11cafaec7ab39f.js} +1 -1
  20. khoj/interface/compiled/_next/static/chunks/app/share/chat/page-511186e77624eaec.js +1 -0
  21. khoj/interface/compiled/_next/static/chunks/webpack-c48e5093123a4a56.js +1 -0
  22. khoj/interface/compiled/_next/static/css/{c808691c459e3887.css → 3cf13271869a4aeb.css} +1 -1
  23. khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css +1 -0
  24. khoj/interface/compiled/_next/static/css/825406e5ebee86d3.css +25 -0
  25. khoj/interface/compiled/_next/static/css/f84cf008d5ff4161.css +1 -0
  26. khoj/interface/compiled/agents/index.html +1 -1
  27. khoj/interface/compiled/agents/index.txt +2 -2
  28. khoj/interface/compiled/automations/index.html +1 -1
  29. khoj/interface/compiled/automations/index.txt +2 -2
  30. khoj/interface/compiled/chat/index.html +1 -1
  31. khoj/interface/compiled/chat/index.txt +2 -2
  32. khoj/interface/compiled/factchecker/index.html +1 -1
  33. khoj/interface/compiled/factchecker/index.txt +2 -2
  34. khoj/interface/compiled/index.html +1 -1
  35. khoj/interface/compiled/index.txt +2 -2
  36. khoj/interface/compiled/search/index.html +1 -1
  37. khoj/interface/compiled/search/index.txt +2 -2
  38. khoj/interface/compiled/settings/index.html +1 -1
  39. khoj/interface/compiled/settings/index.txt +2 -2
  40. khoj/interface/compiled/share/chat/index.html +1 -1
  41. khoj/interface/compiled/share/chat/index.txt +2 -2
  42. khoj/processor/conversation/google/gemini_chat.py +28 -13
  43. khoj/processor/conversation/google/utils.py +34 -12
  44. khoj/processor/conversation/openai/gpt.py +4 -4
  45. khoj/processor/conversation/prompts.py +144 -0
  46. khoj/processor/conversation/utils.py +22 -13
  47. khoj/processor/image/generate.py +5 -5
  48. khoj/processor/tools/online_search.py +4 -4
  49. khoj/routers/api.py +4 -2
  50. khoj/routers/api_chat.py +85 -46
  51. khoj/routers/helpers.py +225 -29
  52. khoj/routers/web_client.py +0 -11
  53. khoj/utils/helpers.py +7 -3
  54. {khoj-1.26.4.dev2.dist-info → khoj-1.26.5.dev16.dist-info}/METADATA +1 -1
  55. {khoj-1.26.4.dev2.dist-info → khoj-1.26.5.dev16.dist-info}/RECORD +60 -56
  56. khoj/interface/compiled/_next/static/chunks/1603-fa3ee48860b9dc5c.js +0 -1
  57. khoj/interface/compiled/_next/static/chunks/2697-a38d01981ad3bdf8.js +0 -1
  58. khoj/interface/compiled/_next/static/chunks/4051-2cf66369d6ca0f1d.js +0 -3
  59. khoj/interface/compiled/_next/static/chunks/9178-899fe9a6b754ecfe.js +0 -1
  60. khoj/interface/compiled/_next/static/chunks/9417-46ed3aaa639c85ef.js +0 -1
  61. khoj/interface/compiled/_next/static/chunks/9479-ea776e73f549090c.js +0 -1
  62. khoj/interface/compiled/_next/static/chunks/app/chat/page-702057ccbcf27881.js +0 -1
  63. khoj/interface/compiled/_next/static/chunks/app/share/chat/page-fbbd66a4d4633438.js +0 -1
  64. khoj/interface/compiled/_next/static/chunks/webpack-2651a68f46ac3cb7.js +0 -1
  65. khoj/interface/compiled/_next/static/css/2de69f0be774c768.css +0 -1
  66. khoj/interface/compiled/_next/static/css/3e1f1fdd70775091.css +0 -1
  67. khoj/interface/compiled/_next/static/css/b9a6bf04305d98d7.css +0 -25
  68. /khoj/interface/compiled/_next/static/{wyjqS7cuSX-u62BTNYqhU → 1dVlkdPTTw5b6saGVG4b3}/_buildManifest.js +0 -0
  69. /khoj/interface/compiled/_next/static/{wyjqS7cuSX-u62BTNYqhU → 1dVlkdPTTw5b6saGVG4b3}/_ssgManifest.js +0 -0
  70. {khoj-1.26.4.dev2.dist-info → khoj-1.26.5.dev16.dist-info}/WHEEL +0 -0
  71. {khoj-1.26.4.dev2.dist-info → khoj-1.26.5.dev16.dist-info}/entry_points.txt +0 -0
  72. {khoj-1.26.4.dev2.dist-info → khoj-1.26.5.dev16.dist-info}/licenses/LICENSE +0 -0