khoj 1.20.4__py3-none-any.whl → 1.20.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 (61) hide show
  1. khoj/database/adapters/__init__.py +3 -15
  2. khoj/interface/compiled/404/index.html +1 -1
  3. khoj/interface/compiled/_next/static/chunks/9178-0f472d4d17b2ef53.js +1 -0
  4. khoj/interface/compiled/_next/static/chunks/app/agents/{page-989a824c640bc532.js → page-6ade083d5e27a023.js} +1 -1
  5. khoj/interface/compiled/_next/static/chunks/app/automations/page-353b67d89adf9e29.js +1 -0
  6. khoj/interface/compiled/_next/static/chunks/app/chat/{page-51ab7c4b766ff344.js → page-37ff98d93e65b5a4.js} +1 -1
  7. khoj/interface/compiled/_next/static/chunks/app/factchecker/{page-60be5e3295e2c0bc.js → page-6ca723a9ff0dfd70.js} +1 -1
  8. khoj/interface/compiled/_next/static/chunks/app/{page-851860583273ab5d.js → page-a7e6517e91dde51a.js} +1 -1
  9. khoj/interface/compiled/_next/static/chunks/app/search/{page-dcd385f03255ef36.js → page-fa15807b1ad7e30b.js} +1 -1
  10. khoj/interface/compiled/_next/static/chunks/app/settings/{page-e83f6fa32691ca64.js → page-b0fae6e054ca311e.js} +1 -1
  11. khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-699b364dc6fbf139.js → page-0ae8f5b868af65c1.js} +1 -1
  12. khoj/interface/compiled/_next/static/chunks/{webpack-462819dcfa6a1e2b.js → webpack-edd945a0298a9aac.js} +1 -1
  13. khoj/interface/compiled/_next/static/css/1de368beed21dfba.css +25 -0
  14. khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css +1 -0
  15. khoj/interface/compiled/_next/static/css/9369a9dea99c97e8.css +1 -0
  16. khoj/interface/compiled/agents/index.html +1 -1
  17. khoj/interface/compiled/agents/index.txt +3 -3
  18. khoj/interface/compiled/automations/index.html +1 -1
  19. khoj/interface/compiled/automations/index.txt +3 -3
  20. khoj/interface/compiled/chat/index.html +1 -1
  21. khoj/interface/compiled/chat/index.txt +3 -3
  22. khoj/interface/compiled/factchecker/index.html +1 -1
  23. khoj/interface/compiled/factchecker/index.txt +3 -3
  24. khoj/interface/compiled/index.html +1 -1
  25. khoj/interface/compiled/index.txt +3 -3
  26. khoj/interface/compiled/search/index.html +1 -1
  27. khoj/interface/compiled/search/index.txt +3 -3
  28. khoj/interface/compiled/settings/index.html +1 -1
  29. khoj/interface/compiled/settings/index.txt +3 -3
  30. khoj/interface/compiled/share/chat/index.html +1 -1
  31. khoj/interface/compiled/share/chat/index.txt +3 -3
  32. khoj/interface/web/base_config.html +1 -1
  33. khoj/interface/web/khoj.webmanifest +51 -0
  34. khoj/interface/web/login.html +2 -2
  35. khoj/processor/conversation/openai/utils.py +0 -2
  36. khoj/routers/api.py +3 -18
  37. khoj/routers/email.py +1 -2
  38. khoj/routers/helpers.py +4 -21
  39. {khoj-1.20.4.dist-info → khoj-1.20.4.dev2.dist-info}/METADATA +1 -1
  40. {khoj-1.20.4.dist-info → khoj-1.20.4.dev2.dist-info}/RECORD +54 -55
  41. khoj/interface/compiled/_next/static/chunks/9178-ef3257c08d8973c8.js +0 -1
  42. khoj/interface/compiled/_next/static/chunks/app/automations/page-d7972645ccb80df1.js +0 -1
  43. khoj/interface/compiled/_next/static/css/01e8624859fbf298.css +0 -1
  44. khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css +0 -1
  45. khoj/interface/compiled/_next/static/css/9d5b867ec04494a6.css +0 -25
  46. khoj/interface/compiled/assets/icons/khoj_lantern_logomarktype_1200x630.png +0 -0
  47. khoj/interface/compiled/khoj.webmanifest +0 -51
  48. /khoj/interface/compiled/_next/static/{kMLqbsAYpE62oZ_qNrPeD → dOaZyI_wF8lNwR4y-XWZ-}/_buildManifest.js +0 -0
  49. /khoj/interface/compiled/_next/static/{kMLqbsAYpE62oZ_qNrPeD → dOaZyI_wF8lNwR4y-XWZ-}/_ssgManifest.js +0 -0
  50. /khoj/interface/compiled/{assets/icons/khoj_lantern.ico → favicon.ico} +0 -0
  51. /khoj/interface/{compiled/assets/icons/khoj_lantern_128x128.png → web/assets/icons/favicon-128x128.png} +0 -0
  52. /khoj/interface/{compiled/assets/icons/khoj_lantern_256x256.png → web/assets/icons/favicon-256x256.png} +0 -0
  53. /khoj/interface/{compiled → web}/assets/samples/desktop-browse-draw-sample.png +0 -0
  54. /khoj/interface/{compiled → web}/assets/samples/desktop-plain-chat-sample.png +0 -0
  55. /khoj/interface/{compiled → web}/assets/samples/desktop-remember-plan-sample.png +0 -0
  56. /khoj/interface/{compiled → web}/assets/samples/phone-browse-draw-sample.png +0 -0
  57. /khoj/interface/{compiled → web}/assets/samples/phone-plain-chat-sample.png +0 -0
  58. /khoj/interface/{compiled → web}/assets/samples/phone-remember-plan-sample.png +0 -0
  59. {khoj-1.20.4.dist-info → khoj-1.20.4.dev2.dist-info}/WHEEL +0 -0
  60. {khoj-1.20.4.dist-info → khoj-1.20.4.dev2.dist-info}/entry_points.txt +0 -0
  61. {khoj-1.20.4.dist-info → khoj-1.20.4.dev2.dist-info}/licenses/LICENSE +0 -0
