khoj 1.30.2__py3-none-any.whl → 1.30.2.dev15__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 (71) hide show
  1. khoj/database/adapters/__init__.py +1 -1
  2. khoj/database/admin.py +0 -39
  3. khoj/interface/compiled/404/index.html +1 -1
  4. khoj/interface/compiled/_next/static/chunks/1210.132a7e1910006bbb.js +1 -0
  5. khoj/interface/compiled/_next/static/chunks/1603-1407afe510f0145a.js +1 -0
  6. khoj/interface/compiled/_next/static/chunks/1970-e1935a1d0930a7c5.js +1 -0
  7. khoj/interface/compiled/_next/static/chunks/216-b2e4344315b88832.js +1 -0
  8. khoj/interface/compiled/_next/static/chunks/3124-e8410bbd01f6f188.js +1 -0
  9. khoj/interface/compiled/_next/static/chunks/{3717-b46079dbe9f55694.js → 6297-55f82537bb7068dd.js} +1 -1
  10. khoj/interface/compiled/_next/static/chunks/{2646-92ba433951d02d52.js → 6901-e3dc0d315e3f6033.js} +2 -2
  11. khoj/interface/compiled/_next/static/chunks/796-36ee2d6829448c6d.js +3 -0
  12. khoj/interface/compiled/_next/static/chunks/9417-06236cd650f1abcd.js +1 -0
  13. khoj/interface/compiled/_next/static/chunks/app/agents/{page-f5c0801b27a8e95e.js → page-b086c9b0aa5a3833.js} +1 -1
  14. khoj/interface/compiled/_next/static/chunks/app/automations/{page-0393501fad5f8e3d.js → page-697a2d415e11a872.js} +1 -1
  15. khoj/interface/compiled/_next/static/chunks/app/chat/{page-f2539e3197d03c0d.js → page-461e26fcb7578d39.js} +1 -1
  16. khoj/interface/compiled/_next/static/chunks/app/{page-5cc56a8db5d21b38.js → page-4a3c49c5e996cc40.js} +1 -1
  17. khoj/interface/compiled/_next/static/chunks/app/search/{page-e8b578d155550386.js → page-9013658bebfc3d17.js} +1 -1
  18. khoj/interface/compiled/_next/static/chunks/app/settings/{page-b6c835050c970be7.js → page-41eb536497bb544a.js} +1 -1
  19. khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-635635e4fb39fe29.js → page-6a68ac7e227b34e7.js} +1 -1
  20. khoj/interface/compiled/_next/static/chunks/{webpack-5dbccc5145b80b64.js → webpack-224b38bd040ae7a0.js} +1 -1
  21. khoj/interface/compiled/_next/static/css/1a4038cc4acc8ee4.css +25 -0
  22. khoj/interface/compiled/_next/static/css/23f801d22927d568.css +1 -0
  23. khoj/interface/compiled/_next/static/css/80bd6301fc657983.css +1 -0
  24. khoj/interface/compiled/agents/index.html +1 -1
  25. khoj/interface/compiled/agents/index.txt +2 -2
  26. khoj/interface/compiled/automations/index.html +1 -1
  27. khoj/interface/compiled/automations/index.txt +2 -2
  28. khoj/interface/compiled/chat/index.html +1 -1
  29. khoj/interface/compiled/chat/index.txt +2 -2
  30. khoj/interface/compiled/index.html +1 -1
  31. khoj/interface/compiled/index.txt +2 -2
  32. khoj/interface/compiled/search/index.html +1 -1
  33. khoj/interface/compiled/search/index.txt +2 -2
  34. khoj/interface/compiled/settings/index.html +1 -1
  35. khoj/interface/compiled/settings/index.txt +2 -2
  36. khoj/interface/compiled/share/chat/index.html +1 -1
  37. khoj/interface/compiled/share/chat/index.txt +2 -2
  38. khoj/main.py +0 -4
  39. khoj/processor/conversation/anthropic/anthropic_chat.py +2 -8
  40. khoj/processor/conversation/anthropic/utils.py +3 -8
  41. khoj/processor/conversation/google/gemini_chat.py +2 -8
  42. khoj/processor/conversation/google/utils.py +3 -8
  43. khoj/processor/conversation/offline/chat_model.py +4 -12
  44. khoj/processor/conversation/openai/gpt.py +2 -9
  45. khoj/processor/conversation/openai/utils.py +3 -7
  46. khoj/processor/conversation/prompts.py +21 -40
  47. khoj/processor/conversation/utils.py +4 -7
  48. khoj/processor/tools/run_code.py +25 -1
  49. khoj/routers/api_chat.py +1 -11
  50. khoj/routers/api_subscription.py +2 -9
  51. khoj/routers/auth.py +2 -2
  52. khoj/routers/helpers.py +3 -15
  53. khoj/routers/research.py +1 -2
  54. khoj/utils/cli.py +0 -2
  55. khoj/utils/helpers.py +1 -31
  56. khoj/utils/state.py +0 -1
  57. {khoj-1.30.2.dist-info → khoj-1.30.2.dev15.dist-info}/METADATA +4 -9
  58. {khoj-1.30.2.dist-info → khoj-1.30.2.dev15.dist-info}/RECORD +63 -61
  59. khoj/interface/compiled/_next/static/chunks/1210.ef7a0f9a7e43da1d.js +0 -1
  60. khoj/interface/compiled/_next/static/chunks/1603-ba5f9f05e92c8412.js +0 -1
  61. khoj/interface/compiled/_next/static/chunks/1970-1b63ac1497b03a10.js +0 -1
  62. khoj/interface/compiled/_next/static/chunks/3463-081c031e873b7966.js +0 -3
  63. khoj/interface/compiled/_next/static/chunks/4752-554a3db270186ce3.js +0 -1
  64. khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css +0 -1
  65. khoj/interface/compiled/_next/static/css/5d8d85d3f2e95bae.css +0 -25
  66. khoj/interface/compiled/_next/static/css/63e106a52a0ec4ca.css +0 -1
  67. /khoj/interface/compiled/_next/static/{UR4enQiSbkZKb3SDFX2tx → j4py4V8sxXHwFlBE4LvN_}/_buildManifest.js +0 -0
  68. /khoj/interface/compiled/_next/static/{UR4enQiSbkZKb3SDFX2tx → j4py4V8sxXHwFlBE4LvN_}/_ssgManifest.js +0 -0
  69. {khoj-1.30.2.dist-info → khoj-1.30.2.dev15.dist-info}/WHEEL +0 -0
  70. {khoj-1.30.2.dist-info → khoj-1.30.2.dev15.dist-info}/entry_points.txt +0 -0
  71. {khoj-1.30.2.dist-info → khoj-1.30.2.dev15.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.