khoj 1.21.6.dev14__py3-none-any.whl → 1.21.7.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 (70) hide show
  1. khoj/database/adapters/__init__.py +12 -0
  2. khoj/database/migrations/0056_chatmodeloptions_vision_enabled.py +17 -0
  3. khoj/database/migrations/0057_merge_20240816_1409.py +13 -0
  4. khoj/database/migrations/0060_merge_20240905_1828.py +14 -0
  5. khoj/database/models/__init__.py +1 -0
  6. khoj/interface/compiled/404/index.html +1 -1
  7. khoj/interface/compiled/_next/static/chunks/{3062-a42d847c919a9ea4.js → 3062-9be9a4e34f82ed3a.js} +1 -1
  8. khoj/interface/compiled/_next/static/chunks/3678-0732dd9d2f472171.js +25 -0
  9. khoj/interface/compiled/_next/static/chunks/8423-ee6746f47901db2f.js +1 -0
  10. khoj/interface/compiled/_next/static/chunks/9001-3b27af6d5f21df44.js +21 -0
  11. khoj/interface/compiled/_next/static/chunks/9162-0be016519a18568b.js +11 -0
  12. khoj/interface/compiled/_next/static/chunks/{9178-d23cb0dbee40a775.js → 9178-3a0baad1c172d515.js} +1 -1
  13. khoj/interface/compiled/_next/static/chunks/{9693-91b03052c5cabded.js → 9984-e410179c6fac7cf1.js} +1 -1
  14. khoj/interface/compiled/_next/static/chunks/app/agents/{page-3c01900e7b5c7e50.js → page-462502107217be82.js} +1 -1
  15. khoj/interface/compiled/_next/static/chunks/app/automations/{page-6ea3381528603372.js → page-e30a75db8719f439.js} +1 -1
  16. khoj/interface/compiled/_next/static/chunks/app/chat/page-ed970e05064ff12c.js +1 -0
  17. khoj/interface/compiled/_next/static/chunks/app/factchecker/page-693fe53982bf33e1.js +1 -0
  18. khoj/interface/compiled/_next/static/chunks/app/page-c26f689e39b400ba.js +1 -0
  19. khoj/interface/compiled/_next/static/chunks/app/search/{page-fa15807b1ad7e30b.js → page-0798bb43c2e368bf.js} +1 -1
  20. khoj/interface/compiled/_next/static/chunks/app/settings/{page-1a2acc46cdabaf4a.js → page-f518555f8e2fd794.js} +1 -1
  21. khoj/interface/compiled/_next/static/chunks/app/share/chat/page-ad9d2e9787eed215.js +1 -0
  22. khoj/interface/compiled/_next/static/chunks/{webpack-0f6d4805ea01afda.js → webpack-95ea8d2b149d6bad.js} +1 -1
  23. khoj/interface/compiled/_next/static/css/2a860030cf7c384b.css +1 -0
  24. khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css +1 -0
  25. khoj/interface/compiled/_next/static/css/5a400c87d295e68a.css +1 -0
  26. khoj/interface/compiled/_next/static/css/76db8c247950117c.css +25 -0
  27. khoj/interface/compiled/_next/static/css/c808691c459e3887.css +1 -0
  28. khoj/interface/compiled/agents/index.html +1 -1
  29. khoj/interface/compiled/agents/index.txt +2 -2
  30. khoj/interface/compiled/automations/index.html +1 -1
  31. khoj/interface/compiled/automations/index.txt +3 -3
  32. khoj/interface/compiled/chat/index.html +1 -1
  33. khoj/interface/compiled/chat/index.txt +2 -2
  34. khoj/interface/compiled/factchecker/index.html +1 -1
  35. khoj/interface/compiled/factchecker/index.txt +2 -2
  36. khoj/interface/compiled/index.html +1 -1
  37. khoj/interface/compiled/index.txt +2 -2
  38. khoj/interface/compiled/search/index.html +1 -1
  39. khoj/interface/compiled/search/index.txt +2 -2
  40. khoj/interface/compiled/settings/index.html +1 -1
  41. khoj/interface/compiled/settings/index.txt +3 -3
  42. khoj/interface/compiled/share/chat/index.html +1 -1
  43. khoj/interface/compiled/share/chat/index.txt +2 -2
  44. khoj/processor/conversation/openai/gpt.py +4 -0
  45. khoj/processor/conversation/utils.py +31 -13
  46. khoj/processor/tools/online_search.py +6 -2
  47. khoj/routers/api_chat.py +41 -8
  48. khoj/routers/helpers.py +73 -21
  49. khoj/routers/storage.py +28 -0
  50. khoj/utils/helpers.py +15 -0
  51. {khoj-1.21.6.dev14.dist-info → khoj-1.21.7.dev1.dist-info}/METADATA +1 -1
  52. {khoj-1.21.6.dev14.dist-info → khoj-1.21.7.dev1.dist-info}/RECORD +57 -54
  53. khoj/interface/compiled/_next/static/chunks/3678-8c0e55c3b5d83a22.js +0 -25
  54. khoj/interface/compiled/_next/static/chunks/8423-132ea64eac83fd43.js +0 -1
  55. khoj/interface/compiled/_next/static/chunks/9001-acbca3e19b1a5ddf.js +0 -21
  56. khoj/interface/compiled/_next/static/chunks/9162-4a6d0d0dc5e27618.js +0 -11
  57. khoj/interface/compiled/_next/static/chunks/app/chat/page-c2ebc47a09abc8ae.js +0 -1
  58. khoj/interface/compiled/_next/static/chunks/app/factchecker/page-6ca723a9ff0dfd70.js +0 -1
  59. khoj/interface/compiled/_next/static/chunks/app/page-d403fc59c9c3f8cc.js +0 -1
  60. khoj/interface/compiled/_next/static/chunks/app/share/chat/page-0ae8f5b868af65c1.js +0 -1
  61. khoj/interface/compiled/_next/static/css/2bfe35fbe2c97a56.css +0 -1
  62. khoj/interface/compiled/_next/static/css/9d5b867ec04494a6.css +0 -25
  63. khoj/interface/compiled/_next/static/css/a22d83f18a32957e.css +0 -1
  64. khoj/interface/compiled/_next/static/css/a3530ec58b0b660f.css +0 -1
  65. khoj/interface/compiled/_next/static/css/b81e909d403fb2df.css +0 -1
  66. /khoj/interface/compiled/_next/static/{OHjya9xQJWrEMTXUfPYon → ZZXQatJ9SszXKA3rhPWXF}/_buildManifest.js +0 -0
  67. /khoj/interface/compiled/_next/static/{OHjya9xQJWrEMTXUfPYon → ZZXQatJ9SszXKA3rhPWXF}/_ssgManifest.js +0 -0
  68. {khoj-1.21.6.dev14.dist-info → khoj-1.21.7.dev1.dist-info}/WHEEL +0 -0
  69. {khoj-1.21.6.dev14.dist-info → khoj-1.21.7.dev1.dist-info}/entry_points.txt +0 -0
  70. {khoj-1.21.6.dev14.dist-info → khoj-1.21.7.dev1.dist-info}/licenses/LICENSE +0 -0
