khoj 1.42.7.dev11__py3-none-any.whl → 1.42.8.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 (41) hide show
  1. khoj/database/adapters/__init__.py +8 -0
  2. khoj/database/admin.py +2 -0
  3. khoj/database/migrations/0091_chatmodel_friendly_name_and_more.py +44 -0
  4. khoj/database/models/__init__.py +4 -1
  5. khoj/interface/compiled/404/index.html +2 -2
  6. khoj/interface/compiled/_next/static/chunks/app/chat/layout-ad68326d2f849cec.js +1 -0
  7. khoj/interface/compiled/_next/static/chunks/app/search/layout-484d34239ed0f2b1.js +1 -0
  8. khoj/interface/compiled/_next/static/chunks/{webpack-92ce8aaf95718ec4.js → webpack-4cb6813b1e1fbd75.js} +1 -1
  9. khoj/interface/compiled/agents/index.html +2 -2
  10. khoj/interface/compiled/agents/index.txt +2 -2
  11. khoj/interface/compiled/automations/index.html +2 -2
  12. khoj/interface/compiled/automations/index.txt +3 -3
  13. khoj/interface/compiled/chat/index.html +2 -2
  14. khoj/interface/compiled/chat/index.txt +2 -2
  15. khoj/interface/compiled/index.html +2 -2
  16. khoj/interface/compiled/index.txt +2 -2
  17. khoj/interface/compiled/search/index.html +2 -2
  18. khoj/interface/compiled/search/index.txt +2 -2
  19. khoj/interface/compiled/settings/index.html +2 -2
  20. khoj/interface/compiled/settings/index.txt +4 -4
  21. khoj/interface/compiled/share/chat/index.html +2 -2
  22. khoj/interface/compiled/share/chat/index.txt +2 -2
  23. khoj/processor/conversation/openai/utils.py +10 -4
  24. khoj/routers/api_agents.py +15 -15
  25. khoj/routers/api_model.py +2 -2
  26. khoj/routers/helpers.py +2 -2
  27. {khoj-1.42.7.dev11.dist-info → khoj-1.42.8.dev1.dist-info}/METADATA +1 -1
  28. {khoj-1.42.7.dev11.dist-info → khoj-1.42.8.dev1.dist-info}/RECORD +39 -38
  29. khoj/interface/compiled/_next/static/chunks/app/chat/layout-ad4d1792ab1a4108.js +0 -1
  30. khoj/interface/compiled/_next/static/chunks/app/search/layout-f5881c7ae3ba0795.js +0 -1
  31. /khoj/interface/compiled/_next/static/{oIcJmH5ry9NelqshWDMlq → O1VKUy0iovvq_xf0Gl6R8}/_buildManifest.js +0 -0
  32. /khoj/interface/compiled/_next/static/{oIcJmH5ry9NelqshWDMlq → O1VKUy0iovvq_xf0Gl6R8}/_ssgManifest.js +0 -0
  33. /khoj/interface/compiled/_next/static/chunks/{1327-1a9107b9a2a04a98.js → 1327-3b1a41af530fa8ee.js} +0 -0
  34. /khoj/interface/compiled/_next/static/chunks/{1915-5c6508f6ebb62a30.js → 1915-fbfe167c84ad60c5.js} +0 -0
  35. /khoj/interface/compiled/_next/static/chunks/{2117-080746c8e170c81a.js → 2117-e78b6902ad6f75ec.js} +0 -0
  36. /khoj/interface/compiled/_next/static/chunks/{2939-4af3fd24b8ffc9ad.js → 2939-4d4084c5b888b960.js} +0 -0
  37. /khoj/interface/compiled/_next/static/chunks/{4447-cd95608f8e93e711.js → 4447-d6cf93724d57e34b.js} +0 -0
  38. /khoj/interface/compiled/_next/static/chunks/{8667-50b03a89e82e0ba7.js → 8667-4b7790573b08c50d.js} +0 -0
  39. {khoj-1.42.7.dev11.dist-info → khoj-1.42.8.dev1.dist-info}/WHEEL +0 -0
  40. {khoj-1.42.7.dev11.dist-info → khoj-1.42.8.dev1.dist-info}/entry_points.txt +0 -0
  41. {khoj-1.42.7.dev11.dist-info → khoj-1.42.8.dev1.dist-info}/licenses/LICENSE +0 -0
@@ -8,10 +8,10 @@ khoj/app/asgi.py,sha256=soh3C1xazlgHt_bDgKzrfzo2TKXbNYJsckcXNEgTip8,388
8
8
  khoj/app/settings.py,sha256=8ESyAioroVUEVYR--8vEJUJf0X8TtVtrk-0ZSohij1k,9005
