khoj 1.40.1.dev1__py3-none-any.whl → 1.40.1.dev13__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 (64) hide show
  1. khoj/app/settings.py +6 -12
  2. khoj/database/adapters/__init__.py +31 -10
  3. khoj/database/migrations/0089_chatmodel_price_tier_and_more.py +34 -0
  4. khoj/database/models/__init__.py +20 -0
  5. khoj/interface/compiled/404/index.html +2 -2
  6. khoj/interface/compiled/_next/static/chunks/2327-7c83cc910eb06c02.js +1 -0
  7. khoj/interface/compiled/_next/static/chunks/5427-442f34b514b9fc26.js +1 -0
  8. khoj/interface/compiled/_next/static/chunks/app/agents/layout-e00fb81dca656a10.js +1 -0
  9. khoj/interface/compiled/_next/static/chunks/app/chat/page-e45eb7006686f517.js +1 -0
  10. khoj/interface/compiled/_next/static/chunks/app/layout-baa6e7974e560a7a.js +1 -0
  11. khoj/interface/compiled/_next/static/chunks/app/settings/page-bf1a4e488b29fceb.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-b3f7ae1ef8871d30.js +1 -0
  13. khoj/interface/compiled/_next/static/chunks/{webpack-c6bde5961098facd.js → webpack-449ea2835ec65e75.js} +1 -1
  14. khoj/interface/compiled/agents/index.html +2 -2
  15. khoj/interface/compiled/agents/index.txt +3 -3
  16. khoj/interface/compiled/automations/index.html +2 -2
  17. khoj/interface/compiled/automations/index.txt +4 -4
  18. khoj/interface/compiled/chat/index.html +2 -2
  19. khoj/interface/compiled/chat/index.txt +3 -3
  20. khoj/interface/compiled/index.html +2 -2
  21. khoj/interface/compiled/index.txt +3 -3
  22. khoj/interface/compiled/search/index.html +2 -2
  23. khoj/interface/compiled/search/index.txt +3 -3
  24. khoj/interface/compiled/settings/index.html +2 -2
  25. khoj/interface/compiled/settings/index.txt +5 -5
  26. khoj/interface/compiled/share/chat/index.html +2 -2
  27. khoj/interface/compiled/share/chat/index.txt +3 -3
  28. khoj/processor/conversation/anthropic/utils.py +7 -2
  29. khoj/processor/conversation/google/gemini_chat.py +4 -0
  30. khoj/processor/conversation/google/utils.py +44 -5
  31. khoj/processor/conversation/openai/utils.py +32 -6
  32. khoj/processor/tools/run_code.py +7 -2
  33. khoj/routers/api_agents.py +39 -11
  34. khoj/routers/api_model.py +41 -7
  35. khoj/routers/helpers.py +17 -2
  36. khoj/utils/constants.py +9 -0
  37. khoj/utils/helpers.py +13 -2
  38. {khoj-1.40.1.dev1.dist-info → khoj-1.40.1.dev13.dist-info}/METADATA +16 -3
  39. {khoj-1.40.1.dev1.dist-info → khoj-1.40.1.dev13.dist-info}/RECORD +57 -56
  40. khoj/interface/compiled/_next/static/chunks/2327-9d37761c0bdbc3ff.js +0 -1
  41. khoj/interface/compiled/_next/static/chunks/5427-ec87e7fa4b0d76cb.js +0 -1
  42. khoj/interface/compiled/_next/static/chunks/app/agents/layout-e49165209d2e406c.js +0 -1
  43. khoj/interface/compiled/_next/static/chunks/app/chat/page-8233a00e74d4aa5f.js +0 -1
  44. khoj/interface/compiled/_next/static/chunks/app/layout-bd8210ff1de491d7.js +0 -1
  45. khoj/interface/compiled/_next/static/chunks/app/settings/page-32122d865d786a47.js +0 -1
  46. khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-64a53f8ec4afa6b3.js +0 -1
  47. /khoj/interface/compiled/_next/static/{cbvk0UJyMR5BLJ1jy2JpS → YNEjRfej8eEywDaKbukO9}/_buildManifest.js +0 -0
  48. /khoj/interface/compiled/_next/static/{cbvk0UJyMR5BLJ1jy2JpS → YNEjRfej8eEywDaKbukO9}/_ssgManifest.js +0 -0
  49. /khoj/interface/compiled/_next/static/chunks/{1915-ab4353eaca76f690.js → 1915-1943ee8a628b893c.js} +0 -0
  50. /khoj/interface/compiled/_next/static/chunks/{2117-1c18aa2098982bf9.js → 2117-5a41630a2bd2eae8.js} +0 -0
  51. /khoj/interface/compiled/_next/static/chunks/{4363-4efaf12abe696251.js → 4363-e6ac2203564d1a3b.js} +0 -0
  52. /khoj/interface/compiled/_next/static/chunks/{4447-5d44807c40355b1a.js → 4447-e038b251d626c340.js} +0 -0
  53. /khoj/interface/compiled/_next/static/chunks/{4986-10ca6c2d6cbcb448.js → 4986-14ea63faad1615a4.js} +0 -0
  54. /khoj/interface/compiled/_next/static/chunks/{5477-060a89922423c280.js → 5477-c47f3a23981c89da.js} +0 -0
  55. /khoj/interface/compiled/_next/static/chunks/{8667-adbe6017a66cef10.js → 8667-8136f74e9a086fca.js} +0 -0
  56. /khoj/interface/compiled/_next/static/chunks/{9259-d8bcd9da9e80c81e.js → 9259-640fdd77408475df.js} +0 -0
  57. /khoj/interface/compiled/_next/static/chunks/app/agents/{page-3993a8df749f2f29.js → page-c9ceb9b94e24b94a.js} +0 -0
  58. /khoj/interface/compiled/_next/static/chunks/app/automations/{page-50182e85e30880e1.js → page-3dc59a0df3827dc7.js} +0 -0
  59. /khoj/interface/compiled/_next/static/chunks/app/{page-392b7719999f2e46.js → page-38f1f125d7aeb4c7.js} +0 -0
  60. /khoj/interface/compiled/_next/static/chunks/app/search/{page-f7f648807b59310a.js → page-26d4492fb1200e0e.js} +0 -0
  61. /khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-52a567d6080cd5bb.js → page-a1f10c96366c3a4f.js} +0 -0
  62. {khoj-1.40.1.dev1.dist-info → khoj-1.40.1.dev13.dist-info}/WHEEL +0 -0
  63. {khoj-1.40.1.dev1.dist-info → khoj-1.40.1.dev13.dist-info}/entry_points.txt +0 -0
  64. {khoj-1.40.1.dev1.dist-info → khoj-1.40.1.dev13.dist-info}/licenses/LICENSE +0 -0