@@ -11,7 +11,7 @@ khoj/database/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  khoj/database/admin.py,sha256=bYF13peHgHpugd9bkEwYzO1r-r5l9JIDjCQbdmK3tT8,9166
12
12
  khoj/database/apps.py,sha256=pM4tkX5Odw4YW_hLLKK8Nd5kqGddf1en0oMCea44RZw,153
13
13
  khoj/database/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
14
- khoj/database/adapters/__init__.py,sha256=5YiLeZEJh0pyVBxLadu3eyFHgjlOCa0Qw_bMgTrC4wA,52911
14
+ khoj/database/adapters/__init__.py,sha256=s4viegyFFbyTNh6RqKTbtJ27mUP-9dNwWzjYr-s5leM,53301
15
15
  khoj/database/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  khoj/database/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  khoj/database/management/commands/change_generated_images_url.py,sha256=w52FwRlyOL4YRpp9O6jJUjSIuGLxVhaS2w1D7gtQgOE,2644
@@ -80,80 +80,83 @@ khoj/database/migrations/0052_alter_searchmodelconfig_bi_encoder_docs_encode_con
80
80
  khoj/database/migrations/0053_agent_style_color_agent_style_icon.py,sha256=j30FqSaRJYiDXlFdip7Nslw3OZZWkymQbcV4yie1hbk,2054
81
81
  khoj/database/migrations/0054_alter_agent_style_color.py,sha256=f6RnyvEMR0-Y4R2CtNWfVYHxI_y_nADnD-7o_FoISb4,1151
82
82
  khoj/database/migrations/0055_alter_agent_style_icon.py,sha256=0lkxmyDmOW_3CsnLl8iEsCI6qHi2YS9wfdFfDMNbZ4k,1218
83
+ khoj/database/migrations/0056_chatmodeloptions_vision_enabled.py,sha256=ht2z1TcDe5ryKltWlxU9JcaKFYaWBkK3hGxWbPMySSE,409
83
84
  khoj/database/migrations/0056_searchmodelconfig_cross_encoder_model_config.py,sha256=RuR5lyAp6T_bRg2gxhOGS4dfXOWBBEQ3bAvKf4ru5Gw,430
85
+ khoj/database/migrations/0057_merge_20240816_1409.py,sha256=EMGTxrK8hvwj4DkWmB0p_K_gaUMfxYxYGnnWIPgHwno,376
84
86
  khoj/database/migrations/0057_remove_serverchatsettings_default_model_and_more.py,sha256=q00paabxofoeWe3FXVLE901KwEn9Q3bRMW2TtAbmtUE,1608
85
87
  khoj/database/migrations/0058_alter_chatmodeloptions_chat_model.py,sha256=03Tk3A1b0z5zhJgwSo9YX0fYhsNSDek9ro5Hpv1WulA,484
86
88
  khoj/database/migrations/0059_searchmodelconfig_bi_encoder_confidence_threshold.py,sha256=6Y5xt0XPiHKy9L9ve6C7xHVTITmnTmYf_IWmd4VXJ-0,435
89
+ khoj/database/migrations/0060_merge_20240905_1828.py,sha256=N6_R-kB3vzV8by1CreOBGTIzsXPrSWRCGPElsivv368,337
87
90
  khoj/database/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
- khoj/database/models/__init__.py,sha256=R-6Xw2zPBQsWAHvKICK-dQzSihSA5_3-q6qdiRSNRUo,19249
91
+ khoj/database/models/__init__.py,sha256=a2nSI_buOmsC8ZJP11VFKhNtuMe78U5RhdfpCc2aI0I,19305
89
92
  khoj/interface/compiled/agents.svg,sha256=yFCRwIM-Qawa0C5ggAo3ekb-Q1ElmotBOKIGhtfIQqM,1722
90
93
  khoj/interface/compiled/automation.svg,sha256=o7L2XYwJWRSMvl8h6TBv6Pt28RTRVMHqF04EPY0AFj0,1467
91
94
  khoj/interface/compiled/chat.svg,sha256=l2JoYRRgk201adTTdvJ-buKUrc0WGfsudix5xEvtM3A,2424
92
95
  khoj/interface/compiled/close.svg,sha256=hQ2iFLkNzHk0_iyTrSbwnWAeXYlgA-c2Eof2Iqh76n4,417
93
96
  khoj/interface/compiled/copy-button-success.svg,sha256=byqWAYD3Pn9IOXRjOKudJ-TJbP2UESbQGvtLWazNGjY,829
94
97
  khoj/interface/compiled/copy-button.svg,sha256=05bKM2eRxksfBlAPT7yMaoNJEk85bZCxQg67EVrPeHo,669