9
9
  khoj/app/urls.py,sha256=7ECnusoAPAfbO_H_b5FUzYGvnb4LLdWaRDyKNvYuBvg,869
10
10
  khoj/database/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- khoj/database/admin.py,sha256=yX_g1CUpEijnufIgTdefUfiakmd3MB3GSYwKfZo-Cms,13206
11
+ khoj/database/admin.py,sha256=CfIAnwxV_HfbnhyjVqk9wtrz8hHnStFu-7ap82x6lYU,13256
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=vUgz_fu5zTCyV8CLQ4NdoU4wC_vy9VIJVX1uStT30UM,80729
14
+ khoj/database/adapters/__init__.py,sha256=KBIRnwFf3gNYHvB50qKIugXZfMX1Xe4Lv3zR3JKL09I,81156
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_default_model.py,sha256=6QXJttG58gpU7vZApQEeEPVNAuhjU2xa6_BwJsfz320,4877
@@ -122,41 +122,44 @@ khoj/database/migrations/0087_alter_aimodelapi_api_key.py,sha256=CqZ3iqt3CwiCwkD
122
122
  khoj/database/migrations/0088_ratelimitrecord.py,sha256=CxlkfbA8eTO57pv0AvJYfGRp5eOe81iMJgpRoTFGVls,1018
123
123
  khoj/database/migrations/0089_chatmodel_price_tier_and_more.py,sha256=EJ1Yf6MMzhGMwJOS3AECaU6ks4NfRW0utyDa7lreNwQ,1211
124
124
  khoj/database/migrations/0090_alter_khojuser_uuid.py,sha256=2h9v-DiuqFuZKpAyWYwueqZkBHvxZbm-_guRjNaZzxg,3802
125
+ khoj/database/migrations/0091_chatmodel_friendly_name_and_more.py,sha256=e-2DQhyW9kMxMg7ItGSyCKE5GQFI0ZSuyfD8CdfVa0k,1758
125
126
  khoj/database/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
126
- khoj/database/models/__init__.py,sha256=-DHts6wpXTIA7Kl7pjIIdf5eK35KKJFnkQUh8WxqoYU,31001
127
+ khoj/database/models/__init__.py,sha256=9XxpiKZFPgJFM0DCqUgAq30r-2fj0I5al6fyNRtY6V4,31280
127
128
  khoj/interface/compiled/agents.svg,sha256=yFCRwIM-Qawa0C5ggAo3ekb-Q1ElmotBOKIGhtfIQqM,1722
128
129
  khoj/interface/compiled/automation.svg,sha256=o7L2XYwJWRSMvl8h6TBv6Pt28RTRVMHqF04EPY0AFj0,1467
129
130
  khoj/interface/compiled/chat.svg,sha256=l2JoYRRgk201adTTdvJ-buKUrc0WGfsudix5xEvtM3A,2424
130
131
  khoj/interface/compiled/close.svg,sha256=hQ2iFLkNzHk0_iyTrSbwnWAeXYlgA-c2Eof2Iqh76n4,417
131
132
  khoj/interface/compiled/copy-button-success.svg,sha256=byqWAYD3Pn9IOXRjOKudJ-TJbP2UESbQGvtLWazNGjY,829
132
133
  khoj/interface/compiled/copy-button.svg,sha256=05bKM2eRxksfBlAPT7yMaoNJEk85bZCxQg67EVrPeHo,669
133
- khoj/interface/compiled/index.html,sha256=lGVb1V7C2gCImm691hF8NQ_bBJCOM2alhVuqZpp2GOg,53040
134
- khoj/interface/compiled/index.txt,sha256=ybtuqUaIlJTLJlcnGlCFjuNp2e6Yqv5a8RtNydDk6kk,7614
134
+ khoj/interface/compiled/index.html,sha256=JBmRwyYy81gMQYYbQ7Wp1W0HTgewAclcoLtJl4AhWNU,53040
135
+ khoj/interface/compiled/index.txt,sha256=d2-UtX3AnxmAHBPTbCjNH3glmXfZx11887ruZCYUa5Y,7614
135
136
  khoj/interface/compiled/khoj.webmanifest,sha256=9wOK2BMS6xH5NKd2eaUgTLg9WepIxB2K2U33KU89LD8,2543
136
137
  khoj/interface/compiled/logo.svg,sha256=_QCKVYM4WT2Qhcf7aVFImjq_s5CwjynGXYAOgI7yf8w,8059
