khoj 1.26.3.dev1__py3-none-any.whl → 1.26.4__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 (31) hide show
  1. khoj/configure.py +1 -1
  2. khoj/database/adapters/__init__.py +2 -0
  3. khoj/database/migrations/0070_alter_agent_input_tools_alter_agent_output_modes.py +46 -0
  4. khoj/database/models/__init__.py +6 -2
  5. khoj/interface/compiled/404/index.html +1 -1
  6. khoj/interface/compiled/_next/static/chunks/{webpack-e55f1adb55ea048d.js → webpack-c6008e79c8ef349d.js} +1 -1
  7. khoj/interface/compiled/agents/index.html +1 -1
  8. khoj/interface/compiled/agents/index.txt +1 -1
  9. khoj/interface/compiled/automations/index.html +1 -1
  10. khoj/interface/compiled/automations/index.txt +1 -1
  11. khoj/interface/compiled/chat/index.html +1 -1
  12. khoj/interface/compiled/chat/index.txt +1 -1
  13. khoj/interface/compiled/factchecker/index.html +1 -1
  14. khoj/interface/compiled/factchecker/index.txt +1 -1
  15. khoj/interface/compiled/index.html +1 -1
  16. khoj/interface/compiled/index.txt +1 -1
  17. khoj/interface/compiled/search/index.html +1 -1
  18. khoj/interface/compiled/search/index.txt +1 -1
  19. khoj/interface/compiled/settings/index.html +1 -1
  20. khoj/interface/compiled/settings/index.txt +1 -1
  21. khoj/interface/compiled/share/chat/index.html +1 -1
  22. khoj/interface/compiled/share/chat/index.txt +1 -1
  23. khoj/routers/auth.py +2 -2
  24. khoj/routers/subscription.py +1 -1
  25. {khoj-1.26.3.dev1.dist-info → khoj-1.26.4.dist-info}/METADATA +2 -2
  26. {khoj-1.26.3.dev1.dist-info → khoj-1.26.4.dist-info}/RECORD +31 -30
  27. /khoj/interface/compiled/_next/static/{L2EMXoXvQA9X_1R7o_zhM → ASnPKJrdlcyF3Zq8ETXHE}/_buildManifest.js +0 -0
  28. /khoj/interface/compiled/_next/static/{L2EMXoXvQA9X_1R7o_zhM → ASnPKJrdlcyF3Zq8ETXHE}/_ssgManifest.js +0 -0
  29. {khoj-1.26.3.dev1.dist-info → khoj-1.26.4.dist-info}/WHEEL +0 -0
  30. {khoj-1.26.3.dev1.dist-info → khoj-1.26.4.dist-info}/entry_points.txt +0 -0
  31. {khoj-1.26.3.dev1.dist-info → khoj-1.26.4.dist-info}/licenses/LICENSE +0 -0
@@ -1,5 +1,5 @@
1
1
  khoj/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- khoj/configure.py,sha256=Gh0F5xBswYBhmPxNJoUN7hRc6NmfzeVZNCwKHpP9DmA,17499
2
+ khoj/configure.py,sha256=SIBuujc8C-QWn_i-8BbQKhvGkV51to2BvWQgUMlV6JY,17501
3
3
  khoj/main.py,sha256=9YMJEaKlVin5hxU0TcVH5X1CP6wX9HE8Z7qWSxNGPd0,8161
4
4
  khoj/manage.py,sha256=njo6uLxGaMamTPesHjFEOIBJbpIUrz39e1V59zKj544,664
5
5
  khoj/app/README.md,sha256=PSQjKCdpU2hgszLVF8yEhV7TWhbEEb-1aYLTRuuAsKI,2832
@@ -11,7 +11,7 @@ khoj/database/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  khoj/database/admin.py,sha256=VGXfQYYURbfeAslZq9icTsKKk3s93iTmssW6UtTtw88,9571
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=kfRUanLya-H9b5jU7EARUdIVaEbEsWNQeWT8ICI9rQM,64486
14
+ khoj/database/adapters/__init__.py,sha256=VB9NGoQ3sAV3DeDSCamKRIt77dLL3eWuj1LEy4Hq8J8,64648
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
@@ -97,25 +97,26 @@ khoj/database/migrations/0066_remove_agent_tools_agent_input_tools_and_more.py,s
97
97
  khoj/database/migrations/0067_alter_agent_style_icon.py,sha256=Z2HrLjBV5gx_OguzeJOPQmopx4HO52SsjAeR7bvZBQw,1861
