khoj 1.23.3.dev3__py3-none-any.whl → 1.23.4.dev2__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/database/adapters/__init__.py +8 -12
  2. khoj/database/migrations/0063_conversation_temp_id.py +36 -0
  3. khoj/database/migrations/0064_remove_conversation_temp_id_alter_conversation_id.py +86 -0
  4. khoj/database/models/__init__.py +1 -1
  5. khoj/interface/compiled/404/index.html +1 -1
  6. khoj/interface/compiled/_next/static/chunks/1603-d643510c2c0b8871.js +1 -0
  7. khoj/interface/compiled/_next/static/chunks/2697-9bc8f835a3c24342.js +1 -0
  8. khoj/interface/compiled/_next/static/chunks/{1906-1747a36c336df02c.js → 4051-3dc2df557ccb5213.js} +2 -2
  9. khoj/interface/compiled/_next/static/chunks/8423-7f5eb790353afe24.js +1 -0
  10. khoj/interface/compiled/_next/static/chunks/9178-f5d4737cf74b7d19.js +1 -0
  11. khoj/interface/compiled/_next/static/chunks/app/agents/page-2258ba773c9e3a1f.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/app/automations/{page-e30a75db8719f439.js → page-e0bedd962fcfa0dd.js} +1 -1
  13. khoj/interface/compiled/_next/static/chunks/app/chat/page-1b886aa4f57af1fa.js +1 -0
  14. khoj/interface/compiled/_next/static/chunks/app/factchecker/{page-961b87fcd132b565.js → page-32e61af29e6b431d.js} +1 -1
  15. khoj/interface/compiled/_next/static/chunks/app/page-a31799b4c4b78da6.js +1 -0
  16. khoj/interface/compiled/_next/static/chunks/app/search/page-b3193d46c65571c5.js +1 -0
  17. khoj/interface/compiled/_next/static/chunks/app/settings/page-0db9b708366606ec.js +1 -0
  18. khoj/interface/compiled/_next/static/chunks/app/share/chat/page-7df9c23b5fec66de.js +1 -0
  19. khoj/interface/compiled/_next/static/chunks/{webpack-8920b2a7f23547ac.js → webpack-e58184a46ce22845.js} +1 -1
  20. khoj/interface/compiled/_next/static/css/93c1302668e4a828.css +25 -0
  21. khoj/interface/compiled/_next/static/css/ab57702ed2b98214.css +1 -0
  22. khoj/interface/compiled/_next/static/css/d435f28db0fd3d85.css +1 -0
  23. khoj/interface/compiled/agents/index.html +1 -1
  24. khoj/interface/compiled/agents/index.txt +2 -2
  25. khoj/interface/compiled/automations/index.html +1 -1
  26. khoj/interface/compiled/automations/index.txt +2 -2
  27. khoj/interface/compiled/chat/index.html +1 -1
  28. khoj/interface/compiled/chat/index.txt +2 -2
  29. khoj/interface/compiled/factchecker/index.html +1 -1
  30. khoj/interface/compiled/factchecker/index.txt +2 -2
  31. khoj/interface/compiled/index.html +1 -1
  32. khoj/interface/compiled/index.txt +2 -2
  33. khoj/interface/compiled/search/index.html +1 -1
  34. khoj/interface/compiled/search/index.txt +2 -2
  35. khoj/interface/compiled/settings/index.html +1 -1
  36. khoj/interface/compiled/settings/index.txt +2 -2
  37. khoj/interface/compiled/share/chat/index.html +1 -1
  38. khoj/interface/compiled/share/chat/index.txt +2 -2
  39. khoj/interface/email/task.html +31 -34
  40. khoj/interface/email/welcome.html +82 -53
  41. khoj/main.py +1 -1
  42. khoj/processor/content/images/image_to_entries.py +6 -4
  43. khoj/processor/conversation/utils.py +13 -8
  44. khoj/routers/api.py +1 -1
  45. khoj/routers/api_chat.py +14 -45
  46. khoj/routers/helpers.py +12 -7
  47. khoj/utils/cli.py +6 -0
  48. khoj/utils/constants.py +9 -2
  49. khoj/utils/initialization.py +158 -71
  50. {khoj-1.23.3.dev3.dist-info → khoj-1.23.4.dev2.dist-info}/METADATA +2 -2
  51. {khoj-1.23.3.dev3.dist-info → khoj-1.23.4.dev2.dist-info}/RECORD +57 -57
  52. khoj/database/migrations/0063_conversation_add_unique_id_field.py +0 -19
  53. khoj/database/migrations/0064_populate_unique_id.py +0 -20
  54. khoj/database/migrations/0065_add_unique_constraint_to_unique_id.py +0 -17
  55. khoj/interface/compiled/_next/static/chunks/1603-f206a1eab0bff9a1.js +0 -1
  56. khoj/interface/compiled/_next/static/chunks/8423-ce22327cf2d2edae.js +0 -1
  57. khoj/interface/compiled/_next/static/chunks/9178-3a0baad1c172d515.js +0 -1
  58. khoj/interface/compiled/_next/static/chunks/app/agents/page-59cff63fd13f8a1c.js +0 -1
  59. khoj/interface/compiled/_next/static/chunks/app/chat/page-ba06f9a798156030.js +0 -1
  60. khoj/interface/compiled/_next/static/chunks/app/page-8b6150a332c74ece.js +0 -1
  61. khoj/interface/compiled/_next/static/chunks/app/search/page-0798bb43c2e368bf.js +0 -1
  62. khoj/interface/compiled/_next/static/chunks/app/settings/page-f518555f8e2fd794.js +0 -1
  63. khoj/interface/compiled/_next/static/chunks/app/share/chat/page-2f29904467e1decc.js +0 -1
  64. khoj/interface/compiled/_next/static/css/3e49e5ee49c6bda1.css +0 -25
  65. khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css +0 -1
  66. khoj/interface/compiled/_next/static/css/b19b01c0935280a2.css +0 -1
  67. /khoj/interface/compiled/_next/static/{6NN0-wauayqAgwLMW6eev → 9hIDCDKKkWBBJbSJE76GP}/_buildManifest.js +0 -0
  68. /khoj/interface/compiled/_next/static/{6NN0-wauayqAgwLMW6eev → 9hIDCDKKkWBBJbSJE76GP}/_ssgManifest.js +0 -0
  69. /khoj/interface/compiled/_next/static/chunks/{7023-52c1be60135eb057.js → 7023-1074a582ec989284.js} +0 -0
  70. {khoj-1.23.3.dev3.dist-info → khoj-1.23.4.dev2.dist-info}/WHEEL +0 -0
  71. {khoj-1.23.3.dev3.dist-info → khoj-1.23.4.dev2.dist-info}/entry_points.txt +0 -0
  72. {khoj-1.23.3.dev3.dist-info → khoj-1.23.4.dev2.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.