137
138
  khoj/interface/compiled/send.svg,sha256=VdavOWkVddcwcGcld6pdfmwfz7S91M-9O28cfeiKJkM,635
138
139
  khoj/interface/compiled/share.svg,sha256=91lwo75PvMDrgocuZQab6EQ62CxRbubh9Bhw7CWMKbg,1221
139
140
  khoj/interface/compiled/thumbs-down.svg,sha256=JGNl-DwoRmH2XFMPWwFFklmoYtKxaQbkLE3nuYKe8ZY,1019
140
141
  khoj/interface/compiled/thumbs-up.svg,sha256=yS1wxTRtiztkN-6nZciLoYQUB_KTYNPV8xFRwH2TQFw,1036
141
- khoj/interface/compiled/404/index.html,sha256=0o62Ld_0CNHn0_Dk84rZ9jkcXlf0jTzmVPZo4RvtWIM,17097
142
+ khoj/interface/compiled/404/index.html,sha256=atBGD6IoEntTW7bsLM73AVNpUpuzNcjxGYJbWM6OujY,17097
143
+ khoj/interface/compiled/_next/static/O1VKUy0iovvq_xf0Gl6R8/_buildManifest.js,sha256=f2_nYnw25hHWQJ-39Lf5OH1u6kgdbOInyfplqgjvAV4,224
144
+ khoj/interface/compiled/_next/static/O1VKUy0iovvq_xf0Gl6R8/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
142
145
  khoj/interface/compiled/_next/static/chunks/1191.b547ec13349b4aed.js,sha256=3qtdOft2SSaGT0qhyPunEraJEZUxIqDV4q3ULnFantg,10913
143
- khoj/interface/compiled/_next/static/chunks/1327-1a9107b9a2a04a98.js,sha256=7NmSOycXRGHpTN98sMAirnWN8ZUL971FsQpWmOs4Fxs,442974
146
+ khoj/interface/compiled/_next/static/chunks/1327-3b1a41af530fa8ee.js,sha256=7NmSOycXRGHpTN98sMAirnWN8ZUL971FsQpWmOs4Fxs,442974
144
147
  khoj/interface/compiled/_next/static/chunks/1588.f0558a0bdffc4761.js,sha256=ZSpLe7ui7FG7AvK00JHPg1YjYz8R9l1Obzu1mYHpzjo,89845
145
- khoj/interface/compiled/_next/static/chunks/1915-5c6508f6ebb62a30.js,sha256=qP_naVeN_Vqu4o2bOYGBoDEYCFVDphWwLqa_3_WeYjU,11294
148
+ khoj/interface/compiled/_next/static/chunks/1915-fbfe167c84ad60c5.js,sha256=qP_naVeN_Vqu4o2bOYGBoDEYCFVDphWwLqa_3_WeYjU,11294
146
149
  khoj/interface/compiled/_next/static/chunks/1918.925cb4a35518d258.js,sha256=WWqQcBDm9KEZUpj0P9p-iiVxoVjnM4PGtAyQXGAZ4yo,6088
147
- khoj/interface/compiled/_next/static/chunks/2117-080746c8e170c81a.js,sha256=yOBtQrL5NRMjI60r4pmZRRTHZv8_xwZm4DQp-RI8H9M,123994
150
+ khoj/interface/compiled/_next/static/chunks/2117-e78b6902ad6f75ec.js,sha256=yOBtQrL5NRMjI60r4pmZRRTHZv8_xwZm4DQp-RI8H9M,123994
148
151
  khoj/interface/compiled/_next/static/chunks/2242.9a07e19f1a3a8b16.js,sha256=gE2wenv7eMCWo8FlC8uOffniVrbcSyi2BfpoDygPJbQ,6535
149
152
  khoj/interface/compiled/_next/static/chunks/2327-ea623ca2d22f78e9.js,sha256=Cwaj5_kmqMRmZH2CdtZG5T5dvdyBL8fL2HrpY4jfLCI,127516
150
153
  khoj/interface/compiled/_next/static/chunks/2612.bcf5a623b3da209e.js,sha256=_odabGQTNjtpFLdU6FmDdC9zZQkYKJOs8_8QVgMJmEI,76988
151
154
  khoj/interface/compiled/_next/static/chunks/2849.dc00ae5ba7219cfc.js,sha256=cVUiYRj2GweNQ4unKpJIhdr_xO5s2hRy3UWK-81rZW8,182