@@ -5,13 +5,13 @@ khoj/manage.py,sha256=njo6uLxGaMamTPesHjFEOIBJbpIUrz39e1V59zKj544,664
5
5
  khoj/app/README.md,sha256=PSQjKCdpU2hgszLVF8yEhV7TWhbEEb-1aYLTRuuAsKI,2832
6
6
  khoj/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  khoj/app/asgi.py,sha256=soh3C1xazlgHt_bDgKzrfzo2TKXbNYJsckcXNEgTip8,388
8
- khoj/app/settings.py,sha256=lGejjlloB_LqYSsOg210MGZ4ebkXMu4dMQlpMPExPvs,9124
8
+ khoj/app/settings.py,sha256=9KB8xyPVt1bar2yXpyGSQ7CI_YcLM7Pe4anabdMKUtc,8972
9
9
  khoj/app/urls.py,sha256=7ECnusoAPAfbO_H_b5FUzYGvnb4LLdWaRDyKNvYuBvg,869
10
10
  khoj/database/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  khoj/database/admin.py,sha256=yX_g1CUpEijnufIgTdefUfiakmd3MB3GSYwKfZo-Cms,13206
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=5cLWwMwqqV1fWT4I0DFk4gqXs_vQQHsZdGWcgiOd4WI,76848
14
+ khoj/database/adapters/__init__.py,sha256=UNwbiA9FX6oPOUtPEELH29FGJHXTJQomiGImPCGRx4s,77934
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
@@ -120,33 +120,34 @@ khoj/database/migrations/0085_alter_agent_output_modes.py,sha256=qgW7jbPhJkU37iZ
120
120
  khoj/database/migrations/0086_alter_texttoimagemodelconfig_model_type.py,sha256=OGbA88CObHsSTXS78_3igKqE9dtCkZ2Hb5W4qBabYwk,709
121
121
  khoj/database/migrations/0087_alter_aimodelapi_api_key.py,sha256=CqZ3iqt3CwiCwkD7oAEhdYYgM8Diyz2WW0hEJeaHGjg,415
122
122
  khoj/database/migrations/0088_ratelimitrecord.py,sha256=CxlkfbA8eTO57pv0AvJYfGRp5eOe81iMJgpRoTFGVls,1018
123
+ khoj/database/migrations/0089_chatmodel_price_tier_and_more.py,sha256=EJ1Yf6MMzhGMwJOS3AECaU6ks4NfRW0utyDa7lreNwQ,1211
123
124
  khoj/database/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
124
- khoj/database/models/__init__.py,sha256=-T36qBeGlZGgx5u7OANQaaqbEGqrZtSQoXA7uBDdI0g,30115
125
+ khoj/database/models/__init__.py,sha256=v0hza7YpBh3j5gcOOnu_tnzQ-u86NDneWbTr9x6st8o,30995
125
126
  khoj/interface/compiled/agents.svg,sha256=yFCRwIM-Qawa0C5ggAo3ekb-Q1ElmotBOKIGhtfIQqM,1722
126
127
  khoj/interface/compiled/automation.svg,sha256=o7L2XYwJWRSMvl8h6TBv6Pt28RTRVMHqF04EPY0AFj0,1467
127
128
  khoj/interface/compiled/chat.svg,sha256=l2JoYRRgk201adTTdvJ-buKUrc0WGfsudix5xEvtM3A,2424
128
129
  khoj/interface/compiled/close.svg,sha256=hQ2iFLkNzHk0_iyTrSbwnWAeXYlgA-c2Eof2Iqh76n4,417
129
130
  khoj/interface/compiled/copy-button-success.svg,sha256=byqWAYD3Pn9IOXRjOKudJ-TJbP2UESbQGvtLWazNGjY,829
130
131
  khoj/interface/compiled/copy-button.svg,sha256=05bKM2eRxksfBlAPT7yMaoNJEk85bZCxQg67EVrPeHo,669
131
- khoj/interface/compiled/index.html,sha256=UcfiYcnHUdkDthuUFdq3Uca1cBUE9Ruu5LHD2D_bI2A,53353
132
- khoj/interface/compiled/index.txt,sha256=qMEjX0OVuOKWGoL30eBqUqBtU8TYZTpAuOxFoq5pAF8,7749
132
+ khoj/interface/compiled/index.html,sha256=dkL1Vc0lOPmMackMFZuNtnraS1X0IV-OxZp4XfdI5MI,53353
133
+ khoj/interface/compiled/index.txt,sha256=gCi1u5zhA4f9cmA9pf6aeGalFtSvlHjQ7qRa05WyQDY,7749
133
134
  khoj/interface/compiled/khoj.webmanifest,sha256=9wOK2BMS6xH5NKd2eaUgTLg9WepIxB2K2U33KU89LD8,2543
134
135
  khoj/interface/compiled/logo.svg,sha256=_QCKVYM4WT2Qhcf7aVFImjq_s5CwjynGXYAOgI7yf8w,8059
135
136
  khoj/interface/compiled/send.svg,sha256=VdavOWkVddcwcGcld6pdfmwfz7S91M-9O28cfeiKJkM,635
136
137
  khoj/interface/compiled/share.svg,sha256=91lwo75PvMDrgocuZQab6EQ62CxRbubh9Bhw7CWMKbg,1221
137
138
  khoj/interface/compiled/thumbs-down.svg,sha256=JGNl-DwoRmH2XFMPWwFFklmoYtKxaQbkLE3nuYKe8ZY,1019
138
139
  khoj/interface/compiled/thumbs-up.svg,sha256=yS1wxTRtiztkN-6nZciLoYQUB_KTYNPV8xFRwH2TQFw,1036