98
98
  khoj/database/migrations/0068_alter_agent_output_modes.py,sha256=G86wHkT2eWUSwsO4U2NS1t_UzVjEz4kzbgENy8mpicw,692
99
99
  khoj/database/migrations/0069_webscraper_serverchatsettings_web_scraper.py,sha256=5yQ4DsYqtz2SvUU7b1izrNtgFOHNsVD2l05oC_gBAjU,3145
100
+ khoj/database/migrations/0070_alter_agent_input_tools_alter_agent_output_modes.py,sha256=ngMtW34OPde72xa3tRIAKiICiJtpbxE4oZmAP4GFhrQ,1451
100
101
  khoj/database/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
- khoj/database/models/__init__.py,sha256=ls0tbnxI4UNlIXT7UQR3A8ROGpHEkHJUJs5dKI7PjYo,23912
102
+ khoj/database/models/__init__.py,sha256=pCQpkUQT9jbaYxiDWEuHdHbRo69DdynKb7WmxgzJcvE,23986
102
103
  khoj/interface/compiled/agents.svg,sha256=yFCRwIM-Qawa0C5ggAo3ekb-Q1ElmotBOKIGhtfIQqM,1722
103
104
  khoj/interface/compiled/automation.svg,sha256=o7L2XYwJWRSMvl8h6TBv6Pt28RTRVMHqF04EPY0AFj0,1467
104
105
  khoj/interface/compiled/chat.svg,sha256=l2JoYRRgk201adTTdvJ-buKUrc0WGfsudix5xEvtM3A,2424
105
106
  khoj/interface/compiled/close.svg,sha256=hQ2iFLkNzHk0_iyTrSbwnWAeXYlgA-c2Eof2Iqh76n4,417
106
107
  khoj/interface/compiled/copy-button-success.svg,sha256=byqWAYD3Pn9IOXRjOKudJ-TJbP2UESbQGvtLWazNGjY,829
107
108
  khoj/interface/compiled/copy-button.svg,sha256=05bKM2eRxksfBlAPT7yMaoNJEk85bZCxQg67EVrPeHo,669
108
- khoj/interface/compiled/index.html,sha256=LKEoHA7jOLKvoxJHUJ7RU_UT0I1dDrKuV7fyPPgixt4,11791
109
- khoj/interface/compiled/index.txt,sha256=qbOhHbtVgaYodnXmYlEw6HCWR8dqj4QnhSTw3XKGAgo,5479
109
+ khoj/interface/compiled/index.html,sha256=rbqeU3HCMkSKCF0AnqgQgbK2ob83N1CvokueZ_grh6k,11791
110
+ khoj/interface/compiled/index.txt,sha256=V9RcpkQK31uwVdo5AOAQ8vAx7bUQdpz9JS5dKrf9kFA,5479
110
111
  khoj/interface/compiled/khoj.webmanifest,sha256=lsknYkvEdMbRTOUYKXPM_8krN2gamJmM4u3qj8u9lrU,1682
111
112
  khoj/interface/compiled/logo.svg,sha256=_QCKVYM4WT2Qhcf7aVFImjq_s5CwjynGXYAOgI7yf8w,8059
112
113
  khoj/interface/compiled/send.svg,sha256=VdavOWkVddcwcGcld6pdfmwfz7S91M-9O28cfeiKJkM,635
113
114
  khoj/interface/compiled/share.svg,sha256=91lwo75PvMDrgocuZQab6EQ62CxRbubh9Bhw7CWMKbg,1221
114
115
  khoj/interface/compiled/thumbs-down.svg,sha256=JGNl-DwoRmH2XFMPWwFFklmoYtKxaQbkLE3nuYKe8ZY,1019
115
116
  khoj/interface/compiled/thumbs-up.svg,sha256=yS1wxTRtiztkN-6nZciLoYQUB_KTYNPV8xFRwH2TQFw,1036
116
- khoj/interface/compiled/404/index.html,sha256=9qGp9rRwaGEVcMgulS6w0L-9_vUTyu6JZ96kN7lvncY,12051
117
- khoj/interface/compiled/_next/static/L2EMXoXvQA9X_1R7o_zhM/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
118
- khoj/interface/compiled/_next/static/L2EMXoXvQA9X_1R7o_zhM/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
117
+ khoj/interface/compiled/404/index.html,sha256=c7v-hlEJMEplc100m1Z5JJJL_AecBvMoChZ3x4ZxO2M,12051
118
+ khoj/interface/compiled/_next/static/ASnPKJrdlcyF3Zq8ETXHE/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
119
+ khoj/interface/compiled/_next/static/ASnPKJrdlcyF3Zq8ETXHE/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
119
120
  khoj/interface/compiled/_next/static/chunks/121-7024f479c297aef0.js,sha256=CcRT2AArGYTo7Orl5w69nrnMqdI_EmyEP_YqIj3FU1c,20952