95
- khoj/interface/compiled/index.html,sha256=nryIWSRdXCFxVSquOSOFZHzkG9ozZt8y6GxdZvfVo8o,11912
96
- khoj/interface/compiled/index.txt,sha256=dyj7gydHAXjbd1v1mMIylu3XQphakxI1Ke8Oj-LoUJA,5515
98
+ khoj/interface/compiled/index.html,sha256=nDBnoH8CeKxWtkDxmxiHkMIlv7JaPtux0OKnT3tsDCk,11936
99
+ khoj/interface/compiled/index.txt,sha256=CsZSB5-4ZcN2OTL6jIfwhwrYIz-E8WE8-t5xc_uzR6o,5527
97
100
  khoj/interface/compiled/khoj.webmanifest,sha256=lsknYkvEdMbRTOUYKXPM_8krN2gamJmM4u3qj8u9lrU,1682
98
101
  khoj/interface/compiled/logo.svg,sha256=_QCKVYM4WT2Qhcf7aVFImjq_s5CwjynGXYAOgI7yf8w,8059
99
102
  khoj/interface/compiled/send.svg,sha256=VdavOWkVddcwcGcld6pdfmwfz7S91M-9O28cfeiKJkM,635
100
103
  khoj/interface/compiled/share.svg,sha256=91lwo75PvMDrgocuZQab6EQ62CxRbubh9Bhw7CWMKbg,1221
101
104
  khoj/interface/compiled/thumbs-down.svg,sha256=JGNl-DwoRmH2XFMPWwFFklmoYtKxaQbkLE3nuYKe8ZY,1019
102
105
  khoj/interface/compiled/thumbs-up.svg,sha256=yS1wxTRtiztkN-6nZciLoYQUB_KTYNPV8xFRwH2TQFw,1036
103
- khoj/interface/compiled/404/index.html,sha256=XrUEa0QmzltDx4bJvk10RLa5ewFQSHjegEe6seTuVis,11947
104
- khoj/interface/compiled/_next/static/OHjya9xQJWrEMTXUfPYon/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
105
- khoj/interface/compiled/_next/static/OHjya9xQJWrEMTXUfPYon/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
106
+ khoj/interface/compiled/404/index.html,sha256=xx_qZK83eKc9PbMVEcio621Y-rtwBi3Kdzl33CjtAao,11971
107
+ khoj/interface/compiled/_next/static/ZZXQatJ9SszXKA3rhPWXF/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
108
+ khoj/interface/compiled/_next/static/ZZXQatJ9SszXKA3rhPWXF/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
106
109
  khoj/interface/compiled/_next/static/chunks/1603-fb2d80ae73990df3.js,sha256=CCbOXifiixbhMf7lgTG96225tP1Pou72Wb0Zh6KC1Rs,71007
107
110
  khoj/interface/compiled/_next/static/chunks/2614-7cf01576d4457a75.js,sha256=aUjhjyxNPrZr4bLKzGkGgHH8K4J6g9dfiRjabnmvSDc,1104737
108
- khoj/interface/compiled/_next/static/chunks/3062-a42d847c919a9ea4.js,sha256=9UDsx_sY4b4x6jjR_A0AymC9rjBCoCcEpGR4U-0Ej3g,256170
109
- khoj/interface/compiled/_next/static/chunks/3678-8c0e55c3b5d83a22.js,sha256=Bba30Qdfht1mmuzAosD25wPu4YDTLpE7X9mlO0QkVIQ,242406
111
+ khoj/interface/compiled/_next/static/chunks/3062-9be9a4e34f82ed3a.js,sha256=-CDtDYpliJ2q_0ADcmVkW6rG8KREiU9QY8uDULIgAmA,256214
112
+ khoj/interface/compiled/_next/static/chunks/3678-0732dd9d2f472171.js,sha256=v6TFD7dor0r5aoeg10fdsNxdHXJty-vyWSIV6A4DYik,244423
110
113
  khoj/interface/compiled/_next/static/chunks/4504-1629487c8bc82203.js,sha256=z6NvJ2KOjYPbMNsYQKyX9PV4DeURUoP6LKoNb4kZXg0,11637
111
114
  khoj/interface/compiled/_next/static/chunks/6297-d1c842ed3f714ab0.js,sha256=4nzZ2umR-q6wQ-8L4RSivWXKV_SE1dWoN9qA1I9lCRI,25675
112
115
  khoj/interface/compiled/_next/static/chunks/6648-ff677e51f1b2bcf1.js,sha256=9bJlfw5DGuIDr3flk0fz0dmyu5GdBLyxq-BuXk7-Wws,13549
113
116
  khoj/interface/compiled/_next/static/chunks/7023-52c1be60135eb057.js,sha256=CI8R2DdZNEt3nACmiXUG1NnKhnal1ImzXglW-xDuxcI,123657
114
117
  khoj/interface/compiled/_next/static/chunks/7071-b4711cecca6619a8.js,sha256=z-KSur3LbIFPg_90wN0EMhV0et9cJVfG_MR9POVmdCQ,7801
115
118
  khoj/interface/compiled/_next/static/chunks/743-1a64254447cda71f.js,sha256=YH4bEkjmttcOGzAzXKaDCJ-C68jk2qy1cQJP2ljjoAA,100834