152
- khoj/interface/compiled/_next/static/chunks/2939-4af3fd24b8ffc9ad.js,sha256=8BI0oAQSZQj37UZX_igaTvuTgW0nGvVtvyG9G9byr_k,35749
155
+ khoj/interface/compiled/_next/static/chunks/2939-4d4084c5b888b960.js,sha256=8BI0oAQSZQj37UZX_igaTvuTgW0nGvVtvyG9G9byr_k,35749
153
156
  khoj/interface/compiled/_next/static/chunks/303.fe76de943e930fbd.js,sha256=gvkmkEYSLe4Iy-8Ti4Ty_OYjkHyrIpgUnfuoQSX577g,178
154
157
  khoj/interface/compiled/_next/static/chunks/3265.924139c4146ee344.js,sha256=O0nwy9HzDY8Df66o72--Lw9RguS5Mh4ExT-uBxdRUbA,636
155
158
  khoj/interface/compiled/_next/static/chunks/3489.c523fe96a2eee74f.js,sha256=s2F6I_29rsqcu-8229-nssfws7vZO7cuQJYqehK7tbk,21715
156
159
  khoj/interface/compiled/_next/static/chunks/3592-b2a2444b0ec7b119.js,sha256=ADfFNp0QHqmz0sHmTSpE-hWnh09AxVVzZb6zcx_ATmg,42200
157
160
  khoj/interface/compiled/_next/static/chunks/3595-ac8e81e04ecb89cb.js,sha256=43eYa6m0ZuFnnBOPTa6S-T0WeLftHEZDlkMe4b7fmIA,21564
158
161
  khoj/interface/compiled/_next/static/chunks/4327.8d2a1b8f1ea78208.js,sha256=VKeC1Y6778Nlt-spX9W9dL8Ex-d2N5AEj53AOVUXGWE,322147
159
- khoj/interface/compiled/_next/static/chunks/4447-cd95608f8e93e711.js,sha256=PUldPCrWRAgi5rxqTzWS1boopyuyAQpzzBg-p4TQnNw,19716
162
+ khoj/interface/compiled/_next/static/chunks/4447-d6cf93724d57e34b.js,sha256=PUldPCrWRAgi5rxqTzWS1boopyuyAQpzzBg-p4TQnNw,19716
160
163
  khoj/interface/compiled/_next/static/chunks/4533.586e74b45a2bde25.js,sha256=eDHOyGa-CuCVeyXtnx3YWmjvlpWveAj6Mu-bMlm3OJg,25567
161
164
  khoj/interface/compiled/_next/static/chunks/4551.82ce1476b5516bc2.js,sha256=G1EoTZRkMLtwYqsLCyQ9iA_9nvi8oj7_t3qboNWtdfY,71097
162
165
  khoj/interface/compiled/_next/static/chunks/4609-33aa487dff03a9fd.js,sha256=1M6QAfVZa2g2Q4jXRdSI1wjrZ4G9yKjINJt8qyTKm1A,24698
@@ -182,7 +185,7 @@ khoj/interface/compiled/_next/static/chunks/7760.35649cc21d9585bd.js,sha256=MJ9q
182
185
  khoj/interface/compiled/_next/static/chunks/83.48e2db193a940052.js,sha256=j8X0kemaNExxw4lDZCgkev1HeK37NM_kE6p73WuHjs8,175
183
186
  khoj/interface/compiled/_next/static/chunks/8427.844694e06133fb51.js,sha256=U388feyx6dj6PZblInnwOgAKlPg1f2Vp-oCFhh2SiXY,186
184
187
  khoj/interface/compiled/_next/static/chunks/8665.4db7e6b2e8933497.js,sha256=HovLNJSM0SJRkjLNg0cim_NDnGiVPbUrEQG8YQkGA2Y,45791
185
- khoj/interface/compiled/_next/static/chunks/8667-50b03a89e82e0ba7.js,sha256=kyiAVJTylsiOPFTb63uZn_pMlk4pYhDYt_N7xL76PTM,7214
188
+ khoj/interface/compiled/_next/static/chunks/8667-4b7790573b08c50d.js,sha256=kyiAVJTylsiOPFTb63uZn_pMlk4pYhDYt_N7xL76PTM,7214
186
189
  khoj/interface/compiled/_next/static/chunks/8694.2bd9c2f65d8c5847.js,sha256=JKqMqrtPf1LK-SmVgLk_F8EjAC6IGKl4lnfWU6q4JXA,33661
187
190
  khoj/interface/compiled/_next/static/chunks/872.caf84cc1a39ae59f.js,sha256=xdPZDnCGiugQ4JwV1FzzYyBEvuXQLOqSw_cMbOJKjtw,11253