120
121
  khoj/interface/compiled/_next/static/chunks/1603-fa3ee48860b9dc5c.js,sha256=HVKZBRar7SDL79-0YMd-Czrr3nyWu5nWvcU11xSQH2k,71504
121
122
  khoj/interface/compiled/_next/static/chunks/2697-a38d01981ad3bdf8.js,sha256=bPajH6RHGusfrF6IlxIsLLwnIwMIPeZfsFzJ_oS-UCI,7511
@@ -140,7 +141,7 @@ khoj/interface/compiled/_next/static/chunks/framework-8e0e0f4a6b83a956.js,sha256
140
141
  khoj/interface/compiled/_next/static/chunks/main-app-6d6ee3495efe03d4.js,sha256=i52E7sWOcSq1G8eYZL3mtTxbUbwRNxcAbSWQ6uWpMsY,475
141
142
  khoj/interface/compiled/_next/static/chunks/main-f84cd3c1873cd842.js,sha256=jKg2A4pPMmEAQmrA10rACH3daS8XXJeMnGOz1AsTkdI,111099
142
143
  khoj/interface/compiled/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js,sha256=6QPOwdWeAVe8x-SsiDrm-Ga6u2DkqgG5SFqglrlyIgA,91381
143
- khoj/interface/compiled/_next/static/chunks/webpack-e55f1adb55ea048d.js,sha256=NN5MAb0P7JU2JrHU_-RpMdIUjBCBYuwRPHqNt-Y8Yww,3721
144
+ khoj/interface/compiled/_next/static/chunks/webpack-c6008e79c8ef349d.js,sha256=bHoyMSM73hpMRlNN-Ow0ffQBu5SOysfMiEo1midwKUg,3721
144
145
  khoj/interface/compiled/_next/static/chunks/app/layout-d0f0a9067427fb20.js,sha256=ilPUPuMQt_2D48lC5c6AYeXT7J28ElR_Ym6VtjQwCO0,442
145
146
  khoj/interface/compiled/_next/static/chunks/app/page-8660f2e832e57de8.js,sha256=5WWAXDHF6ru8mqlFH1ndBvFGXKrGCYaDxqUe07NXpYU,28640
146
147
  khoj/interface/compiled/_next/static/chunks/app/_not-found/page-07ff4ab42b07845e.js,sha256=3mCUnxfMxyK44eqk21TVBrC6u--WSbvx31fTmQuOvMQ,1755
@@ -241,8 +242,8 @@ khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBn
241
242
  khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
242
243
  khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
243
244
  khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
244
- khoj/interface/compiled/agents/index.html,sha256=GrGnwXuXChLTepzOa1QAOL9dfVsp4ASDVybBuS1AKyQ,12522
245
- khoj/interface/compiled/agents/index.txt,sha256=5bmTI9kBYql0iiT9rTTYTF_0c2aHq-UU0QVxSGllH8A,5993
245
+ khoj/interface/compiled/agents/index.html,sha256=ZTOPu-1bGP5RdXxH-CPTeO4bYQwt5MJIMWJlPJEWga8,12522
246
+ khoj/interface/compiled/agents/index.txt,sha256=FQwC4rTi42D7NNsEX9pB6Twl7yH9JjFI05Pt2NQCQDg,5993
246
247
  khoj/interface/compiled/assets/icons/khoj_lantern.ico,sha256=eggu-B_v3z1R53EjOFhIqqPnICBGdoaw1xnc0NrzHck,174144
247
248
  khoj/interface/compiled/assets/icons/khoj_lantern_128x128.png,sha256=aTxivDb3CYyThkVZWz8A19xl_dNut5DbkXhODWF3A9Q,5640
248
249
  khoj/interface/compiled/assets/icons/khoj_lantern_256x256.png,sha256=xPCMLHiaL7lYOdQLZrKwWE-Qjn5ZaysSZB0ScYv4UZU,12312
@@ -253,18 +254,18 @@ khoj/interface/compiled/assets/samples/desktop-remember-plan-sample.png,sha256=i
253
254
  khoj/interface/compiled/assets/samples/phone-browse-draw-sample.png,sha256=Dd4fPwtFl6BWqnHjeb1mCK_ND0hhHsWtx8sNE7EiMuE,406179