116
- khoj/interface/compiled/_next/static/chunks/8423-132ea64eac83fd43.js,sha256=W8aFQibnAqcbhPYoD_WzHKoMwaWt3jXdan7n_LoY4t4,10327
117
- khoj/interface/compiled/_next/static/chunks/9001-acbca3e19b1a5ddf.js,sha256=M2hBSe8WTnjEmUlOiOgt_zDJtv3sc4ghnubhkZyMvVA,35460
118
- khoj/interface/compiled/_next/static/chunks/9162-4a6d0d0dc5e27618.js,sha256=2csnvP4rJcL4oZlBAEkzeSxBJy4gwYxzAnqzeWbe9fw,149225
119
- khoj/interface/compiled/_next/static/chunks/9178-d23cb0dbee40a775.js,sha256=5UouBBe0v0s_oMJeLve5OTRk9J0TJFfz8IQrk6hedAw,17603
119
+ khoj/interface/compiled/_next/static/chunks/8423-ee6746f47901db2f.js,sha256=5HQDMpBM_sVAtsGnz8gSWQJFJj7bn5nwPFxBER5ZIxY,11334
120
+ khoj/interface/compiled/_next/static/chunks/9001-3b27af6d5f21df44.js,sha256=Flth4g5eWRwc5YXKFgtTxW0dr13NMy7Bf3iw7bj38J0,34911
121
+ khoj/interface/compiled/_next/static/chunks/9162-0be016519a18568b.js,sha256=3MT-VTsB7Q-ATTO5X6Eu2-QNZfrZNaAr-R41iRsn3RY,149610
122
+ khoj/interface/compiled/_next/static/chunks/9178-3a0baad1c172d515.js,sha256=kDBTe9uINH3f7CDYoKN1rO-YRVon_pczC0Bgz3M0JJ8,17678
120
123
  khoj/interface/compiled/_next/static/chunks/9417-2e54c6fd056982d8.js,sha256=FZ8xOLMdzrlVmwtcyuQSy8bBwd8_UZ1hH3FlL4DwXpA,17252
121
- khoj/interface/compiled/_next/static/chunks/9693-91b03052c5cabded.js,sha256=htVs3WyaR5jF7tXL_VBwqtPcQ53T3s9jWRazqz7DU-c,28957
124
+ khoj/interface/compiled/_next/static/chunks/9984-e410179c6fac7cf1.js,sha256=FECyLY1WnBRP9TpLhPHxxmf4nSWwEKX4SLnb3W9UqT8,31305
122
125
  khoj/interface/compiled/_next/static/chunks/d3ac728e-a9e3522eef9b6b28.js,sha256=wK1TsLdl56xtbQG6HMRDpylzTOYXQaAnnn2xobFnX40,267216
123
126
  khoj/interface/compiled/_next/static/chunks/fd9d1056-2b978342deb60015.js,sha256=2lquiZSfbI-gX4j4TW4JSMLL_D5ShqwydgWpFyXrTy8,172834
124
127
  khoj/interface/compiled/_next/static/chunks/framework-8e0e0f4a6b83a956.js,sha256=_QbamfAbTV4_xMVOTjz0rhiAPAi8ET5MuSNjjW5oMng,140965
125
128
  khoj/interface/compiled/_next/static/chunks/main-175c164f5e0f026c.js,sha256=hlUnjERudON4V4kUKprrFz1e9JRtSp4A9i7vnM-1bzA,110324
126
129
  khoj/interface/compiled/_next/static/chunks/main-app-6d6ee3495efe03d4.js,sha256=i52E7sWOcSq1G8eYZL3mtTxbUbwRNxcAbSWQ6uWpMsY,475
127
130
  khoj/interface/compiled/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js,sha256=6QPOwdWeAVe8x-SsiDrm-Ga6u2DkqgG5SFqglrlyIgA,91381
128
- khoj/interface/compiled/_next/static/chunks/webpack-0f6d4805ea01afda.js,sha256=DLxaUKTVEOOzW0l8ZpPXgmo8p0PdR8ZJZvH2GJytCcs,3724
131
+ khoj/interface/compiled/_next/static/chunks/webpack-95ea8d2b149d6bad.js,sha256=88IfHCxNokwbDVr85FTtgdL1w03ni-bs4L9UB81jV94,3725
129
132
  khoj/interface/compiled/_next/static/chunks/app/layout-f3e40d346da53112.js,sha256=nekGSUVbvB81OfqGgJa2UoDmbxPhNwFwtc4o11O_1jI,442
130
- khoj/interface/compiled/_next/static/chunks/app/page-d403fc59c9c3f8cc.js,sha256=YUwVwaYzboELj6m928tR0hn5SL8BiUiVCFe1c0k-h-k,28602
133
+ khoj/interface/compiled/_next/static/chunks/app/page-c26f689e39b400ba.js,sha256=uzCJ-qdklyOO7lIWEr4zYcJExS8bf7wEWtq1-AqNUlo,28700
131
134
  khoj/interface/compiled/_next/static/chunks/app/_not-found/page-07ff4ab42b07845e.js,sha256=3mCUnxfMxyK44eqk21TVBrC6u--WSbvx31fTmQuOvMQ,1755
132
135
  khoj/interface/compiled/_next/static/chunks/app/agents/layout-e71c8e913cccf792.js,sha256=VyIMrkvntFObMzXF-elNtngJ8mBdjg8XrOGfboJ2f_4,372
133
- khoj/interface/compiled/_next/static/chunks/app/agents/page-3c01900e7b5c7e50.js,sha256=8tp_0cKBkscDxbQcd5hwQPOI7sZHZeHy0S4zEiVFkl8,18092
136
+ khoj/interface/compiled/_next/static/chunks/app/agents/page-462502107217be82.js,sha256=wAcrXsSkX9mMP0SPspHWLOBr0QW1XAl0w2PHXdRaaKc,18092
134
137
  khoj/interface/compiled/_next/static/chunks/app/automations/layout-27c28e923c9b1ff0.js,sha256=d2vJ_lVB0pfeFXNUPzHAe1ca5NzdNowHPh___SPqugM,5143