139
- khoj/interface/compiled/404/index.html,sha256=kutM5OOrzAwwVRMtMWcbiFxj3n8zCO6e-kcaJ6W1oAI,17097
140
- khoj/interface/compiled/_next/static/cbvk0UJyMR5BLJ1jy2JpS/_buildManifest.js,sha256=f2_nYnw25hHWQJ-39Lf5OH1u6kgdbOInyfplqgjvAV4,224
141
- khoj/interface/compiled/_next/static/cbvk0UJyMR5BLJ1jy2JpS/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
140
+ khoj/interface/compiled/404/index.html,sha256=NcARRLeFUB0FYJN2zJhon_6hBczuoKYNNF5zXLLgQMk,17097
141
+ khoj/interface/compiled/_next/static/YNEjRfej8eEywDaKbukO9/_buildManifest.js,sha256=f2_nYnw25hHWQJ-39Lf5OH1u6kgdbOInyfplqgjvAV4,224
142
+ khoj/interface/compiled/_next/static/YNEjRfej8eEywDaKbukO9/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
142
143
  khoj/interface/compiled/_next/static/chunks/1243.ea2826fb35adb15a.js,sha256=Y6ceAwyTH4HSGDvBRoBB-RVXRCzGGr8NSPcspYF5OM8,182
143
144
  khoj/interface/compiled/_next/static/chunks/133.392ae90c3b2a67f2.js,sha256=IK-mb9ZlF6uJUdU8AuXsppc99tFL8svJvZtKNZGNtcY,411
144
145
  khoj/interface/compiled/_next/static/chunks/1592.b069bdb7aaddd2eb.js,sha256=VUaP2gjX3W9tA9pOH_VIPG_2BIg7Wk1AICrfU5iHgrk,71096
145
- khoj/interface/compiled/_next/static/chunks/1915-ab4353eaca76f690.js,sha256=qArqL3leavWRcZkX4ZuWgemtKnmV6c-_yrNtMu_8SeY,11277
146
+ khoj/interface/compiled/_next/static/chunks/1915-1943ee8a628b893c.js,sha256=qArqL3leavWRcZkX4ZuWgemtKnmV6c-_yrNtMu_8SeY,11277
146
147
  khoj/interface/compiled/_next/static/chunks/2069.f060659791c0c484.js,sha256=C_oat_BkZcLOHsyJlNN_5I55fB7ee1zkkZ9FT5zOzn4,186
147
- khoj/interface/compiled/_next/static/chunks/2117-1c18aa2098982bf9.js,sha256=3KtUs1Aeno0OfsXZ2ymJ0d5HXwO2_Osq2uGIIGiDagI,123994
148
+ khoj/interface/compiled/_next/static/chunks/2117-5a41630a2bd2eae8.js,sha256=3KtUs1Aeno0OfsXZ2ymJ0d5HXwO2_Osq2uGIIGiDagI,123994
148
149
  khoj/interface/compiled/_next/static/chunks/2170.45431769330fa5b7.js,sha256=C7Puu9x18DhdR5Sh8XXvTzPdP_HTK6WhsJDNW-NoB7o,24019
149
- khoj/interface/compiled/_next/static/chunks/2327-9d37761c0bdbc3ff.js,sha256=9r7Or2QaUePi6LIOeNfW9PPdlQ3ZN-pn-O4kvtcosSI,127222
150
+ khoj/interface/compiled/_next/static/chunks/2327-7c83cc910eb06c02.js,sha256=FzQp85uPWPwQVpweC8mXwN1LlNhoU3pzMN9NRALOcsE,127119
150
151
  khoj/interface/compiled/_next/static/chunks/3237.c4754f02f1a388cb.js,sha256=Z5iOEX0mPj-5tuoU4Bq_IjpAlyc4MURKlBoaExsULTk,177
151
152
  khoj/interface/compiled/_next/static/chunks/3305.1fc7297ba154ee95.js,sha256=mfrpv-asuYmBmbqIh1p3UnPMAxg2pKlxE3Rzmth8O6s,37266
152
153
  khoj/interface/compiled/_next/static/chunks/3332.6313db5217bb1b67.js,sha256=4lNF9JhPQdTX2xDojGOvvanM0Y0VScwM3kmF4p0RHFg,3776
@@ -155,21 +156,21 @@ khoj/interface/compiled/_next/static/chunks/3460.39c2b9b6a3898384.js,sha256=gehY
155
156
  khoj/interface/compiled/_next/static/chunks/4299.2aaa569416cfc208.js,sha256=3HJ8OvB9BDJW0-qCBd1eUmChoBAxaCX6R81ftWZ1CHw,21659
156
157
  khoj/interface/compiled/_next/static/chunks/4327.238d15c09a039b8b.js,sha256=mZa4Oyltc9JrokqnalRTjzcvWgX4S3i3REXiHzRYH1o,296536
157
158
  khoj/interface/compiled/_next/static/chunks/4357-d86d3401f6f6f802.js,sha256=KDM1m01Fz-vcAMfxQfYPO6SEZJVK7z4241JOCEvou6Y,45442
158
- khoj/interface/compiled/_next/static/chunks/4363-4efaf12abe696251.js,sha256=YFO-i3X2LrX9c4MgYY1kPsoRBaqVUkmfAKI62Rz2BVI,468054
159
+ khoj/interface/compiled/_next/static/chunks/4363-e6ac2203564d1a3b.js,sha256=YFO-i3X2LrX9c4MgYY1kPsoRBaqVUkmfAKI62Rz2BVI,468054
159
160
  khoj/interface/compiled/_next/static/chunks/4415.e0c0da5eedae4dd7.js,sha256=DEf8HPEstDFvBflOU0j0ilYHlVJilGcGsLgUx524FZQ,25544
160
- khoj/interface/compiled/_next/static/chunks/4447-5d44807c40355b1a.js,sha256=Uw8IrcKmVR3wba-FB9maP9i9l_kAYg59r8PN1T_ipQE,19621
161
+ khoj/interface/compiled/_next/static/chunks/4447-e038b251d626c340.js,sha256=Uw8IrcKmVR3wba-FB9maP9i9l_kAYg59r8PN1T_ipQE,19621
161
162
  khoj/interface/compiled/_next/static/chunks/4609-33aa487dff03a9fd.js,sha256=1M6QAfVZa2g2Q4jXRdSI1wjrZ4G9yKjINJt8qyTKm1A,24698
