khoj 1.20.4.dev8__py3-none-any.whl → 1.20.5.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 (50) hide show
  1. khoj/configure.py +1 -0
  2. khoj/database/adapters/__init__.py +15 -8
  3. khoj/database/admin.py +11 -1
  4. khoj/database/migrations/0056_searchmodelconfig_cross_encoder_model_config.py +17 -0
  5. khoj/database/models/__init__.py +2 -0
  6. khoj/interface/compiled/404/index.html +1 -1
  7. khoj/interface/compiled/_next/static/chunks/app/automations/page-559111e9b97f158d.js +1 -0
  8. khoj/interface/compiled/_next/static/chunks/{webpack-ace3bded0dbc790e.js → webpack-072d1cbdec7e1782.js} +1 -1
  9. khoj/interface/compiled/_next/static/css/9d5b867ec04494a6.css +25 -0
  10. khoj/interface/compiled/agents/index.html +1 -1
  11. khoj/interface/compiled/agents/index.txt +2 -2
  12. khoj/interface/compiled/automations/index.html +1 -1
  13. khoj/interface/compiled/automations/index.txt +2 -2
  14. khoj/interface/compiled/chat/index.html +1 -1
  15. khoj/interface/compiled/chat/index.txt +2 -2
  16. khoj/interface/compiled/factchecker/index.html +1 -1
  17. khoj/interface/compiled/factchecker/index.txt +2 -2
  18. khoj/interface/compiled/index.html +1 -1
  19. khoj/interface/compiled/index.txt +2 -2
  20. khoj/interface/compiled/search/index.html +1 -1
  21. khoj/interface/compiled/search/index.txt +2 -2
  22. khoj/interface/compiled/settings/index.html +1 -1
  23. khoj/interface/compiled/settings/index.txt +1 -1
  24. khoj/interface/compiled/share/chat/index.html +1 -1
  25. khoj/interface/compiled/share/chat/index.txt +2 -2
  26. khoj/processor/conversation/anthropic/anthropic_chat.py +6 -2
  27. khoj/processor/conversation/offline/chat_model.py +15 -3
  28. khoj/processor/conversation/openai/gpt.py +6 -3
  29. khoj/processor/conversation/openai/utils.py +3 -1
  30. khoj/processor/conversation/prompts.py +20 -0
  31. khoj/processor/embeddings.py +3 -1
  32. khoj/processor/tools/online_search.py +9 -3
  33. khoj/routers/api.py +3 -1
  34. khoj/routers/api_chat.py +2 -2
  35. khoj/routers/helpers.py +10 -2
  36. khoj/search_filter/file_filter.py +5 -2
  37. {khoj-1.20.4.dev8.dist-info → khoj-1.20.5.dev15.dist-info}/METADATA +1 -1
  38. {khoj-1.20.4.dev8.dist-info → khoj-1.20.5.dev15.dist-info}/RECORD +48 -47
  39. khoj/interface/compiled/_next/static/chunks/app/automations/page-353b67d89adf9e29.js +0 -1
  40. khoj/interface/compiled/_next/static/css/a271b936f2650562.css +0 -25
  41. /khoj/interface/compiled/_next/static/{ODdN-kjtaBbdkH0MkvaLs → K0mF1QxJRVM2LVZZQ_Edc}/_buildManifest.js +0 -0
  42. /khoj/interface/compiled/_next/static/{ODdN-kjtaBbdkH0MkvaLs → K0mF1QxJRVM2LVZZQ_Edc}/_ssgManifest.js +0 -0
  43. /khoj/interface/compiled/_next/static/chunks/{8423-132ea64eac83fd43.js → 8423-898d821eaab634af.js} +0 -0
  44. /khoj/interface/compiled/_next/static/chunks/{9178-5a1fa2b9023249af.js → 9178-ef3257c08d8973c8.js} +0 -0
  45. /khoj/interface/compiled/_next/static/chunks/{9417-2e54c6fd056982d8.js → 9417-5d14ac74aaab2c66.js} +0 -0
  46. /khoj/interface/compiled/_next/static/chunks/app/agents/{page-3c01900e7b5c7e50.js → page-6ade083d5e27a023.js} +0 -0
  47. /khoj/interface/compiled/_next/static/chunks/app/{page-d403fc59c9c3f8cc.js → page-a7e6517e91dde51a.js} +0 -0
  48. {khoj-1.20.4.dev8.dist-info → khoj-1.20.5.dev15.dist-info}/WHEEL +0 -0
  49. {khoj-1.20.4.dev8.dist-info → khoj-1.20.5.dev15.dist-info}/entry_points.txt +0 -0
  50. {khoj-1.20.4.dev8.dist-info → khoj-1.20.5.dev15.dist-info}/licenses/LICENSE +0 -0