@@ -1,51 +0,0 @@
1
- {
2
- "name": "Khoj",
3
- "short_name": "Khoj",
4
- "display": "standalone",
5
- "start_url": "/",
6
- "description": "The open, personal AI for your digital brain. You can ask Khoj to draft a message, paint your imagination, find information on the internet and even answer questions from your documents.",
7
- "theme_color": "#ffffff",
8
- "background_color": "#ffffff",
9
- "icons": [
10
- {
11
- "src": "/static/assets/icons/khoj_lantern_128x128.png",
12
- "sizes": "128x128",
13
- "type": "image/png"
14
- },
15
- {
16
- "src": "/static/assets/icons/khoj_lantern_256x256.png",
17
- "sizes": "256x256",
18
- "type": "image/png"
19
- }
20
- ],
21
- "screenshots": [
22
- {
23
- "src": "/static/assets/samples/phone-remember-plan-sample.png",
24
- "sizes": "419x900",
25
- "type": "image/png",
26
- "form_factor": "narrow",
27
- "label": "Remember and Plan"
28
- },
29
- {
30
- "src": "/static/assets/samples/phone-browse-draw-sample.png",
31
- "sizes": "419x900",
32
- "type": "image/png",
33
- "form_factor": "narrow",
34
- "label": "Browse and Draw"
35
- },
36
- {
37
- "src": "/static/assets/samples/desktop-remember-plan-sample.png",
38
- "sizes": "1260x742",
39
- "type": "image/png",
40
- "form_factor": "wide",
41
- "label": "Remember and Plan"
42
- },
43
- {
44
- "src": "/static/assets/samples/desktop-browse-draw-sample.png",
45
- "sizes": "1260x742",
46
- "type": "image/png",
47
- "form_factor": "wide",
48
- "label": "Browse and Draw"
49
- }
50
- ]
51
- }