162
163
  khoj/interface/compiled/_next/static/chunks/4610.a1e7f40a759ed2aa.js,sha256=b5JDRPyQv2MsibYoK2TDT76LMAoDTRzFM-fa81mJxow,14102
163
164
  khoj/interface/compiled/_next/static/chunks/4650.41f041da0ad365ad.js,sha256=EZeckNrMc3ZUX_LexPgaeusEq-dGBNEPm7nc5nvb4OM,33902
164
165
  khoj/interface/compiled/_next/static/chunks/479.a7e0c9cfc376a695.js,sha256=IMtRORJyc8TGABlltunJ1si_GUwBMK9bCSeyr7RDdw8,7379
165
166
  khoj/interface/compiled/_next/static/chunks/4872.5422e8324272ab40.js,sha256=fXqb_gUYEnKRgeI3AJuAG6kKAOlVkVXyndmNkhetCyo,11176
166
- khoj/interface/compiled/_next/static/chunks/4986-10ca6c2d6cbcb448.js,sha256=_aBPxqeQ-XDpQjQ63X0rCUsJpsBvgfjQsmEyjcUVMF4,36281
167
+ khoj/interface/compiled/_next/static/chunks/4986-14ea63faad1615a4.js,sha256=_aBPxqeQ-XDpQjQ63X0rCUsJpsBvgfjQsmEyjcUVMF4,36281
167
168
  khoj/interface/compiled/_next/static/chunks/5061.79a660faed0e16a9.js,sha256=EJDyOblv9Po4UPs6ylIKVspSnRQehMXKXuLlW2NVCzo,11215
168
169
  khoj/interface/compiled/_next/static/chunks/5279.85d537880b8041ae.js,sha256=3VvdW0sZ8Abfq-qXFvBinh3n65XkjWJBUrFMcRMHIXw,3878
169
170
  khoj/interface/compiled/_next/static/chunks/5402.b9460f1b16b57e92.js,sha256=TFB5N1RYbKelRJXW70T4tT0lEjB3u7RS5lItHOfX-TU,24369
170
- khoj/interface/compiled/_next/static/chunks/5427-ec87e7fa4b0d76cb.js,sha256=rz8GcF3QchNfP_iV8keDo9OwbjODzqErnKmld6bONOY,31795
171
+ khoj/interface/compiled/_next/static/chunks/5427-442f34b514b9fc26.js,sha256=QaxSADflROkzhUDs3OPtt8mpaFIc_3UtBjSS8aTWpzE,31914
171
172
  khoj/interface/compiled/_next/static/chunks/5473-921e17a6177f9729.js,sha256=Xl8sKJ3GbVq0N5RD-rvjZxkN0zHQQw5Ix8jltbMwLhc,46052
172
- khoj/interface/compiled/_next/static/chunks/5477-060a89922423c280.js,sha256=IN2Fpk0d9yv18S1sZokz9jH_w1LL6ifpNC8FzZ6cUxI,14579
173
+ khoj/interface/compiled/_next/static/chunks/5477-c47f3a23981c89da.js,sha256=IN2Fpk0d9yv18S1sZokz9jH_w1LL6ifpNC8FzZ6cUxI,14579
173
174
  khoj/interface/compiled/_next/static/chunks/5555.f7cf9795d675de51.js,sha256=uJjZjASQiVGqPR7_Cn3RFZOe9cLnMaOEHYHMyssfyzI,100164
174
175
  khoj/interface/compiled/_next/static/chunks/5621-415bdc6c7b57af11.js,sha256=cvNw0hIbmSGZAp--CTZKvnf4bNjyvAMY5WKsHVNy6cE,24074
175
176
  khoj/interface/compiled/_next/static/chunks/58.f4bd8a3c9d88f5fe.js,sha256=8j1vUdozD7ROLnHcr7k5Z9emrhg2ukJ60e6fRBIymxo,31287
@@ -186,12 +187,12 @@ khoj/interface/compiled/_next/static/chunks/7953.f6fc335a23efb959.js,sha256=8XIn
186
187
  khoj/interface/compiled/_next/static/chunks/8254.3145a4fbdcfdca46.js,sha256=sur8InabGfvh1HqNQhwBssc1tCPae_WKQ-efoYU1Q8A,412
187
188
  khoj/interface/compiled/_next/static/chunks/8400.c95e4e79bcd79a56.js,sha256=3SlFozKtF4DYQYPT3hB5M7VEm3e_W71kC19JgADz-3k,19864
188
189
  khoj/interface/compiled/_next/static/chunks/8515-f305779d95dd5780.js,sha256=QyTarawMADcAup6ipG9JMVnvkbkoYh0Ury2EWkflZ3o,1619194
189
- khoj/interface/compiled/_next/static/chunks/8667-adbe6017a66cef10.js,sha256=kyiAVJTylsiOPFTb63uZn_pMlk4pYhDYt_N7xL76PTM,7214
190
+ khoj/interface/compiled/_next/static/chunks/8667-8136f74e9a086fca.js,sha256=kyiAVJTylsiOPFTb63uZn_pMlk4pYhDYt_N7xL76PTM,7214
190
191
  khoj/interface/compiled/_next/static/chunks/8673.be44c4d9e4f1d084.js,sha256=jiE4xU-TbkVC4R60SIgxwdo31T9mbdVBVuhP4H60i94,18629
191
192
  khoj/interface/compiled/_next/static/chunks/8698.a088118fef40d302.js,sha256=mrK-3ZahVSF7sZij3l-PyXKxp-ccXU9orykXDc7YzsM,180
192
193
  khoj/interface/compiled/_next/static/chunks/9022.33974a513a281fd2.js,sha256=6NmDzRbI0NyTisUT04sq9M0czUqvlwZoV4E7Onp-55Q,57192
193
194
  khoj/interface/compiled/_next/static/chunks/90542734.9e6e44b1b45b30fe.js,sha256=5Ivye3p3HC-Ekf-bIPdnvmg_JtYLkCqyRPWtciOmuuo,413716