254
255
  khoj/interface/compiled/assets/samples/phone-plain-chat-sample.png,sha256=DEDaNRCkfEWUeh3kYZWIQDTVK1a6KKnYdwj5ZWisN_Q,82985
255
256
  khoj/interface/compiled/assets/samples/phone-remember-plan-sample.png,sha256=Ma3blirRmq3X4oYSsDbbT7MDn29rymDrjwmUfA9BMuM,236285
256
- khoj/interface/compiled/automations/index.html,sha256=LeSco6MD5jAQR1K3T5PQ7J0MlGqJkfnsFHAxDX3fBfs,30932
257
- khoj/interface/compiled/automations/index.txt,sha256=JMLna0UVFpcoCOE5fHVPvL7i0hm62ICb0okJQ96iWbI,5627
258
- khoj/interface/compiled/chat/index.html,sha256=TDE-4fBtp-0h25HEiZeIbvYAe_-EhgDNZRBWr3jXCl0,13724
259
- khoj/interface/compiled/chat/index.txt,sha256=m1O7KV3dt05WiFk1VkMmbDsjkp0S834G5mZQmOMrCOs,6486
260
- khoj/interface/compiled/factchecker/index.html,sha256=iKWcZetp1pVi_3mcoaMqvPEDaeLhgapnrEJ5ZF4FL3A,29973
261
- khoj/interface/compiled/factchecker/index.txt,sha256=jTjvIDm48D5sQZqXdI5hKBoTjP6Yc1mIElnu8AxGf4c,5788
262
- khoj/interface/compiled/search/index.html,sha256=25HgyDatUs0GyB99-4vcTU6UZGlkyOcFhQ3WLn4eGkc,30161
263
- khoj/interface/compiled/search/index.txt,sha256=iIu19Fc0id1MFdMGQE42AJ_CenugpH8EUvSm4JmBu3E,5256
264
- khoj/interface/compiled/settings/index.html,sha256=BRs0qTSyEyXfIageTOEmXSDeGENDqi8yv_tRq7CoTEY,12831
265
- khoj/interface/compiled/settings/index.txt,sha256=xz2-_tpKjaMYLMB5GCiw5I1noutVHZE2qsqREjP9Irk,6078
266
- khoj/interface/compiled/share/chat/index.html,sha256=gQsSCa1p-yGNuFzl2pDVY5-l9ajQSNUwdzc9lIqI0cc,15049
267
- khoj/interface/compiled/share/chat/index.txt,sha256=ckh-zF040RbVwakHWQbxMOvl40nzMkStYqU9BWYngY8,7297
257
+ khoj/interface/compiled/automations/index.html,sha256=yICkQY3VyGUQJj89OHwt70SB5m9zIzyOL983hbDBmnk,30932
258
+ khoj/interface/compiled/automations/index.txt,sha256=bQdtHYX7B39RuZNq3dcUj0x1pD-o3-jrNb8u1CId9mI,5627
259
+ khoj/interface/compiled/chat/index.html,sha256=Hndn-KbNnDXdg70x0mxMU5sHMCSoclle6n9urjLkci4,13724
260
+ khoj/interface/compiled/chat/index.txt,sha256=PMstXaaNbNBUvgQ8Nt4mZoygvfru8DYOmXXATGjU2Kg,6486
261
+ khoj/interface/compiled/factchecker/index.html,sha256=ZPRJLN0LalJvbMfz0tqhqKjM_iTRZ4rNSBxcG9AT1Xw,29973
262
+ khoj/interface/compiled/factchecker/index.txt,sha256=bykT2PLKBKQ6ewGaQoMjYrWUGxkFzDb7m72ojthpEbQ,5788
263
+ khoj/interface/compiled/search/index.html,sha256=gnkRzR02nZf3_Z-p-KD2OAdxLlYIKNR8sq4OxCEM3iA,30161
264
+ khoj/interface/compiled/search/index.txt,sha256=UbBv6G0ujx8hUKy4a_0126HShgTx_SZf5GcFTEO9-sU,5256
265
+ khoj/interface/compiled/settings/index.html,sha256=UYn5uif41Z_VsKNMHn4sko8pp-HGKzUU1LYdzgjMdJA,12831
266
+ khoj/interface/compiled/settings/index.txt,sha256=fGxSRqzDAusepC5_6iWvdwSu2gBpjQJvXFN8BrddAO8,6078
267
+ khoj/interface/compiled/share/chat/index.html,sha256=IuDgeh7-EZ3MQfs2NhAROCqYP18SVt8ISYZUAnTCjns,15049
268
+ khoj/interface/compiled/share/chat/index.txt,sha256=8IypFvKoObOgGWO-NWRJnaCR9TKdbFb682OEn3rl1Xo,7297
268
269
  khoj/interface/email/feedback.html,sha256=xksuPFamx4hGWyTTxZKRgX_eiYQQEuv-eK9Xmkt-nwU,1216