135
- khoj/interface/compiled/_next/static/chunks/app/automations/page-6ea3381528603372.js,sha256=k3i98nr6E_PNFbysxyybVnX3HPQeO9lYCLGJLLDoQzA,34467
138
+ khoj/interface/compiled/_next/static/chunks/app/automations/page-e30a75db8719f439.js,sha256=p1xSxJg0B5wepzyiDzz3bvNDR_h8fVwgQjsaAEIe0fI,34472
136
139
  khoj/interface/compiled/_next/static/chunks/app/chat/layout-8102549127db3067.js,sha256=YIoA3fqOBt8nKWw5iQAwA_avg2t1Q5Afn65IA5PBOz4,374
137
- khoj/interface/compiled/_next/static/chunks/app/chat/page-c2ebc47a09abc8ae.js,sha256=0F6OpWjZzEvwrpYZEg9bx0SzmafZm2A1Vwrhum9pIVI,10335
140
+ khoj/interface/compiled/_next/static/chunks/app/chat/page-ed970e05064ff12c.js,sha256=RS3lGw8KFZaQXpJS9Cvcu4_CPyG6bBICxCka4ge6Dbc,10826
138
141
  khoj/interface/compiled/_next/static/chunks/app/factchecker/layout-7b30c541c05fb904.js,sha256=yub2AuBKHKSCqrHRFnkZv9JXLmLJLOB99iiaD3DtZQM,170
139
- khoj/interface/compiled/_next/static/chunks/app/factchecker/page-6ca723a9ff0dfd70.js,sha256=haLJ9WVP9f8IEdmUiFaoVEV6nax1d2pKHArqzQxTecw,13988
142
+ khoj/interface/compiled/_next/static/chunks/app/factchecker/page-693fe53982bf33e1.js,sha256=IcSwlhTyGR7IjZTTdxjoD3N4nPhzQoC1wpG6zjWSltk,14004
140
143
  khoj/interface/compiled/_next/static/chunks/app/search/layout-3720f1362310bebb.js,sha256=Smpa4MQaw5ItashtspsDKsOvRa6sOXH_lv4jIfWIbNI,170
141
- khoj/interface/compiled/_next/static/chunks/app/search/page-fa15807b1ad7e30b.js,sha256=st3BmeRoT8a_lJrTrUhOTVUuaZQJjC60_lE_GmreLeQ,6954
144
+ khoj/interface/compiled/_next/static/chunks/app/search/page-0798bb43c2e368bf.js,sha256=YJHZcB9S-WKkQ0ewW7xTpsQJC7Vv4C1En3_9saNBvXQ,6954
142
145
  khoj/interface/compiled/_next/static/chunks/app/settings/layout-6f9314b0d7a26046.js,sha256=ikl3vCXnp81sa24uPSuRbgvgDtpHGWfhxEs4OAOYXIM,5347
143
- khoj/interface/compiled/_next/static/chunks/app/settings/page-1a2acc46cdabaf4a.js,sha256=UlzlVKjA8EnaxxT5XzKSJN3lJCF8Psa671mQ6LWapDE,31895
146
+ khoj/interface/compiled/_next/static/chunks/app/settings/page-f518555f8e2fd794.js,sha256=G9_C9EuxpJo7-blPJlml6nUpjdEiiAq5K_gkFzkljeE,31895
144
147
  khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-39f03f9e32399f0f.js,sha256=ClS8wrj6HOsRL4VX8DMiqX_MlQDsi_3CA-AQt4m7vuA,373
145
- khoj/interface/compiled/_next/static/chunks/app/share/chat/page-0ae8f5b868af65c1.js,sha256=jBRWhFfU0GMqlh1MKHZiyG_sv__d6eO8-WuNnwCKm5M,10147
148
+ khoj/interface/compiled/_next/static/chunks/app/share/chat/page-ad9d2e9787eed215.js,sha256=zQ1lpEdo4gxqRu3HNys3Ns5DKJiFVrn_ZUlHJ0HLdoM,10425
146
149
  khoj/interface/compiled/_next/static/chunks/pages/_app-f870474a17b7f2fd.js,sha256=eqdFPAN_XFyMUzZ9qwFk-_rhMWZrU7lgNVt1foVUANo,286
147
150
  khoj/interface/compiled/_next/static/chunks/pages/_error-c66a4e8afc46f17b.js,sha256=vjERjtMAbVk-19LyPf1Jc-H6TMcrSznSz6brzNqbqf8,253
148
151
  khoj/interface/compiled/_next/static/css/1538cedb321e3a97.css,sha256=-qLZhPN-wA3kcrVODVTaG1sN0pmuzRCqNH12gs5_qYc,2569
149
152
  khoj/interface/compiled/_next/static/css/2272c73fc7a3b571.css,sha256=1fHKFd8zLOHosAHx-kxv4b9lVSqHag_E71WkV3dXx2Y,26940
150
- khoj/interface/compiled/_next/static/css/2bfe35fbe2c97a56.css,sha256=ll38Skm4kA29LtqLUkDtUMT-6ua0ihpXJUJZh-HppCI,7371
153
+ khoj/interface/compiled/_next/static/css/2a860030cf7c384b.css,sha256=ftTZ9Cc7XReWjTRuEN6qnUfIiQX06nzdALGImIAMUiU,8462
154
+ khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css,sha256=3CjTMmtMrm_MYt1ywtUh2MHEjSLSl356SQLl4hdBuYw,534
151
155
  khoj/interface/compiled/_next/static/css/553f9cdcc7a2bcd6.css,sha256=JpjOOwmqP9Hba-w_8Lx9jWW0ZD0kD3wR0HvdPGDyUPo,2134
152
156
  khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css,sha256=BSqRkeb9vBh0phx5GkAlZirTFZintbyggGaUkuOBfaU,914