194
- khoj/interface/compiled/_next/static/chunks/9259-d8bcd9da9e80c81e.js,sha256=lZJF9qq4_MeSRsHeNPNcxkqh2vhBfag5iAxg6krHA9g,34848
195
+ khoj/interface/compiled/_next/static/chunks/9259-640fdd77408475df.js,sha256=lZJF9qq4_MeSRsHeNPNcxkqh2vhBfag5iAxg6krHA9g,34848
195
196
  khoj/interface/compiled/_next/static/chunks/9334-b22127fe2d39bc60.js,sha256=_TPWqSCbf86Ig1vIEDRLXzloZujDoxpoEWhRPUf6b5U,29065
196
197
  khoj/interface/compiled/_next/static/chunks/9433.b1b5f5d050c43e3c.js,sha256=kMVC0Gg95UqjfQXpGvi-WUSg_kYp0SN7CTPTHxHxDBk,144858
197
198
  khoj/interface/compiled/_next/static/chunks/94ca1967.1b3402358e0e1255.js,sha256=WJXEIy24FD6PNQePg-uahendJMNc03GgnVveitFeshI,1174524
@@ -204,22 +205,22 @@ khoj/interface/compiled/_next/static/chunks/framework-8e0e0f4a6b83a956.js,sha256
204
205
  khoj/interface/compiled/_next/static/chunks/main-876327ac335776ab.js,sha256=JkQUmA9vh1B4VVGF5dbZ8Kun0AnIVUbZr5IBK90T4Zs,111290
205
206
  khoj/interface/compiled/_next/static/chunks/main-app-de1f09df97a3cfc7.js,sha256=bqnztujKItXfFBzQlaBmDZyfJpQt_M93CXOuchJfpD0,471
206
207
  khoj/interface/compiled/_next/static/chunks/polyfills-42372ed130431b0a.js,sha256=CXPB1kyIrcjjyVBBDLWLKI9yEY1ZZbeASUON648vloM,112594
207
- khoj/interface/compiled/_next/static/chunks/webpack-c6bde5961098facd.js,sha256=cnc91CGfuR_tfaK_H83C6r2Fp4WZEfCBaruUKRkMRDM,4891
208
- khoj/interface/compiled/_next/static/chunks/app/layout-bd8210ff1de491d7.js,sha256=8gTcL8-sV5oa7vJRTxlgOpZvhNrsKomsu75DpVpqfE0,3983
209
- khoj/interface/compiled/_next/static/chunks/app/page-392b7719999f2e46.js,sha256=zqvrdTNFKHk3LibIMCfpi2DztCy3YpHPQlvk7ogqYdc,31223
208
+ khoj/interface/compiled/_next/static/chunks/webpack-449ea2835ec65e75.js,sha256=q5eV3ZaR-EYNga-QehWlJJC2XZe_z15cWkrDWyB2hdw,4891
209
+ khoj/interface/compiled/_next/static/chunks/app/layout-baa6e7974e560a7a.js,sha256=7JZS2Pr995Lwu3FeQpAvheLS1Bn5w5HOFsecV2_kyQA,3880
210
+ khoj/interface/compiled/_next/static/chunks/app/page-38f1f125d7aeb4c7.js,sha256=zqvrdTNFKHk3LibIMCfpi2DztCy3YpHPQlvk7ogqYdc,31223
210
211
  khoj/interface/compiled/_next/static/chunks/app/_not-found/page-0ec97c4970898f2d.js,sha256=zElhiTkdu2JqrEvJ8Lrxh4HCyfLmPllBHHWOuDtrVlw,1755
211
- khoj/interface/compiled/_next/static/chunks/app/agents/layout-e49165209d2e406c.js,sha256=WFG6nsdtjnYHsKazIx5-xBXemVzEKXfW_U6Q9dnc7CU,180
212
- khoj/interface/compiled/_next/static/chunks/app/agents/page-3993a8df749f2f29.js,sha256=VtUxhOK9QWUWn2qQ4Q2crOdpoWQNtSIppFog4VqT90M,18319
212
+ khoj/interface/compiled/_next/static/chunks/app/agents/layout-e00fb81dca656a10.js,sha256=Prg_1BSPDnJDTXEx-Ai9RtlK0nesPWDFIVFFCMuVUiw,180
213
+ khoj/interface/compiled/_next/static/chunks/app/agents/page-c9ceb9b94e24b94a.js,sha256=VtUxhOK9QWUWn2qQ4Q2crOdpoWQNtSIppFog4VqT90M,18319
213
214
  khoj/interface/compiled/_next/static/chunks/app/automations/layout-7f5c33a70e46b3af.js,sha256=s2wHeQ-ai9rKyU9EjOGY1Yo51L4ZEkjLtML85BqN3Zc,5143
214
- khoj/interface/compiled/_next/static/chunks/app/automations/page-50182e85e30880e1.js,sha256=ITcb5ZxvXH5DMA1_tFb0gilqRfAF6WvU6GP-X9gHq74,34836
215
+ khoj/interface/compiled/_next/static/chunks/app/automations/page-3dc59a0df3827dc7.js,sha256=ITcb5ZxvXH5DMA1_tFb0gilqRfAF6WvU6GP-X9gHq74,34836
215
216
  khoj/interface/compiled/_next/static/chunks/app/chat/layout-d5ae861e1ade9d08.js,sha256=oe6TgLOEOch5Nr3Z-DEdMIp3MD5vd0rH7dTp-mdEXYg,180
216
- khoj/interface/compiled/_next/static/chunks/app/chat/page-8233a00e74d4aa5f.js,sha256=_yhANE-Higndonjvgsi7ni-76Ezta5pO_zx_vf__MSs,28293
217
+ khoj/interface/compiled/_next/static/chunks/app/chat/page-e45eb7006686f517.js,sha256=3o3GL6vq5gcH9MszJ-5gaBA-AAchAlSSc40SSsbykMY,28543
217
218
  khoj/interface/compiled/_next/static/chunks/app/search/layout-f5881c7ae3ba0795.js,sha256=Bm4Y73ylR-j9_LdKXVUjgLppZJ6JRdLTUgYAsZCOBkQ,180
