khoj 2.0.0b7.dev1__py3-none-any.whl → 2.0.0b8.dev1__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 (62) hide show
  1. khoj/database/adapters/__init__.py +2 -1
  2. khoj/interface/compiled/404/index.html +2 -2
  3. khoj/interface/compiled/_next/static/chunks/{2327-ea623ca2d22f78e9.js → 2327-d863b0b21ecb23de.js} +1 -1
  4. khoj/interface/compiled/_next/static/chunks/{5639-09e2009a2adedf8b.js → 5639-0c4604668cb2d4c0.js} +1 -1
  5. khoj/interface/compiled/_next/static/chunks/app/agents/layout-e00fb81dca656a10.js +1 -0
  6. khoj/interface/compiled/_next/static/chunks/app/agents/{page-0006674668eb5a4d.js → page-5db6ad18da10d353.js} +1 -1
  7. khoj/interface/compiled/_next/static/chunks/app/automations/{page-4c465cde2d14cb52.js → page-6271e2e31c7571d1.js} +1 -1
  8. khoj/interface/compiled/_next/static/chunks/app/chat/layout-33934fc2d6ae6838.js +1 -0
  9. khoj/interface/compiled/_next/static/chunks/app/chat/page-b186e95387e23ed5.js +1 -0
  10. khoj/interface/compiled/_next/static/chunks/app/{page-6e91caf9bc0c8aba.js → page-a19a597629e87fb8.js} +1 -1
  11. khoj/interface/compiled/_next/static/chunks/app/search/layout-f5881c7ae3ba0795.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/app/search/{page-883b7d8d2e3abe3e.js → page-fa366ac14b228688.js} +1 -1
  13. khoj/interface/compiled/_next/static/chunks/app/settings/{page-95e994ddac31473f.js → page-8f9a85f96088c18b.js} +1 -1
  14. khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-abb6c5f4239ad7be.js +1 -0
  15. khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-8c8c175f7f212b03.js → page-ed7787cf4938b8e3.js} +1 -1
  16. khoj/interface/compiled/_next/static/chunks/{webpack-ad333982c1412e1c.js → webpack-c6e14fd89812b96f.js} +1 -1
  17. khoj/interface/compiled/_next/static/css/37a73b87f02df402.css +1 -0
  18. khoj/interface/compiled/_next/static/css/76c658ee459140a9.css +1 -0
  19. khoj/interface/compiled/_next/static/css/93eeacc43e261162.css +1 -0
  20. khoj/interface/compiled/_next/static/css/a0c2fd63bb396f04.css +1 -0
  21. khoj/interface/compiled/agents/index.html +2 -2
  22. khoj/interface/compiled/agents/index.txt +2 -2
  23. khoj/interface/compiled/automations/index.html +2 -2
  24. khoj/interface/compiled/automations/index.txt +3 -3
  25. khoj/interface/compiled/chat/index.html +2 -2
  26. khoj/interface/compiled/chat/index.txt +2 -2
  27. khoj/interface/compiled/index.html +2 -2
  28. khoj/interface/compiled/index.txt +2 -2
  29. khoj/interface/compiled/search/index.html +2 -2
  30. khoj/interface/compiled/search/index.txt +2 -2
  31. khoj/interface/compiled/settings/index.html +2 -2
  32. khoj/interface/compiled/settings/index.txt +4 -4
  33. khoj/interface/compiled/share/chat/index.html +2 -2
  34. khoj/interface/compiled/share/chat/index.txt +2 -2
  35. khoj/main.py +1 -0
  36. khoj/processor/conversation/anthropic/utils.py +5 -1
  37. khoj/processor/conversation/google/utils.py +2 -2
  38. khoj/processor/conversation/openai/utils.py +22 -9
  39. khoj/processor/conversation/utils.py +3 -2
  40. khoj/utils/initialization.py +2 -0
  41. {khoj-2.0.0b7.dev1.dist-info → khoj-2.0.0b8.dev1.dist-info}/METADATA +1 -1
  42. {khoj-2.0.0b7.dev1.dist-info → khoj-2.0.0b8.dev1.dist-info}/RECORD +53 -53
  43. khoj/interface/compiled/_next/static/chunks/app/agents/layout-e3d72f0edda6aa0c.js +0 -1
  44. khoj/interface/compiled/_next/static/chunks/app/chat/layout-01fa675d4d56157c.js +0 -1
  45. khoj/interface/compiled/_next/static/chunks/app/chat/page-d9c7aa9d3969c0e9.js +0 -1
  46. khoj/interface/compiled/_next/static/chunks/app/search/layout-52594c685679f537.js +0 -1
  47. khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-64a53f8ec4afa6b3.js +0 -1
  48. khoj/interface/compiled/_next/static/css/6ab9f0a425580544.css +0 -1
  49. khoj/interface/compiled/_next/static/css/ee66643a6a5bf71c.css +0 -1
  50. khoj/interface/compiled/_next/static/css/fbacbdfd5e7f3f0e.css +0 -1
  51. khoj/interface/compiled/_next/static/css/fc82e43baa9ae218.css +0 -1
  52. /khoj/interface/compiled/_next/static/{kv2VFg4VPqhfhPbW7POfA → ZHB1va0KhWIu8Zs8-kbgt}/_buildManifest.js +0 -0
  53. /khoj/interface/compiled/_next/static/{kv2VFg4VPqhfhPbW7POfA → ZHB1va0KhWIu8Zs8-kbgt}/_ssgManifest.js +0 -0
  54. /khoj/interface/compiled/_next/static/chunks/{1327-3b1a41af530fa8ee.js → 1327-1a9107b9a2a04a98.js} +0 -0
  55. /khoj/interface/compiled/_next/static/chunks/{1915-fbfe167c84ad60c5.js → 1915-5c6508f6ebb62a30.js} +0 -0
  56. /khoj/interface/compiled/_next/static/chunks/{2117-e78b6902ad6f75ec.js → 2117-080746c8e170c81a.js} +0 -0
  57. /khoj/interface/compiled/_next/static/chunks/{2939-4d4084c5b888b960.js → 2939-4af3fd24b8ffc9ad.js} +0 -0
  58. /khoj/interface/compiled/_next/static/chunks/{4447-d6cf93724d57e34b.js → 4447-cd95608f8e93e711.js} +0 -0
  59. /khoj/interface/compiled/_next/static/chunks/{8667-4b7790573b08c50d.js → 8667-50b03a89e82e0ba7.js} +0 -0
  60. {khoj-2.0.0b7.dev1.dist-info → khoj-2.0.0b8.dev1.dist-info}/WHEEL +0 -0
  61. {khoj-2.0.0b7.dev1.dist-info → khoj-2.0.0b8.dev1.dist-info}/entry_points.txt +0 -0
  62. {khoj-2.0.0b7.dev1.dist-info → khoj-2.0.0b8.dev1.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.