153
- khoj/interface/compiled/_next/static/css/9d5b867ec04494a6.css,sha256=X2BihvGWIRM1KI7iFgwUf6QAQh-_M_gBbcR-ZS66nEs,1880998
154
- khoj/interface/compiled/_next/static/css/a22d83f18a32957e.css,sha256=kgAD2DQYH2WF2wqL759i62nR093yU_UfFClMKkAue6U,17709
155
- khoj/interface/compiled/_next/static/css/a3530ec58b0b660f.css,sha256=2fpX695nzJ6sNaNZbX_3Z0o-IA5kRlyN0ByIIXRgmtg,1570
156
- khoj/interface/compiled/_next/static/css/b81e909d403fb2df.css,sha256=bbu108v2_T74MIyokVmUz0A_oFCIHJpzHdYExXFYgjs,1913
157
+ khoj/interface/compiled/_next/static/css/5a400c87d295e68a.css,sha256=ojDUPJ9fJpEo9DzTAsEa-k1cg7Bef-nSTfpszMiqknQ,17711
158
+ khoj/interface/compiled/_next/static/css/76db8c247950117c.css,sha256=demyrnospTn8GfoPijXRU9_fpR2BFEhq9wh0IjEJWIg,1881384
159
+ khoj/interface/compiled/_next/static/css/c808691c459e3887.css,sha256=Xj1SLFCKntSIqZSDCMg2MnzZowIiKFtqPT3KxrT4i94,1857
157
160
  khoj/interface/compiled/_next/static/media/0e790e04fd40ad16-s.p.woff2,sha256=41ewITd0G1ZAoB62BTHMW58a1q8Hl6vSbTQkkHP7EbI,39372
158
161
  khoj/interface/compiled/_next/static/media/4221e1667cd19c7d-s.woff2,sha256=_Y3g0keA8P6nZnFfm_VO5o2Sne1iST3v9xz4fBo3fwM,75532
159
162
  khoj/interface/compiled/_next/static/media/6c276159aa0eb14b-s.woff2,sha256=i9Ibzi_O7y5KpImujj2rEdOZf96lpNYxYzVvCryW5Uc,140408
@@ -226,8 +229,8 @@ khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBn
226
229
  khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
227
230
  khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
228
231
  khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
229
- khoj/interface/compiled/agents/index.html,sha256=NSw-DLMQpEDSakoONR76j6WilrVRta_Eai0wjAfmYDY,12699
230
- khoj/interface/compiled/agents/index.txt,sha256=BcnWK5Mp0kWSdkkz_GCRcuOFOCG0tKuk3tqJ2gBDNbw,6075
232
+ khoj/interface/compiled/agents/index.html,sha256=0WUMJNLHnUafB93msQXYbUI4S37TRME--mJ1k-NbGhY,12723
233
+ khoj/interface/compiled/agents/index.txt,sha256=xXbwFW2IlgWv26z-JngfBQMhmPRn9_NdnV5abP3Y59U,6087
231
234
  khoj/interface/compiled/assets/icons/khoj_lantern.ico,sha256=eggu-B_v3z1R53EjOFhIqqPnICBGdoaw1xnc0NrzHck,174144
232
235
  khoj/interface/compiled/assets/icons/khoj_lantern_128x128.png,sha256=aTxivDb3CYyThkVZWz8A19xl_dNut5DbkXhODWF3A9Q,5640
233
236
  khoj/interface/compiled/assets/icons/khoj_lantern_256x256.png,sha256=xPCMLHiaL7lYOdQLZrKwWE-Qjn5ZaysSZB0ScYv4UZU,12312
@@ -238,18 +241,18 @@ khoj/interface/compiled/assets/samples/desktop-remember-plan-sample.png,sha256=i
238
241
  khoj/interface/compiled/assets/samples/phone-browse-draw-sample.png,sha256=Dd4fPwtFl6BWqnHjeb1mCK_ND0hhHsWtx8sNE7EiMuE,406179
239
242
  khoj/interface/compiled/assets/samples/phone-plain-chat-sample.png,sha256=DEDaNRCkfEWUeh3kYZWIQDTVK1a6KKnYdwj5ZWisN_Q,82985
240
243
  khoj/interface/compiled/assets/samples/phone-remember-plan-sample.png,sha256=Ma3blirRmq3X4oYSsDbbT7MDn29rymDrjwmUfA9BMuM,236285