218
- khoj/interface/compiled/_next/static/chunks/app/search/page-f7f648807b59310a.js,sha256=OMP4Lt2KSMW-H1QmxlwIaK5lX6L50EKWld9ocEK1Txw,32714
219
+ khoj/interface/compiled/_next/static/chunks/app/search/page-26d4492fb1200e0e.js,sha256=OMP4Lt2KSMW-H1QmxlwIaK5lX6L50EKWld9ocEK1Txw,32714
219
220
  khoj/interface/compiled/_next/static/chunks/app/settings/layout-8a22f370d3eaeed3.js,sha256=dIfmM5C_Al-Zh_uqaJmniSxjXbu3LqPzrEw4SQ7vs0I,6132
220
- khoj/interface/compiled/_next/static/chunks/app/settings/page-32122d865d786a47.js,sha256=YYXP1qnB2Md3GCEY1RqnPO25jc4CaWBq5trkwnSfrJs,27178
221
- khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-64a53f8ec4afa6b3.js,sha256=vSWDZtrfHaKt9-zHQXCliMs5g3Ivwli2qaH83lo6x_4,180
222
- khoj/interface/compiled/_next/static/chunks/app/share/chat/page-52a567d6080cd5bb.js,sha256=d_GXLAPUwQkrvFJ2GlJRV3rG37PGp_qFe6gerxX0MrA,5568
221
+ khoj/interface/compiled/_next/static/chunks/app/settings/page-bf1a4e488b29fceb.js,sha256=G5IbKe1DHQwrjMj12cQJH_QVHR7d0pn1hGsLX50BNnA,27898
222
+ khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-b3f7ae1ef8871d30.js,sha256=JsEyiIoEsN1WLgEjun_x908uUc85ve2k3cNY4YF2yyw,180
223
+ khoj/interface/compiled/_next/static/chunks/app/share/chat/page-a1f10c96366c3a4f.js,sha256=d_GXLAPUwQkrvFJ2GlJRV3rG37PGp_qFe6gerxX0MrA,5568
223
224
  khoj/interface/compiled/_next/static/chunks/pages/_app-3c9ca398d360b709.js,sha256=UqtikLsCsOWtDUJOW6Tuk9P-bV1V3MhYd3ghrQuEmfs,286
224
225
  khoj/interface/compiled/_next/static/chunks/pages/_error-cf5ca766ac8f493f.js,sha256=w_It3VzKT8O1M3CrJ_hZHsaU7M7dq3EAaVG8KvJ-fhU,253
225
226
  khoj/interface/compiled/_next/static/css/0db53bacf81896f5.css,sha256=7Kq40hXKsqTnQEz4otvA49gEDms7a0XAFCB0rwrnXQo,30547
@@ -307,8 +308,8 @@ khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBn
307
308
  khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
308
309
  khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
309
310
  khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
310
- khoj/interface/compiled/agents/index.html,sha256=zrba6U6WuJp3RP9RU6_zPxoa358D6HY6AQXUWodGoIA,16535
311
- khoj/interface/compiled/agents/index.txt,sha256=_qiO4zwsP1nVt-OYEccQWLUVO_euIm0ka8w_KE7wyrE,7353
311
+ khoj/interface/compiled/agents/index.html,sha256=ahzQTOjzsjEtURKXKaLdRvwZ30yKxS6ALZV-QtLLilc,16535
312
+ khoj/interface/compiled/agents/index.txt,sha256=GUNyKIMYFq0iq8pJou92XUjRJ9ao_ZwoQhx7BPKCwDI,7353
312
313
  khoj/interface/compiled/assets/icons/khoj_lantern.ico,sha256=eggu-B_v3z1R53EjOFhIqqPnICBGdoaw1xnc0NrzHck,174144
313
314
  khoj/interface/compiled/assets/icons/khoj_lantern.svg,sha256=I_8XP5X84gEOoCRhCRKOQn_GKZrz3SUBXct7WxHvY7c,8767
314
315
  khoj/interface/compiled/assets/icons/khoj_lantern_1200x1200.png,sha256=xDx0bbD-WMflgg8zck9oPIIuTIvywtuED2k7CjSQS4w,66194
@@ -323,16 +324,16 @@ khoj/interface/compiled/assets/samples/desktop-remember-plan-sample.png,sha256=i
323
324
  khoj/interface/compiled/assets/samples/phone-browse-draw-sample.png,sha256=Dd4fPwtFl6BWqnHjeb1mCK_ND0hhHsWtx8sNE7EiMuE,406179
324
325
  khoj/interface/compiled/assets/samples/phone-plain-chat-sample.png,sha256=DEDaNRCkfEWUeh3kYZWIQDTVK1a6KKnYdwj5ZWisN_Q,82985
325
326
  khoj/interface/compiled/assets/samples/phone-remember-plan-sample.png,sha256=Ma3blirRmq3X4oYSsDbbT7MDn29rymDrjwmUfA9BMuM,236285