188
191
  khoj/interface/compiled/_next/static/chunks/8888.ebe0e552b59e7fed.js,sha256=c5icsYFTx7epn588gtjfP9lKKMdINc07w1P7t56ac8E,3775
@@ -206,7 +209,7 @@ khoj/interface/compiled/_next/static/chunks/framework-8e0e0f4a6b83a956.js,sha256
206
209
  khoj/interface/compiled/_next/static/chunks/main-app-de1f09df97a3cfc7.js,sha256=bqnztujKItXfFBzQlaBmDZyfJpQt_M93CXOuchJfpD0,471
207
210
  khoj/interface/compiled/_next/static/chunks/main-fc8e0fefa2ef3d8c.js,sha256=t9FZIByh6V52m41LQ2yyAReF1CAuY7gLMBuWBeKCX2g,116793
208
211
  khoj/interface/compiled/_next/static/chunks/polyfills-42372ed130431b0a.js,sha256=CXPB1kyIrcjjyVBBDLWLKI9yEY1ZZbeASUON648vloM,112594
209
- khoj/interface/compiled/_next/static/chunks/webpack-92ce8aaf95718ec4.js,sha256=OR5QpxV2GcJopVw_IAqTpdrNoeLdfTDIcCbLAhWuvwk,4939
212
+ khoj/interface/compiled/_next/static/chunks/webpack-4cb6813b1e1fbd75.js,sha256=TXwwVzebeoky-Urd6CtOYWFcUanQowOM6EXkR2DAcwE,4939
210
213
  khoj/interface/compiled/_next/static/chunks/app/layout-a0c5495d6c582cea.js,sha256=7JZS2Pr995Lwu3FeQpAvheLS1Bn5w5HOFsecV2_kyQA,3880
211
214
  khoj/interface/compiled/_next/static/chunks/app/page-a19a597629e87fb8.js,sha256=lfXNkiSiwMKG1q3y0S3MUUsvQNznDHtfpwVKtx38gLk,29930
212
215
  khoj/interface/compiled/_next/static/chunks/app/_not-found/page-84f94d15b2da4eac.js,sha256=zElhiTkdu2JqrEvJ8Lrxh4HCyfLmPllBHHWOuDtrVlw,1755
@@ -214,9 +217,9 @@ khoj/interface/compiled/_next/static/chunks/app/agents/layout-4e2a134ec26aa606.j
214
217
  khoj/interface/compiled/_next/static/chunks/app/agents/page-5db6ad18da10d353.js,sha256=zUXTmNbpn0tA_IWn0vSzHWn6GLRW8AAGS6Fa-07bdwY,17483
215
218
  khoj/interface/compiled/_next/static/chunks/app/automations/layout-63603d2cb33279f7.js,sha256=4OX_fcTQdNVs6HxDdJVWdadMVC_gM86Tkqo2TjBA4gw,5143
216
219
  khoj/interface/compiled/_next/static/chunks/app/automations/page-6271e2e31c7571d1.js,sha256=vOD3YLeKBh_M6ZLtlW4m4fbi2YJf5qyo60251kIMtX8,34829
217
- khoj/interface/compiled/_next/static/chunks/app/chat/layout-ad4d1792ab1a4108.js,sha256=g815zvSZenVssWcOYjyqAOPDjTCa359nqspXeIsXQ5A,180
220
+ khoj/interface/compiled/_next/static/chunks/app/chat/layout-ad68326d2f849cec.js,sha256=D8LkyLbmfGZmXSddbVSGdFXH6ZW1B6zSSF-3cHsT4yg,180
218
221
  khoj/interface/compiled/_next/static/chunks/app/chat/page-76fc915800aa90f4.js,sha256=Zdn9ZvCk7vA1eaSnNAAAtvix-KjXJWggDv5VDJrpxsE,29133
219
- khoj/interface/compiled/_next/static/chunks/app/search/layout-f5881c7ae3ba0795.js,sha256=Bm4Y73ylR-j9_LdKXVUjgLppZJ6JRdLTUgYAsZCOBkQ,180
222
+ khoj/interface/compiled/_next/static/chunks/app/search/layout-484d34239ed0f2b1.js,sha256=L7gJxQXczJP6c7e8t24p_RirmegDRuyJRiGQg364TM4,180
220
223
  khoj/interface/compiled/_next/static/chunks/app/search/page-fa366ac14b228688.js,sha256=vdwyjWiRZD2Q6pe2-5K0nZzK7JCGf9tSK1JqbL73X6w,30929