241
- khoj/interface/compiled/automations/index.html,sha256=8agpmHddMlwIjP4qpsSSwcnR0R1HifX73fqshFqpHys,30500
242
- khoj/interface/compiled/automations/index.txt,sha256=3ngZUH9HgEhYevlKzrhrZ-IDgg03M8zCYXcUOODQVWE,5447
243
- khoj/interface/compiled/chat/index.html,sha256=eeHGS8Kms7nnttHWWu3gFL6Ukx5ZqOhqjhhRl8WZ8gA,13566
244
- khoj/interface/compiled/chat/index.txt,sha256=orSxbct1WPtQMqU46RQOxftRfHi55GfgNlX-0yxybcA,6421
245
- khoj/interface/compiled/factchecker/index.html,sha256=6y_l8Q9w2j_fHrFnY0LKSXtUq0QV3hjsAV4RxC47H3w,29839
246
- khoj/interface/compiled/factchecker/index.txt,sha256=o43l714fa7a-xraJjdgbaMMFf7LreFWljQb8YBYauKo,5735
247
- khoj/interface/compiled/search/index.html,sha256=j4uYPp12QUrg-lkQlHfuLE1kq82VHa8e-aAngP24NFE,30154
248
- khoj/interface/compiled/search/index.txt,sha256=d5lJKxjYbuC4E3qzMUUBVVSZ8z60MTb10wsyxYjRTmE,5249
249
- khoj/interface/compiled/settings/index.html,sha256=NhMbQoPzr717Q8-bDNDUoX7-HUUoLsRL0GmCSBDdkeY,12827
250
- khoj/interface/compiled/settings/index.txt,sha256=paRJtUGAAkHlaiXaBoJYVFMDIRCiPtdRGUVDsjXuNGc,6073
251
- khoj/interface/compiled/share/chat/index.html,sha256=OxjKdFIiTQl0y6IRimjSCoyQjNDARz5wDW1oO3fcGHQ,14896
252
- khoj/interface/compiled/share/chat/index.txt,sha256=-FTw0a4eAJxbc8OphZo45QDDGcdFgTy5ZonMojY3RR0,7239
244
+ khoj/interface/compiled/automations/index.html,sha256=kxLR7ZwR1CpesrAC-3wQPlrWgNO9FpLdZQDWOSrIoVM,30832
245
+ khoj/interface/compiled/automations/index.txt,sha256=kwuTSkjoi2i2yvXLAYo896p_SyX899WJRflbWFFzF1U,5592
246
+ khoj/interface/compiled/chat/index.html,sha256=jmL0lXTzAmp4jYxmqFX9h7d-6rDvclyJD1W8ooVzQLA,13306
247
+ khoj/interface/compiled/chat/index.txt,sha256=c-1Mqb_Zrorsd4PEtYdamt8KPTJ6nciGNohjdm6P6Qw,6312
248
+ khoj/interface/compiled/factchecker/index.html,sha256=Rn8feA7aX3Myz9jcY47hV9-9VtkqhXt8iXISayg2KtQ,29863
249
+ khoj/interface/compiled/factchecker/index.txt,sha256=OO70Avp2U5mVjIVjUkgdk0-Iu0JYw_KmsGu5mTH3-Fk,5747
250
+ khoj/interface/compiled/search/index.html,sha256=kc6y74oY1EzcYLzPLpPJM3PnHmu8cDp8BhUGpiC80Bs,30178
251
+ khoj/interface/compiled/search/index.txt,sha256=WyR-1aOXkfwku1J6vnJFMT7YfS0r96FBleTJr0iE2EA,5261
252
+ khoj/interface/compiled/settings/index.html,sha256=p3isWmod7WDRByn8znaUc1-wH04CP2lwNKzvkC5AZ3Y,12851
253
+ khoj/interface/compiled/settings/index.txt,sha256=scWUlaGRdJrBq70pjEJHm8E6o9wJZ65DqVZNHU52oOM,6085
254
+ khoj/interface/compiled/share/chat/index.html,sha256=Nvh1kLoiU4ShrKIDqEP4qPdiD5CtX4ew0ekGjXeC8XA,14944
255
+ khoj/interface/compiled/share/chat/index.txt,sha256=Oo43yl_y3MVhT__0bshwSvScEftpzZpNhkxz21R3KL4,7263
253
256
  khoj/interface/email/feedback.html,sha256=xksuPFamx4hGWyTTxZKRgX_eiYQQEuv-eK9Xmkt-nwU,1216
254
257
  khoj/interface/email/magic_link.html,sha256=jXY_2hD3o15Ns5UDzbjLT8FHBnZiS7jo38YkYXIS-4w,947
255
258
  khoj/interface/email/task.html,sha256=yXywzC-5P4nXbhqvgCmwcCpTRbD5eWuDXMpgYSotztM,3311
@@ -301,7 +304,7 @@ khoj/processor/content/plaintext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
301
304
  khoj/processor/content/plaintext/plaintext_to_entries.py,sha256=97i7Cm0DTY7jW4iqKOT_oVc2ooa_XhQ8iImsljp1Kek,4994
302
305
  khoj/processor/conversation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
303
306
  khoj/processor/conversation/prompts.py,sha256=75XbUfcN0KroSjL4r-LCFVYCbG9k-aM9s4cDNzR-I7Y,33683
304
- khoj/processor/conversation/utils.py,sha256=MDp6uVqGmE_iuOEwrbQs33V_ejKOysqokLfB7ZPh1Fg,10666
307
+ khoj/processor/conversation/utils.py,sha256=UsLayBTuo60zt8uMjHKx5LBwJGfxFNijt0UwPzKO_p4,11280
305
308
  khoj/processor/conversation/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
306
309
  khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=fOT75wfC4r53M_tGDL6T7kvnRekZbdVM3jvvl3ohH9w,8108
307
310
  khoj/processor/conversation/anthropic/utils.py,sha256=GHCz-xll_DBipqSc5e5qdVhLQiKX5Kso3KQRf1BXbVA,3456
@@ -310,25 +313,25 @@ khoj/processor/conversation/offline/chat_model.py,sha256=AHO2ErdByyT3Koc0qNKICsF
310
313
  khoj/processor/conversation/offline/utils.py,sha256=51McImxl6u1qgRYvMt7uzsgLGSLq5SMFy74ymlNjIcc,3033
311
314
  khoj/processor/conversation/offline/whisper.py,sha256=DJI-8y8DULO2cQ49m2VOvRyIZ2TxBypc15gM8O3HuMI,470
312
315
  khoj/processor/conversation/openai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
313
- khoj/processor/conversation/openai/gpt.py,sha256=83ofi8v-6C92uD7oV7-aI3DX6BR7DXetZR7dIPlW3vo,7310
316
+ khoj/processor/conversation/openai/gpt.py,sha256=sUSi50Yu2WVUUzOW2wlih_91r6ZohLSw5iVSLUaHTYo,7462
314
317
  khoj/processor/conversation/openai/utils.py,sha256=vyFEIfBWMCxx3Nh3lM94SRUR7PLlHJmGTPWrq0YqRgU,4409
315
318
  khoj/processor/conversation/openai/whisper.py,sha256=RuwDtxSJrVWYdZz4aVnk0XiMQy9w8W9lFcVfE0hMiFY,432
316
319
  khoj/processor/speech/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
317
320
  khoj/processor/speech/text_to_speech.py,sha256=Q7sapi5Hv6woXOumtrGqR0t6izZrFBkWXFOGrHM6dJ4,1929
318
321
  khoj/processor/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
319
- khoj/processor/tools/online_search.py,sha256=G7W_g4ZmdyMhsxREpPAnaXt5OA0N4QoKdQBZp-qTdR0,9895
322
+ khoj/processor/tools/online_search.py,sha256=KE8Xq_HXmo7NzoZlHOpCTKpGHIGloYpoqA--_1hRzTM,10040
320
323
  khoj/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