326
- khoj/interface/compiled/automations/index.html,sha256=hqpVSkgxjo8v2JjkLw7kkeD1l3SNcGZb1XLtYg72NVQ,54405
327
- khoj/interface/compiled/automations/index.txt,sha256=JQaGIwVQ4XvJxcxlYXRpO_4d7D0R0REa3iBn0ZOOUqs,7582
328
- khoj/interface/compiled/chat/index.html,sha256=Indeu5J5xKTc_avmDDhW6FZJT6OwVE8KEWDFpnRpcqU,53532
329
- khoj/interface/compiled/chat/index.txt,sha256=cRYTlCTQF7MH66bEN-V3QHdsAt5U3S8lK3SWg0-hNz8,7991
330
- khoj/interface/compiled/search/index.html,sha256=JwucpzXWJoFmEH4bOdWB_PlXRQoVuosDZzHfMV1U4gQ,55304
331
- khoj/interface/compiled/search/index.txt,sha256=E7HZH5cz0_24TP9oU6QCx3SsgUoryD6eLe0CgSq28xs,6567
332
- khoj/interface/compiled/settings/index.html,sha256=sgdlUEjJk0Vbozni2IXpJWDRK_r25Ys_ji0YSKDklDM,53053
333
- khoj/interface/compiled/settings/index.txt,sha256=NIX46tIAxNvB0j5R7s_BI9wsjJX_X5_JWGFGhGrfYkM,7836
334
- khoj/interface/compiled/share/chat/index.html,sha256=3ZWdzg7PZ0aOsHtHWVcs8cAWXA8lGOgSR3_KK2AOxUE,54112
335
- khoj/interface/compiled/share/chat/index.txt,sha256=5ClX0xgLwdUGXw6zDaxus15wtbrwLDp0duYXqActgh0,8453
327
+ khoj/interface/compiled/automations/index.html,sha256=5_n1I-A8yZxRC6Gm1FBytM1hZRi4WZ_FT9QJiOVeJfg,54405
328
+ khoj/interface/compiled/automations/index.txt,sha256=qvnzT7YiymkYuNOJEx_bBSFYqJfwwvSLZLfuqtXIQl4,7582
329
+ khoj/interface/compiled/chat/index.html,sha256=anKAyTWVI0QXpUG-Xny2ompCKD8YtDarDIg5H5nvXKA,53532
330
+ khoj/interface/compiled/chat/index.txt,sha256=1XQJKxmsTuupy2stgaXShPq717KnFdRTzZ6DGGQ5T_I,7991
331
+ khoj/interface/compiled/search/index.html,sha256=T6ZoSOZynLLfQEnGCHGKphFBUF0FgA3FCS4A3C3XqRc,55304
332
+ khoj/interface/compiled/search/index.txt,sha256=IPuvMnQNHFKjzj-eyaiNkG6Lo-ShDU2PQHvOpFQL4P4,6567
333
+ khoj/interface/compiled/settings/index.html,sha256=tGAo-qfbD4XFojcIVf8T6ZCmBlTmY3MG97Tv1hRwx-s,53053
334
+ khoj/interface/compiled/settings/index.txt,sha256=Q2t8Jo7u5pWSKs9dZNaCwiOyrKpq_0a7zSlUZiCsMVU,7836
335
+ khoj/interface/compiled/share/chat/index.html,sha256=k5SlWri-UdeBF72eRuUdbsa1EHh7loQQM67wi4vO9JI,54112
336
+ khoj/interface/compiled/share/chat/index.txt,sha256=UmvbMAUtUU3zY9mYzm7tw8VaWR4EKD_UGZ6UabZvvkU,8453
336
337
  khoj/interface/email/feedback.html,sha256=xksuPFamx4hGWyTTxZKRgX_eiYQQEuv-eK9Xmkt-nwU,1216
337
338
  khoj/interface/email/magic_link.html,sha256=372ESbTPKM9acekuZcOIKOw6kBl-KikFg_L9MOHqJkg,2094
338
339
  khoj/interface/email/task.html,sha256=tY7a0gzVeQ2lSQNu7WyXR_s7VYeWTrxWEj1iHVuoVE4,2813
@@ -388,35 +389,35 @@ khoj/processor/conversation/prompts.py,sha256=7-m6lRCK2iMgABqwJ-z_0LcZYaoVaTUmir
388
389
  khoj/processor/conversation/utils.py,sha256=au1hpP6oCLoP7hYYtYFfUO2fgx910aQ6Elmshd4YjCE,34013
389
390
  khoj/processor/conversation/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
390
391
  khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=b38Lzv-TemziLPTgvTKC8VGTMx_zUkcPKPA3IRbz4m8,8954
391
- khoj/processor/conversation/anthropic/utils.py,sha256=kY2Re6_OtU3uLD13zZAxXqRF_LCt47LGR1lhN7y8vAM,9656
392
+ khoj/processor/conversation/anthropic/utils.py,sha256=IeaEnIvYuFhPJo1E2ZSnkewgqvkYCKy67mEygH8FSVI,9863
392
393
  khoj/processor/conversation/google/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
393
- khoj/processor/conversation/google/gemini_chat.py,sha256=ksIxVHHJVeuc6GkVZrKhwqvJC5ehu9Q9vsxr1xirQ0w,9421
394
- khoj/processor/conversation/google/utils.py,sha256=MvJL9m5uUeWcbjcOAv51FQcur-gxFso4bp8CB1ABeB8,13465
394
+ khoj/processor/conversation/google/gemini_chat.py,sha256=y-dpR9IYWtj-zuv68Bs7v-BrlqIrP-0GxC0M33_nplE,9551
395
+ khoj/processor/conversation/google/utils.py,sha256=UM_w5t134CPAIxtD9iT6jHZBw6MfYXN2ppLrCjvDOms,14510
395
396
  khoj/processor/conversation/offline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
396
397
  khoj/processor/conversation/offline/chat_model.py,sha256=Sr0VpCipeWdEnuOQjgBo89uPZzQkQRSdTo5fm0EZTpI,11326
397
398
  khoj/processor/conversation/offline/utils.py,sha256=51McImxl6u1qgRYvMt7uzsgLGSLq5SMFy74ymlNjIcc,3033
398
399
  khoj/processor/conversation/offline/whisper.py,sha256=DJI-8y8DULO2cQ49m2VOvRyIZ2TxBypc15gM8O3HuMI,470
399
400
  khoj/processor/conversation/openai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
400
401
  khoj/processor/conversation/openai/gpt.py,sha256=9AyXGBMfAhwedMlNaf5oI6WrC0T6MEiK-wc3bieV1uA,10675
401
- khoj/processor/conversation/openai/utils.py,sha256=N8V8RuxvmPNsb0sJTCjTcTSzSC4Bh6LubS0RerMlOVw,9522
402
+ khoj/processor/conversation/openai/utils.py,sha256=TyBlAHhZdpmeJZuhW1zCcvxlYHVCEqko06zUaB6UpQg,10688
402
403
  khoj/processor/conversation/openai/whisper.py,sha256=zoEeK1LNCg_tzP4xzYi5vRPzNPGuDGzpkrkG7d1LUn4,447
403
404
  khoj/processor/image/generate.py,sha256=FAIIsr8TIHxWxK-INNK4jJOOswBxQFyi_G4tI8NNEI8,10571
404
405
  khoj/processor/speech/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
405
406
  khoj/processor/speech/text_to_speech.py,sha256=Q7sapi5Hv6woXOumtrGqR0t6izZrFBkWXFOGrHM6dJ4,1929
406
407
  khoj/processor/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
407
408
  khoj/processor/tools/online_search.py,sha256=BjmT5M9oSdWViiEoLXqPECg_2w_z6MLz0CcdREb9h-0,24699