221
224
  khoj/interface/compiled/_next/static/chunks/app/settings/layout-f88cedfe9ad4df7c.js,sha256=aFBEgUCsKnoeyULmh7g-DmaznQ0ztcq6y2pj4bSMCIY,6132
222
225
  khoj/interface/compiled/_next/static/chunks/app/settings/page-8f9a85f96088c18b.js,sha256=g0S5cRFSD0mkplsB5LuU6bi3pe-CEVwmhNuHB14mx3s,27892
@@ -309,10 +312,8 @@ khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBn
309
312
  khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
310
313
  khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
311
314
  khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
312
- khoj/interface/compiled/_next/static/oIcJmH5ry9NelqshWDMlq/_buildManifest.js,sha256=f2_nYnw25hHWQJ-39Lf5OH1u6kgdbOInyfplqgjvAV4,224
313
- khoj/interface/compiled/_next/static/oIcJmH5ry9NelqshWDMlq/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
314
- khoj/interface/compiled/agents/index.html,sha256=eEBFF7RfrqaiG7eIRICrH4QhqrkvW90JdHJRWN-xI5w,16221
315
- khoj/interface/compiled/agents/index.txt,sha256=VcLbeAAwavCve6829WlYBi9QmT4Xz6ZNmng2rPwaYaU,7218
315
+ khoj/interface/compiled/agents/index.html,sha256=yY2clfrbNtfJ1iukxFPXTowJJPaqmYPX1GuhK2fVrw8,16221
316
+ khoj/interface/compiled/agents/index.txt,sha256=-Y_xkcuTTaPw_r-s6DuQ18zSn_7CFEOieBYlYNQj5wE,7218
316
317
  khoj/interface/compiled/assets/icons/khoj_lantern.ico,sha256=eggu-B_v3z1R53EjOFhIqqPnICBGdoaw1xnc0NrzHck,174144
317
318
  khoj/interface/compiled/assets/icons/khoj_lantern.svg,sha256=I_8XP5X84gEOoCRhCRKOQn_GKZrz3SUBXct7WxHvY7c,8767
318
319
  khoj/interface/compiled/assets/icons/khoj_lantern_1200x1200.png,sha256=xDx0bbD-WMflgg8zck9oPIIuTIvywtuED2k7CjSQS4w,66194
@@ -327,16 +328,16 @@ khoj/interface/compiled/assets/samples/desktop-remember-plan-sample.png,sha256=i
327
328
  khoj/interface/compiled/assets/samples/phone-browse-draw-sample.png,sha256=Dd4fPwtFl6BWqnHjeb1mCK_ND0hhHsWtx8sNE7EiMuE,406179
328
329
  khoj/interface/compiled/assets/samples/phone-plain-chat-sample.png,sha256=DEDaNRCkfEWUeh3kYZWIQDTVK1a6KKnYdwj5ZWisN_Q,82985
329
330
  khoj/interface/compiled/assets/samples/phone-remember-plan-sample.png,sha256=Ma3blirRmq3X4oYSsDbbT7MDn29rymDrjwmUfA9BMuM,236285