269
270
  khoj/interface/email/magic_link.html,sha256=EoGKQucfPj3xQrWXhSZAzPFOYCHF_ZX94TWCd1XHl1M,941
270
271
  khoj/interface/email/task.html,sha256=tY7a0gzVeQ2lSQNu7WyXR_s7VYeWTrxWEj1iHVuoVE4,2813
@@ -344,12 +345,12 @@ khoj/routers/api_chat.py,sha256=Z0HbSTw_fY4UJA6C7t--aNLWpiUof8fqjYtSp7rifwI,4029
344
345
  khoj/routers/api_content.py,sha256=lWunOwVWYvnl1ue_D81g9ZSwBc0UxHmBIrdJoVPxN_A,17900
345
346
  khoj/routers/api_model.py,sha256=CR6aMVwgbh6dZEq1NZEeUBRVMMZubBQHTWAu6uzckf8,4650
346
347
  khoj/routers/api_phone.py,sha256=p9yfc4WeMHDC0hg3aQk60a2VBy8rZPdEnz9wdJ7DzkU,2208
347
- khoj/routers/auth.py,sha256=d3wzcysoYBQkPeqc1-gX8EnE7I_roVirMp5uzxOgobs,6560
348
+ khoj/routers/auth.py,sha256=HO54PR-BkWA_iJIktEobUrObcXVYG-00jpnIcEVdR5s,6564
348
349
  khoj/routers/email.py,sha256=SGYNPQvfcvYeHf70F0YqpY0FLMRElF2ZekROXdwGI18,3821
349
350
  khoj/routers/helpers.py,sha256=592dErA2MU9LSDfRNxnJeOtBjMnIBcSs4w17B3jZHM8,67886
350
351
  khoj/routers/notion.py,sha256=Lp67xP9rVgpAF9BQoGTjZFcVdF1HYtvPP0kjq6uurKU,2802
351
352
  khoj/routers/storage.py,sha256=tJrwhFRVWv0MHv7V7huMc1Diwm-putZSwnZXJ3tqT_c,2338
352
- khoj/routers/subscription.py,sha256=JsKYS00Z2QXlXTobP1vU8T5cN5SE2PYp50CGDAQXofU,4699
353
+ khoj/routers/subscription.py,sha256=2Jng8HoWQ2AxEAwgc2dBAaFdZqFuJ0nPcAY-GysfXHs,4701
353
354
  khoj/routers/twilio.py,sha256=MLsuCm4--ETvr3sLxbF0CL_ehlg_l2rKBSLR2Qh2Xls,1081
354
355
  khoj/routers/web_client.py,sha256=-bmzl6yCLgYxCnyIOYS0DePNZtcC5z2k0lk-EmbK2pg,4741
355
356
  khoj/search_filter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -371,8 +372,8 @@ khoj/utils/models.py,sha256=Q5tcC9-z25sCiub048fLnvZ6_IIO1bcPNxt5payekk0,2009
371
372
  khoj/utils/rawconfig.py,sha256=kURDuk7x0MDtniGLU4x1IsvU4UIBS-V9dSM4GD8X-LY,4274
372
373
  khoj/utils/state.py,sha256=x4GTewP1YhOA6c_32N4wOjnV-3AA3xG_qbY1-wC2Uxc,1559
373
374
  khoj/utils/yaml.py,sha256=H0mfw0ZvBFUvFmCQn8pWkfxdmIebsrSykza7D8Wv6wQ,1430
374
- khoj-1.26.3.dev1.dist-info/METADATA,sha256=wX3p2AGVG7ce_OSg5rRoDtgaPUPqWW9L8V48E69CUQg,7024
375
- khoj-1.26.3.dev1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
376
- khoj-1.26.3.dev1.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
377
- khoj-1.26.3.dev1.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
378
- khoj-1.26.3.dev1.dist-info/RECORD,,
375
+ khoj-1.26.4.dist-info/METADATA,sha256=AOJ6me3mPpOtp8J9SiOQ55XP2FyTWkyQnjD5XWiDh50,7020
376
+ khoj-1.26.4.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
377
+ khoj-1.26.4.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
378
+ khoj-1.26.4.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
379
+ khoj-1.26.4.dist-info/RECORD,,