408
- khoj/processor/tools/run_code.py,sha256=FtPniI6woRhf7KY_BePBKghODQAnKVQOABjRtNO6IN8,12157
409
+ khoj/processor/tools/run_code.py,sha256=DtenheSYbRu_iw82pHSVGJGKJqfMT69dNZ_lCLqCV1s,12416
409
410
  khoj/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
410
411
  khoj/routers/api.py,sha256=1sAJN5KvssFph7AcoFSJmQDlveOgyy530E9Bb-rJUTk,29491
411
- khoj/routers/api_agents.py,sha256=4bYSFIi2K41lZJynrJOJmvG9VzLa9spQEatKGlxxVLc,15947
412
+ khoj/routers/api_agents.py,sha256=aEJJnQe1yogSkKO6W3Q8Ukl-xHMnqIAx3jB4M-kGNdY,17043
412
413
  khoj/routers/api_chat.py,sha256=hYYhcWQpuc_GrZuPyh8BCozeN8PTDd44LUVuvFiA_Wo,52358
413
414
  khoj/routers/api_content.py,sha256=uLO3eir36rERkhhKU1HOdEv8KTi_z_edT9cHMCZP1W8,24578
414
- khoj/routers/api_model.py,sha256=eDYKasFuqwa9msJwgHZ5TEx5sVX91Sc9joefSryNWY4,3718
415
+ khoj/routers/api_model.py,sha256=H4s4TO7omUFi77H56AWjZs9-o_N-Fqq2OnaPHqR8pLM,5251
415
416
  khoj/routers/api_phone.py,sha256=p9yfc4WeMHDC0hg3aQk60a2VBy8rZPdEnz9wdJ7DzkU,2208
416
417
  khoj/routers/api_subscription.py,sha256=qnbKwA6N1TWK8Aiu1FFLka_JhbPOuwqT262NSHGZDiQ,5569
417
418
  khoj/routers/auth.py,sha256=jk2lqAS_650lQsoaOFTlZd9W_LL8HbN5zhHTZza_lqs,11258
418
419
  khoj/routers/email.py,sha256=wvr6_fpk0RuKcTPC6suI8JDZPLYzJ9hAhz_G41yZytc,3923
419
- khoj/routers/helpers.py,sha256=_heciF7GfV3raZhjk57JWgfg6Z22RddFPlViGx3--mg,98946
420
+ khoj/routers/helpers.py,sha256=2CZN_hzwZ_7FWVjBN5oLojdlbeU5GI4licDcbdyEcYk,99305
420
421
  khoj/routers/notion.py,sha256=g53xyYFmjr2JnuIrTW2vytbfkiK_UkoRTxqnnLSmD5o,2802
421
422
  khoj/routers/research.py,sha256=aylYNWYcQfWMGs-KfkA79a_K3rFrUcdxRN4BCNWTfQo,18727
422
423
  khoj/routers/storage.py,sha256=lao0DvsF49QleZvOdjKM98RU2cGfCJDBb7WeoI7Rr3I,2172
@@ -432,17 +433,17 @@ khoj/search_type/text_search.py,sha256=PZzJVCXpeBM795SIqiAKXAxgnCp1NIRiVikm040r1
432
433
  khoj/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
433
434
  khoj/utils/cli.py,sha256=fI1XQYMtJzLGOKQZQ5XxFOrC8sGjK3Alnteg5U62rWI,3882
434
435
  khoj/utils/config.py,sha256=aiOkH0je8A30DAGYTHMRePrgJonFv_i07_7CdhhhcdA,1805
435
- khoj/utils/constants.py,sha256=lTIeBbQ-dix-X02DISzCgjI_4r54XEMIvV4aqTXP34w,2844
436
+ khoj/utils/constants.py,sha256=-Ks8dpYDSKLA6Y_cwXLgEtn9-LXDMwnUxDNC2OhZ9W4,3353
436
437
  khoj/utils/fs_syncer.py,sha256=5nqwAZqRk3Nwhkwd8y4IomTPZQmW32GwAqyMzal5KyY,9996
437
- khoj/utils/helpers.py,sha256=_DY7LfWuLOCdFEgF4U7zREaIWYhmM3zk31GX_EwFwt4,27417
438
+ khoj/utils/helpers.py,sha256=2jlXi7VqfOYAxhrsouWKhlUjNsiDEQJQCd7wHcbN-Mc,27794
438
439
  khoj/utils/initialization.py,sha256=R-bM8D0QbY8g2R5o-8DsfRAnUPHIu3crPWNdg5wkaCs,15022
439
440
  khoj/utils/jsonl.py,sha256=0Ac_COqr8sLCXntzZtquxuCEVRM2c3yKeDRGhgOBRpQ,1192
440
441
  khoj/utils/models.py,sha256=Q5tcC9-z25sCiub048fLnvZ6_IIO1bcPNxt5payekk0,2009
441
442
  khoj/utils/rawconfig.py,sha256=wfZTk-Aifb-_q9Yh-NPfh9LlLTioYG-yBqrasgvo4pc,5045
442
443
  khoj/utils/state.py,sha256=axjZhnby8L3bY-N1VVoWgBH1RpFGK6U3_ZeNo1Kt7hs,1679
443
444
  khoj/utils/yaml.py,sha256=qy1Tkc61rDMesBw_Cyx2vOR6H-Hngcsm5kYfjwQBwkE,1543
444
- khoj-1.40.1.dev1.dist-info/METADATA,sha256=h5kVxkOokbXGL-IaawmJ8eiDAZyeNs3-WMseye7aJzQ,7837
445
- khoj-1.40.1.dev1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
446
- khoj-1.40.1.dev1.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
447
- khoj-1.40.1.dev1.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
448
- khoj-1.40.1.dev1.dist-info/RECORD,,
445
+ khoj-1.40.1.dev13.dist-info/METADATA,sha256=0v-yyXRAdndkWWElX6TMcbyw7lcCAVNdfNWsI63iJRA,8400
446
+ khoj-1.40.1.dev13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
447
+ khoj-1.40.1.dev13.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
448
+ khoj-1.40.1.dev13.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
449
+ khoj-1.40.1.dev13.dist-info/RECORD,,