330
- khoj/interface/compiled/automations/index.html,sha256=7mrF9zFLtd4ndy1EE6o-RDu8DrPIu-riv9fknx_Q9do,54091
331
- khoj/interface/compiled/automations/index.txt,sha256=uIDWGZvWY5v84MLqj9lqxzncJyjDX75S4Mljqw0AMIo,7447
332
- khoj/interface/compiled/chat/index.html,sha256=XJ3GVu4Ua7rkPt_aG8cp4uKMtN6NvF6dZqk2jByssU8,53222
333
- khoj/interface/compiled/chat/index.txt,sha256=GIy1bxSdukPX9ZllsbOE9tz1CokzY1qm9TGMmioSgNI,7858
334
- khoj/interface/compiled/search/index.html,sha256=ElrM4g1a_KjNWo4g3CXqiBstVKihKaVDqQkmWDA7lKk,55301
335
- khoj/interface/compiled/search/index.txt,sha256=GwrTGErUdhDEht2OgrGJDIl3k6n84vcInlOmb_UanMc,6565
336
- khoj/interface/compiled/settings/index.html,sha256=x2WWWLZoSFFeN4gydMyHhPHTYfTs0_Py_AbvOQ2wgUQ,52740
337
- khoj/interface/compiled/settings/index.txt,sha256=YmeCScZp9etDUsBlzWSmOghTswMcKfDTNrKHgeKyDqo,7701
338
- khoj/interface/compiled/share/chat/index.html,sha256=TqVqhi3btExnw4A-QZQwmP2tDfHNqeOIfrYGG_9GfG8,53802
339
- khoj/interface/compiled/share/chat/index.txt,sha256=5BUDcMVTnOkSo91vyDnTml0Fc8vv6h2jXnU_aB57eKI,8320
331
+ khoj/interface/compiled/automations/index.html,sha256=mzLSYiJEWfajcDPrpWSxuH9AIggU8H03d6cPkLOffr0,54091
332
+ khoj/interface/compiled/automations/index.txt,sha256=bWCxZxYQfm7C7DoD4e9M5yiVTclaPzo1mBwzZnij-58,7447
333
+ khoj/interface/compiled/chat/index.html,sha256=QDhka5cU2Zx-49y8EUm70o6SL_3N9DvK2R6l6_nw8aY,53222
334
+ khoj/interface/compiled/chat/index.txt,sha256=N-rkwn6n3QRn8LMk38Fmj8In5zxAp7EgqOzi-iXIxNk,7858
335
+ khoj/interface/compiled/search/index.html,sha256=lYf3qW6MRh6jGZr0UsWgpF4JAh8VVhA12Q5jxK2F7ls,55301
336
+ khoj/interface/compiled/search/index.txt,sha256=sQdkj5QWA3GReQKc26YlfAa0WhadJGnjRGLFV1kfUhA,6565
337
+ khoj/interface/compiled/settings/index.html,sha256=CZVZSqVlTqxwUIPlEowx6PHLUoYYyxmzkp5lgU1UDqk,52740
338
+ khoj/interface/compiled/settings/index.txt,sha256=QaIoriXh795R8fPOAC1NTPrJjMIpsrw6R41st7Nce60,7701
339
+ khoj/interface/compiled/share/chat/index.html,sha256=dkHkERnV0xpzzMdJjH_TCe_HT4aR_nFxisMd0bYxJBQ,53802
340
+ khoj/interface/compiled/share/chat/index.txt,sha256=HKeKLSUuBhs114cY39gOMIl1mpxrr9uiONtMhAYgyMQ,8320
340
341
  khoj/interface/email/feedback.html,sha256=xksuPFamx4hGWyTTxZKRgX_eiYQQEuv-eK9Xmkt-nwU,1216
341
342
  khoj/interface/email/magic_link.html,sha256=372ESbTPKM9acekuZcOIKOw6kBl-KikFg_L9MOHqJkg,2094
342
343
  khoj/interface/email/task.html,sha256=tY7a0gzVeQ2lSQNu7WyXR_s7VYeWTrxWEj1iHVuoVE4,2813
@@ -402,7 +403,7 @@ khoj/processor/conversation/offline/utils.py,sha256=51McImxl6u1qgRYvMt7uzsgLGSLq
402
403
  khoj/processor/conversation/offline/whisper.py,sha256=DJI-8y8DULO2cQ49m2VOvRyIZ2TxBypc15gM8O3HuMI,470
403
404
  khoj/processor/conversation/openai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
404
405
  khoj/processor/conversation/openai/gpt.py,sha256=_i0greQTSxLL5wOCqBot6cIPtdhtBL_y8fZsn8lRmYc,7174
405
- khoj/processor/conversation/openai/utils.py,sha256=jQpOvAcnxI3dMFlnMkPU5xJVRI8g28_qxMv2AVl99GI,28909
406
+ khoj/processor/conversation/openai/utils.py,sha256=S1dexjFSA1-Pf8-_F1UvBJi7M7GyyIsShDZQf6qwvOI,29409
406
407
  khoj/processor/conversation/openai/whisper.py,sha256=zoEeK1LNCg_tzP4xzYi5vRPzNPGuDGzpkrkG7d1LUn4,447
407
408
  khoj/processor/image/generate.py,sha256=bF80fjsHKkU2f2ADiXJei8-ViqcT0EHaM0wH78KPUC8,12199
408
409
  khoj/processor/operator/README.md,sha256=QaV00W1IB7i8ZrvhNkpjmFMVDtORFt-OASieRQGE_UE,2308
@@ -424,16 +425,16 @@ khoj/processor/tools/online_search.py,sha256=Sl6lsYUZ68xAWwJ6ZwqP_nhJFCkyz9Ku1aL
424
425
  khoj/processor/tools/run_code.py,sha256=flVlRT1AMCg8xnAEY03nzoU9pjrKzm_gmkJe228bIoE,12513
425
426
  khoj/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
426
427
  khoj/routers/api.py,sha256=BFiKwdYjkR-4aHBumM7Hu4XdN2RvQ0Z9V4_2Wd8aPiM,8633