321
324
  khoj/routers/api.py,sha256=Li7oaLOq7KJpi6YFTf7qguMfsSogIBWaliDd2qJNXEU,25614
322
325
  khoj/routers/api_agents.py,sha256=ks8QzjmZiio6j1QGi6xFtDmVxd9lvC6LPB-WcDPnF8o,1525
323
- khoj/routers/api_chat.py,sha256=FauHnvGoicj3dyDZTnTgsIWCnLXWyfrOBrcQJgYx9hM,36037
326
+ khoj/routers/api_chat.py,sha256=lLqrZ6bUhEwn697N2GUYB50S3w3YQYJzfxDecSHL5aE,37366
324
327
  khoj/routers/api_content.py,sha256=E-Y6G2V14EdxN5rnisQKVINuBuItSZfLiiXpC9E9yTA,17387
325
328
  khoj/routers/api_model.py,sha256=5m7JWwgd9jILiLivRu7NEyY2E-tUkqoEkGg6j6uM1g0,4646
326
329
  khoj/routers/api_phone.py,sha256=p9yfc4WeMHDC0hg3aQk60a2VBy8rZPdEnz9wdJ7DzkU,2208
327
330
  khoj/routers/auth.py,sha256=pCOLSRihJWcn097DRPxLjPdlejsjHJFRs9jHIzLujZU,6247
328
331
  khoj/routers/email.py,sha256=jA4jDTrYHUpY7mFHL4himeRlTBLRQmQKHqC91Dw1Zu0,3730
329
- khoj/routers/helpers.py,sha256=lMz7uXY9cToSWIIZjrkE2TgGCx2LDl1oDBLpQ55QtOU,64355
332
+ khoj/routers/helpers.py,sha256=RqtF2YgpBwu6_hjnkUuU9kjYypdMdGBrLP2nJlvrptE,66494
330
333
  khoj/routers/notion.py,sha256=0iG_DPVjg8n_LBWGHA8M6eHnJJDL-isARSEHTYStz6c,2809
331
- khoj/routers/storage.py,sha256=9ZfBsr_omxdFV-Lcj6p30xTQcF_7wwCZ9XFJukzjITE,1429
334
+ khoj/routers/storage.py,sha256=tJrwhFRVWv0MHv7V7huMc1Diwm-putZSwnZXJ3tqT_c,2338
332
335
  khoj/routers/subscription.py,sha256=qEyV7m7mrY6MGtaij8W3v61tpzX2a7ydm2B-E8h_R-M,4285
333
336
  khoj/routers/twilio.py,sha256=MLsuCm4--ETvr3sLxbF0CL_ehlg_l2rKBSLR2Qh2Xls,1081
334
337
  khoj/routers/web_client.py,sha256=-bmzl6yCLgYxCnyIOYS0DePNZtcC5z2k0lk-EmbK2pg,4741
@@ -344,15 +347,15 @@ khoj/utils/cli.py,sha256=oTDt6ClKvYNJ3_j9Omwx49H03IxC7sq4oL1qFpormWc,3456
344
347
  khoj/utils/config.py,sha256=aiOkH0je8A30DAGYTHMRePrgJonFv_i07_7CdhhhcdA,1805
345
348
  khoj/utils/constants.py,sha256=K7m9EV5HhHsTHPqWS3Fc_Y48pDhBjhcc5e6PNmCYobk,928
346
349
  khoj/utils/fs_syncer.py,sha256=bQgcbYYC3x11RyCqI_kUzzqGpcKTodGgdT-3OTQsXqw,9977
347
- khoj/utils/helpers.py,sha256=b7q_aQw52C_CO9y18KWRD2Z1Oyo9E6Ef7F9_jfi5S00,14041
350
+ khoj/utils/helpers.py,sha256=OuRXJ_4asO_Ma7HKILYkY-tEhW95dGMZhHIa2pWq0jQ,14517
348
351
  khoj/utils/initialization.py,sha256=Q8csjz5YqQ7WZ6mYJWvmp_Dh36dFRpZ3WRWxEgT2Ql0,7117
349
352
  khoj/utils/jsonl.py,sha256=0Ac_COqr8sLCXntzZtquxuCEVRM2c3yKeDRGhgOBRpQ,1192
350
353
  khoj/utils/models.py,sha256=Q5tcC9-z25sCiub048fLnvZ6_IIO1bcPNxt5payekk0,2009
351
354
  khoj/utils/rawconfig.py,sha256=BKicp6kEBax7h76YRYgyFAUpfWHAI5m9ZJ2HVqyh45Y,3983
352
355
  khoj/utils/state.py,sha256=x4GTewP1YhOA6c_32N4wOjnV-3AA3xG_qbY1-wC2Uxc,1559
353
356
  khoj/utils/yaml.py,sha256=H0mfw0ZvBFUvFmCQn8pWkfxdmIebsrSykza7D8Wv6wQ,1430
354
- khoj-1.21.6.dev14.dist-info/METADATA,sha256=r0UqmV5hFpKSfcWMXoooFO9TdcRbd7wpIy7cdGRahmw,6876
355
- khoj-1.21.6.dev14.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
356
- khoj-1.21.6.dev14.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
357
- khoj-1.21.6.dev14.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
358
- khoj-1.21.6.dev14.dist-info/RECORD,,
357
+ khoj-1.21.7.dev1.dist-info/METADATA,sha256=j_6-yN-RDbxlHDGyVtsvwpK72w5qS2WgN5NNNeEP5-8,6875
358
+ khoj-1.21.7.dev1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
359
+ khoj-1.21.7.dev1.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
360
+ khoj-1.21.7.dev1.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
361
+ khoj-1.21.7.dev1.dist-info/RECORD,,