427
- khoj/routers/api_agents.py,sha256=PiQNqqq9ltMsxBnH47cmShCAk1Kbui5UqtNm7tR_FFM,17035
428
+ khoj/routers/api_agents.py,sha256=fvrQ_n_pTiKItt3YB2jJqe1tO0IEWaE84XOU0R3-qGg,17134
428
429
  khoj/routers/api_automation.py,sha256=SwQGsVcZmtf8g3w8Xz220YhTIT6D4mLwUp_YCYLpbCY,9389
429
430
  khoj/routers/api_chat.py,sha256=8W7WcuDNduQh9Qs-OYvsK2a-XTrUy-C7RQj0FnjimXc,58906
430
431
  khoj/routers/api_content.py,sha256=uLO3eir36rERkhhKU1HOdEv8KTi_z_edT9cHMCZP1W8,24578
431
- khoj/routers/api_model.py,sha256=trYi5ZrG7OfkSvXmsVu8Dtzzm0n0B8XCqvaGuuJ5wSA,5255
432
+ khoj/routers/api_model.py,sha256=hjIgOQqva4YVv1osQK8p-317_oSKsv1mHbAYFQICxnM,5273
432
433
  khoj/routers/api_phone.py,sha256=p9yfc4WeMHDC0hg3aQk60a2VBy8rZPdEnz9wdJ7DzkU,2208
433
434
  khoj/routers/api_subscription.py,sha256=qnbKwA6N1TWK8Aiu1FFLka_JhbPOuwqT262NSHGZDiQ,5569
434
435
  khoj/routers/auth.py,sha256=jk2lqAS_650lQsoaOFTlZd9W_LL8HbN5zhHTZza_lqs,11258
435
436
  khoj/routers/email.py,sha256=wvr6_fpk0RuKcTPC6suI8JDZPLYzJ9hAhz_G41yZytc,3923
436
- khoj/routers/helpers.py,sha256=RHORG-ulDh8-NT-1GyzaOJyHFN9NuTNriQKtMYC6HQw,106126
437
+ khoj/routers/helpers.py,sha256=lyWH6M6X3OxorGaAU6t7YRph0iiwg1dH4qiX9SfbuhM,106138
437
438
  khoj/routers/notion.py,sha256=g53xyYFmjr2JnuIrTW2vytbfkiK_UkoRTxqnnLSmD5o,2802
438
439
  khoj/routers/research.py,sha256=r01gvB-vwEe-q1bNalTdj0oTo5GI-1KG8HtFlTWODls,22873
439
440
  khoj/routers/storage.py,sha256=lao0DvsF49QleZvOdjKM98RU2cGfCJDBb7WeoI7Rr3I,2172
@@ -458,8 +459,8 @@ khoj/utils/models.py,sha256=Q5tcC9-z25sCiub048fLnvZ6_IIO1bcPNxt5payekk0,2009
458
459
  khoj/utils/rawconfig.py,sha256=ASl_h3Ivaa_4lD4kCA0uZsMRgSYCjrgGUPm-Hw1jkLk,5083
459
460
  khoj/utils/state.py,sha256=s_GFWOqRzpEDx0eCPStuzBTK2VEw-qgRpH0aiEdGnDo,1791
460
461
  khoj/utils/yaml.py,sha256=qy1Tkc61rDMesBw_Cyx2vOR6H-Hngcsm5kYfjwQBwkE,1543
461
- khoj-1.42.7.dev11.dist-info/METADATA,sha256=hjIyMJFjRF5B6coeC9yt8RZHx5FjU4Jfg7A04ccJcT4,8974
462
- khoj-1.42.7.dev11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
463
- khoj-1.42.7.dev11.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
464
- khoj-1.42.7.dev11.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
465
- khoj-1.42.7.dev11.dist-info/RECORD,,
462
+ khoj-1.42.8.dev1.dist-info/METADATA,sha256=vP3W8dYQy7IEu4ivw-CV2GOwWdMd4CWC3uRIv3kKnGs,8973
463
+ khoj-1.42.8.dev1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
464
+ khoj-1.42.8.dev1.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
465
+ khoj-1.42.8.dev1.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
466
+ khoj-1.42.8.dev1.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3317,8459,7138,244],{63521:function(){}},function(n){n.O(0,[2971,2117,1744],function(){return n(n.s=63521)}),_N_E=n.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[244,3317,8459,7138],{63521:function(){}},function(n){n.O(0,[2971,2117,1744],function(){return n(n.s=63521)}),_N_E=n.O()}]);