khoj 1.21.5__py3-none-any.whl → 1.21.7.dev7__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.
- khoj/database/adapters/__init__.py +12 -0
- khoj/database/migrations/0056_chatmodeloptions_vision_enabled.py +17 -0
- khoj/database/migrations/0057_merge_20240816_1409.py +13 -0
- khoj/database/migrations/0060_merge_20240905_1828.py +14 -0
- khoj/database/models/__init__.py +1 -0
- khoj/interface/compiled/404/index.html +1 -1
- khoj/interface/compiled/_next/static/chunks/{3062-a42d847c919a9ea4.js → 3062-9be9a4e34f82ed3a.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/3678-0732dd9d2f472171.js +25 -0
- khoj/interface/compiled/_next/static/chunks/8423-b6a61d82233d1a82.js +1 -0
- khoj/interface/compiled/_next/static/chunks/9001-3b27af6d5f21df44.js +21 -0
- khoj/interface/compiled/_next/static/chunks/9162-0be016519a18568b.js +11 -0
- khoj/interface/compiled/_next/static/chunks/{9178-d23cb0dbee40a775.js → 9178-3a0baad1c172d515.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/{9693-91b03052c5cabded.js → 9984-e410179c6fac7cf1.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/agents/{page-922694b75f1fb67b.js → page-462502107217be82.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/automations/page-e30a75db8719f439.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/chat/page-4bb4f2422f5ec5f2.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/factchecker/page-693fe53982bf33e1.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/page-c26f689e39b400ba.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/search/{page-dcd385f03255ef36.js → page-0798bb43c2e368bf.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/settings/{page-ddcd51147d18c694.js → page-f518555f8e2fd794.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/page-1a639fb3f120fee6.js +1 -0
- khoj/interface/compiled/_next/static/chunks/{webpack-95cfd7a1948cfeed.js → webpack-40d9ecfe7efa5386.js} +1 -1
- khoj/interface/compiled/_next/static/css/2a860030cf7c384b.css +1 -0
- khoj/interface/compiled/_next/static/css/3e49e5ee49c6bda1.css +25 -0
- khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css +1 -0
- khoj/interface/compiled/_next/static/css/5a400c87d295e68a.css +1 -0
- khoj/interface/compiled/_next/static/css/c808691c459e3887.css +1 -0
- khoj/interface/compiled/agents/index.html +1 -1
- khoj/interface/compiled/agents/index.txt +2 -2
- khoj/interface/compiled/automations/index.html +1 -1
- khoj/interface/compiled/automations/index.txt +3 -3
- khoj/interface/compiled/chat/index.html +1 -1
- khoj/interface/compiled/chat/index.txt +2 -2
- khoj/interface/compiled/factchecker/index.html +1 -1
- khoj/interface/compiled/factchecker/index.txt +2 -2
- khoj/interface/compiled/index.html +1 -1
- khoj/interface/compiled/index.txt +2 -2
- khoj/interface/compiled/search/index.html +1 -1
- khoj/interface/compiled/search/index.txt +2 -2
- khoj/interface/compiled/settings/index.html +1 -1
- khoj/interface/compiled/settings/index.txt +3 -3
- khoj/interface/compiled/share/chat/index.html +1 -1
- khoj/interface/compiled/share/chat/index.txt +2 -2
- khoj/interface/email/welcome.html +1 -1
- khoj/processor/conversation/anthropic/anthropic_chat.py +2 -1
- khoj/processor/conversation/offline/chat_model.py +7 -2
- khoj/processor/conversation/openai/gpt.py +21 -12
- khoj/processor/conversation/utils.py +39 -14
- khoj/processor/tools/online_search.py +6 -2
- khoj/routers/api.py +4 -0
- khoj/routers/api_chat.py +65 -18
- khoj/routers/helpers.py +79 -21
- khoj/routers/storage.py +28 -0
- khoj/utils/helpers.py +15 -0
- {khoj-1.21.5.dist-info → khoj-1.21.7.dev7.dist-info}/METADATA +4 -4
- {khoj-1.21.5.dist-info → khoj-1.21.7.dev7.dist-info}/RECORD +61 -58
- khoj/interface/compiled/_next/static/chunks/3678-8c0e55c3b5d83a22.js +0 -25
- khoj/interface/compiled/_next/static/chunks/8423-132ea64eac83fd43.js +0 -1
- khoj/interface/compiled/_next/static/chunks/9001-acbca3e19b1a5ddf.js +0 -21
- khoj/interface/compiled/_next/static/chunks/9162-4a6d0d0dc5e27618.js +0 -11
- khoj/interface/compiled/_next/static/chunks/app/automations/page-fa3163653d2a72ac.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/chat/page-8c9b92236d4daf4b.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/factchecker/page-60be5e3295e2c0bc.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/page-ef4e7248d37fae41.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/page-699b364dc6fbf139.js +0 -1
- khoj/interface/compiled/_next/static/css/9d5b867ec04494a6.css +0 -25
- khoj/interface/compiled/_next/static/css/a22d83f18a32957e.css +0 -1
- khoj/interface/compiled/_next/static/css/a3530ec58b0b660f.css +0 -1
- khoj/interface/compiled/_next/static/css/b81e909d403fb2df.css +0 -1
- khoj/interface/compiled/_next/static/css/df6f4c34ec280d53.css +0 -1
- /khoj/interface/compiled/_next/static/{c94a08w_ZKOpws32Cwk3G → r8hsIMReT-pry3sQxOVuA}/_buildManifest.js +0 -0
- /khoj/interface/compiled/_next/static/{c94a08w_ZKOpws32Cwk3G → r8hsIMReT-pry3sQxOVuA}/_ssgManifest.js +0 -0
- {khoj-1.21.5.dist-info → khoj-1.21.7.dev7.dist-info}/WHEEL +0 -0
- {khoj-1.21.5.dist-info → khoj-1.21.7.dev7.dist-info}/entry_points.txt +0 -0
- {khoj-1.21.5.dist-info → khoj-1.21.7.dev7.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=
|
|
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,81 @@ 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=
|
|
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=
|
|
96
|
-
khoj/interface/compiled/index.txt,sha256=
|
|
98
|
+
khoj/interface/compiled/index.html,sha256=goQyoXKSpezFzLeTBOTXifzDrnXtSik5DHD9rPZwIk8,11936
|
|
99
|
+
khoj/interface/compiled/index.txt,sha256=2au6UIOFzCivfcrCP-aHaW1ubPp7LYTtPShxQ3zEXJg,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=
|
|
104
|
-
khoj/interface/compiled/_next/static/c94a08w_ZKOpws32Cwk3G/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
|
|
105
|
-
khoj/interface/compiled/_next/static/c94a08w_ZKOpws32Cwk3G/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
|
|
106
|
+
khoj/interface/compiled/404/index.html,sha256=SToyQlYmxYuHMZE4xeIBnzMswtPi8KqWfGuKDj7jme0,11971
|
|
106
107
|
khoj/interface/compiled/_next/static/chunks/1603-fb2d80ae73990df3.js,sha256=CCbOXifiixbhMf7lgTG96225tP1Pou72Wb0Zh6KC1Rs,71007
|
|
107
108
|
khoj/interface/compiled/_next/static/chunks/2614-7cf01576d4457a75.js,sha256=aUjhjyxNPrZr4bLKzGkGgHH8K4J6g9dfiRjabnmvSDc,1104737
|
|
108
|
-
khoj/interface/compiled/_next/static/chunks/3062-
|
|
109
|
-
khoj/interface/compiled/_next/static/chunks/3678-
|
|
109
|
+
khoj/interface/compiled/_next/static/chunks/3062-9be9a4e34f82ed3a.js,sha256=-CDtDYpliJ2q_0ADcmVkW6rG8KREiU9QY8uDULIgAmA,256214
|
|
110
|
+
khoj/interface/compiled/_next/static/chunks/3678-0732dd9d2f472171.js,sha256=v6TFD7dor0r5aoeg10fdsNxdHXJty-vyWSIV6A4DYik,244423
|
|
110
111
|
khoj/interface/compiled/_next/static/chunks/4504-1629487c8bc82203.js,sha256=z6NvJ2KOjYPbMNsYQKyX9PV4DeURUoP6LKoNb4kZXg0,11637
|
|
111
112
|
khoj/interface/compiled/_next/static/chunks/6297-d1c842ed3f714ab0.js,sha256=4nzZ2umR-q6wQ-8L4RSivWXKV_SE1dWoN9qA1I9lCRI,25675
|
|
112
113
|
khoj/interface/compiled/_next/static/chunks/6648-ff677e51f1b2bcf1.js,sha256=9bJlfw5DGuIDr3flk0fz0dmyu5GdBLyxq-BuXk7-Wws,13549
|
|
113
114
|
khoj/interface/compiled/_next/static/chunks/7023-52c1be60135eb057.js,sha256=CI8R2DdZNEt3nACmiXUG1NnKhnal1ImzXglW-xDuxcI,123657
|
|
114
115
|
khoj/interface/compiled/_next/static/chunks/7071-b4711cecca6619a8.js,sha256=z-KSur3LbIFPg_90wN0EMhV0et9cJVfG_MR9POVmdCQ,7801
|
|
115
116
|
khoj/interface/compiled/_next/static/chunks/743-1a64254447cda71f.js,sha256=YH4bEkjmttcOGzAzXKaDCJ-C68jk2qy1cQJP2ljjoAA,100834
|
|
116
|
-
khoj/interface/compiled/_next/static/chunks/8423-
|
|
117
|
-
khoj/interface/compiled/_next/static/chunks/9001-
|
|
118
|
-
khoj/interface/compiled/_next/static/chunks/9162-
|
|
119
|
-
khoj/interface/compiled/_next/static/chunks/9178-
|
|
117
|
+
khoj/interface/compiled/_next/static/chunks/8423-b6a61d82233d1a82.js,sha256=Lm29O9GIWqWmHiLEeOmtUcbWM3Lp4-nq-YsQFkC71Ng,11322
|
|
118
|
+
khoj/interface/compiled/_next/static/chunks/9001-3b27af6d5f21df44.js,sha256=Flth4g5eWRwc5YXKFgtTxW0dr13NMy7Bf3iw7bj38J0,34911
|
|
119
|
+
khoj/interface/compiled/_next/static/chunks/9162-0be016519a18568b.js,sha256=3MT-VTsB7Q-ATTO5X6Eu2-QNZfrZNaAr-R41iRsn3RY,149610
|
|
120
|
+
khoj/interface/compiled/_next/static/chunks/9178-3a0baad1c172d515.js,sha256=kDBTe9uINH3f7CDYoKN1rO-YRVon_pczC0Bgz3M0JJ8,17678
|
|
120
121
|
khoj/interface/compiled/_next/static/chunks/9417-2e54c6fd056982d8.js,sha256=FZ8xOLMdzrlVmwtcyuQSy8bBwd8_UZ1hH3FlL4DwXpA,17252
|
|
121
|
-
khoj/interface/compiled/_next/static/chunks/
|
|
122
|
+
khoj/interface/compiled/_next/static/chunks/9984-e410179c6fac7cf1.js,sha256=FECyLY1WnBRP9TpLhPHxxmf4nSWwEKX4SLnb3W9UqT8,31305
|
|
122
123
|
khoj/interface/compiled/_next/static/chunks/d3ac728e-a9e3522eef9b6b28.js,sha256=wK1TsLdl56xtbQG6HMRDpylzTOYXQaAnnn2xobFnX40,267216
|
|
123
124
|
khoj/interface/compiled/_next/static/chunks/fd9d1056-2b978342deb60015.js,sha256=2lquiZSfbI-gX4j4TW4JSMLL_D5ShqwydgWpFyXrTy8,172834
|
|
124
125
|
khoj/interface/compiled/_next/static/chunks/framework-8e0e0f4a6b83a956.js,sha256=_QbamfAbTV4_xMVOTjz0rhiAPAi8ET5MuSNjjW5oMng,140965
|
|
125
126
|
khoj/interface/compiled/_next/static/chunks/main-175c164f5e0f026c.js,sha256=hlUnjERudON4V4kUKprrFz1e9JRtSp4A9i7vnM-1bzA,110324
|
|
126
127
|
khoj/interface/compiled/_next/static/chunks/main-app-6d6ee3495efe03d4.js,sha256=i52E7sWOcSq1G8eYZL3mtTxbUbwRNxcAbSWQ6uWpMsY,475
|
|
127
128
|
khoj/interface/compiled/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js,sha256=6QPOwdWeAVe8x-SsiDrm-Ga6u2DkqgG5SFqglrlyIgA,91381
|
|
128
|
-
khoj/interface/compiled/_next/static/chunks/webpack-
|
|
129
|
+
khoj/interface/compiled/_next/static/chunks/webpack-40d9ecfe7efa5386.js,sha256=JEBCc0QjIC62-pGYQxWOaGnvQ9vTw1sWI7fvW0hjG8c,3725
|
|
129
130
|
khoj/interface/compiled/_next/static/chunks/app/layout-f3e40d346da53112.js,sha256=nekGSUVbvB81OfqGgJa2UoDmbxPhNwFwtc4o11O_1jI,442
|
|
130
|
-
khoj/interface/compiled/_next/static/chunks/app/page-
|
|
131
|
+
khoj/interface/compiled/_next/static/chunks/app/page-c26f689e39b400ba.js,sha256=uzCJ-qdklyOO7lIWEr4zYcJExS8bf7wEWtq1-AqNUlo,28700
|
|
131
132
|
khoj/interface/compiled/_next/static/chunks/app/_not-found/page-07ff4ab42b07845e.js,sha256=3mCUnxfMxyK44eqk21TVBrC6u--WSbvx31fTmQuOvMQ,1755
|
|
132
133
|
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-
|
|
134
|
+
khoj/interface/compiled/_next/static/chunks/app/agents/page-462502107217be82.js,sha256=wAcrXsSkX9mMP0SPspHWLOBr0QW1XAl0w2PHXdRaaKc,18092
|
|
134
135
|
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-
|
|
136
|
+
khoj/interface/compiled/_next/static/chunks/app/automations/page-e30a75db8719f439.js,sha256=p1xSxJg0B5wepzyiDzz3bvNDR_h8fVwgQjsaAEIe0fI,34472
|
|
136
137
|
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-
|
|
138
|
+
khoj/interface/compiled/_next/static/chunks/app/chat/page-4bb4f2422f5ec5f2.js,sha256=jU4y6RVAwtkDMOGAmGEDUeiBzBq5XouZHZn_PVCe1G4,10737
|
|
138
139
|
khoj/interface/compiled/_next/static/chunks/app/factchecker/layout-7b30c541c05fb904.js,sha256=yub2AuBKHKSCqrHRFnkZv9JXLmLJLOB99iiaD3DtZQM,170
|
|
139
|
-
khoj/interface/compiled/_next/static/chunks/app/factchecker/page-
|
|
140
|
+
khoj/interface/compiled/_next/static/chunks/app/factchecker/page-693fe53982bf33e1.js,sha256=IcSwlhTyGR7IjZTTdxjoD3N4nPhzQoC1wpG6zjWSltk,14004
|
|
140
141
|
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-
|
|
142
|
+
khoj/interface/compiled/_next/static/chunks/app/search/page-0798bb43c2e368bf.js,sha256=YJHZcB9S-WKkQ0ewW7xTpsQJC7Vv4C1En3_9saNBvXQ,6954
|
|
142
143
|
khoj/interface/compiled/_next/static/chunks/app/settings/layout-6f9314b0d7a26046.js,sha256=ikl3vCXnp81sa24uPSuRbgvgDtpHGWfhxEs4OAOYXIM,5347
|
|
143
|
-
khoj/interface/compiled/_next/static/chunks/app/settings/page-
|
|
144
|
+
khoj/interface/compiled/_next/static/chunks/app/settings/page-f518555f8e2fd794.js,sha256=G9_C9EuxpJo7-blPJlml6nUpjdEiiAq5K_gkFzkljeE,31895
|
|
144
145
|
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-
|
|
146
|
+
khoj/interface/compiled/_next/static/chunks/app/share/chat/page-1a639fb3f120fee6.js,sha256=C64LPcoMFEPnZWCxOI1q-nC6V1UaSPeVn_5If-8conI,10336
|
|
146
147
|
khoj/interface/compiled/_next/static/chunks/pages/_app-f870474a17b7f2fd.js,sha256=eqdFPAN_XFyMUzZ9qwFk-_rhMWZrU7lgNVt1foVUANo,286
|
|
147
148
|
khoj/interface/compiled/_next/static/chunks/pages/_error-c66a4e8afc46f17b.js,sha256=vjERjtMAbVk-19LyPf1Jc-H6TMcrSznSz6brzNqbqf8,253
|
|
148
149
|
khoj/interface/compiled/_next/static/css/1538cedb321e3a97.css,sha256=-qLZhPN-wA3kcrVODVTaG1sN0pmuzRCqNH12gs5_qYc,2569
|
|
149
150
|
khoj/interface/compiled/_next/static/css/2272c73fc7a3b571.css,sha256=1fHKFd8zLOHosAHx-kxv4b9lVSqHag_E71WkV3dXx2Y,26940
|
|
151
|
+
khoj/interface/compiled/_next/static/css/2a860030cf7c384b.css,sha256=ftTZ9Cc7XReWjTRuEN6qnUfIiQX06nzdALGImIAMUiU,8462
|
|
152
|
+
khoj/interface/compiled/_next/static/css/3e49e5ee49c6bda1.css,sha256=wtTUdySBdCNhZCgvRFkiKTm5_1LADYmHNHYoQhxir-w,1881442
|
|
150
153
|
khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css,sha256=3CjTMmtMrm_MYt1ywtUh2MHEjSLSl356SQLl4hdBuYw,534
|
|
151
154
|
khoj/interface/compiled/_next/static/css/553f9cdcc7a2bcd6.css,sha256=JpjOOwmqP9Hba-w_8Lx9jWW0ZD0kD3wR0HvdPGDyUPo,2134
|
|
152
|
-
khoj/interface/compiled/_next/static/css/
|
|
153
|
-
khoj/interface/compiled/_next/static/css/
|
|
154
|
-
khoj/interface/compiled/_next/static/css/
|
|
155
|
-
khoj/interface/compiled/_next/static/css/b81e909d403fb2df.css,sha256=bbu108v2_T74MIyokVmUz0A_oFCIHJpzHdYExXFYgjs,1913
|
|
156
|
-
khoj/interface/compiled/_next/static/css/df6f4c34ec280d53.css,sha256=lAIK7HFwb0PaJpMfHmkUSValOSSCdbW-c_L7Lgn_ki8,7751
|
|
155
|
+
khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css,sha256=BSqRkeb9vBh0phx5GkAlZirTFZintbyggGaUkuOBfaU,914
|
|
156
|
+
khoj/interface/compiled/_next/static/css/5a400c87d295e68a.css,sha256=ojDUPJ9fJpEo9DzTAsEa-k1cg7Bef-nSTfpszMiqknQ,17711
|
|
157
|
+
khoj/interface/compiled/_next/static/css/c808691c459e3887.css,sha256=Xj1SLFCKntSIqZSDCMg2MnzZowIiKFtqPT3KxrT4i94,1857
|
|
157
158
|
khoj/interface/compiled/_next/static/media/0e790e04fd40ad16-s.p.woff2,sha256=41ewITd0G1ZAoB62BTHMW58a1q8Hl6vSbTQkkHP7EbI,39372
|
|
158
159
|
khoj/interface/compiled/_next/static/media/4221e1667cd19c7d-s.woff2,sha256=_Y3g0keA8P6nZnFfm_VO5o2Sne1iST3v9xz4fBo3fwM,75532
|
|
159
160
|
khoj/interface/compiled/_next/static/media/6c276159aa0eb14b-s.woff2,sha256=i9Ibzi_O7y5KpImujj2rEdOZf96lpNYxYzVvCryW5Uc,140408
|
|
@@ -226,8 +227,10 @@ khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBn
|
|
|
226
227
|
khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
|
|
227
228
|
khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
|
|
228
229
|
khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
|
|
229
|
-
khoj/interface/compiled/
|
|
230
|
-
khoj/interface/compiled/
|
|
230
|
+
khoj/interface/compiled/_next/static/r8hsIMReT-pry3sQxOVuA/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
|
|
231
|
+
khoj/interface/compiled/_next/static/r8hsIMReT-pry3sQxOVuA/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
|
|
232
|
+
khoj/interface/compiled/agents/index.html,sha256=-f1xU4FLqEYUc13lg1qJfj68ZJi-YBA3vzIswP73SL4,12723
|
|
233
|
+
khoj/interface/compiled/agents/index.txt,sha256=hl7Xe1eQgSpzqfZTxGjRSCjCd-3jhmN1JUOfzVD7eU4,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,22 +241,22 @@ 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=
|
|
242
|
-
khoj/interface/compiled/automations/index.txt,sha256=
|
|
243
|
-
khoj/interface/compiled/chat/index.html,sha256=
|
|
244
|
-
khoj/interface/compiled/chat/index.txt,sha256=
|
|
245
|
-
khoj/interface/compiled/factchecker/index.html,sha256=
|
|
246
|
-
khoj/interface/compiled/factchecker/index.txt,sha256=
|
|
247
|
-
khoj/interface/compiled/search/index.html,sha256=
|
|
248
|
-
khoj/interface/compiled/search/index.txt,sha256=
|
|
249
|
-
khoj/interface/compiled/settings/index.html,sha256=
|
|
250
|
-
khoj/interface/compiled/settings/index.txt,sha256=
|
|
251
|
-
khoj/interface/compiled/share/chat/index.html,sha256=
|
|
252
|
-
khoj/interface/compiled/share/chat/index.txt,sha256=
|
|
244
|
+
khoj/interface/compiled/automations/index.html,sha256=QDb7HsZRXuv9qxC7-LAE2Y7pbMgC9sYW_LjnAp7skCE,30832
|
|
245
|
+
khoj/interface/compiled/automations/index.txt,sha256=4x8qYMqOFGC70B_PUThtIUWkY1FF2cDNOzs1obmbaZA,5592
|
|
246
|
+
khoj/interface/compiled/chat/index.html,sha256=yhcIxAVhjSYMv4vz24wMrCdYsTs-H-g2UKm_h8cKHCs,13306
|
|
247
|
+
khoj/interface/compiled/chat/index.txt,sha256=6-LecfL_ykcgW49-d4Cfy5VWv2ZOAnLujolUMcc-_YM,6312
|
|
248
|
+
khoj/interface/compiled/factchecker/index.html,sha256=ofNqPpYx33Mr-s1nejQiouOuzDksq0cfJyFTasNeC6U,29863
|
|
249
|
+
khoj/interface/compiled/factchecker/index.txt,sha256=Woc2uUmO_dwfKNxr5SCrX2U6sYEqi3BjcQTIe5X8KW8,5747
|
|
250
|
+
khoj/interface/compiled/search/index.html,sha256=HdnSdPE6xoxx3Al2U3Lb9nR2NsgNQtxvZ0_gXOnLQ88,30178
|
|
251
|
+
khoj/interface/compiled/search/index.txt,sha256=N4BJgY8dR-Sn6cv9ATugw1_-nlliYO8F8P3QrarHmEk,5261
|
|
252
|
+
khoj/interface/compiled/settings/index.html,sha256=Ai4MfbEW8pXgYoF5P4BWrcjmMSGll5Obyl00PS9Fm6g,12851
|
|
253
|
+
khoj/interface/compiled/settings/index.txt,sha256=BjM7T3eAfiJxdPQPwi_l82OjG8nFnLEAq5qWPaKQuvo,6085
|
|
254
|
+
khoj/interface/compiled/share/chat/index.html,sha256=lhdi6VtFBV7TOppV01yAVWR81O_ZUBzgztS1YNFNFos,14944
|
|
255
|
+
khoj/interface/compiled/share/chat/index.txt,sha256=OQcUUJJJERqAp06jxQ6oXPSucMIw4NkcLpfjxfDM2sA,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
|
|
256
|
-
khoj/interface/email/welcome.html,sha256=
|
|
259
|
+
khoj/interface/email/welcome.html,sha256=ixN8lJrXNR0IEMGoNRxYnITu8gjPclVaMAXbaU43M7E,6600
|
|
257
260
|
khoj/interface/web/base_config.html,sha256=3aRwGF546vUdtCqL4tbWDdvO3ThEzt627vopx_tS4zo,12181
|
|
258
261
|
khoj/interface/web/content_source_github_input.html,sha256=YpsLBpsATW08ttrGysqktx2EczC4nebKlvWpwxtwmFY,8249
|
|
259
262
|
khoj/interface/web/login.html,sha256=4mYRX7521W4J8fFV-Cm_NqojMrpdwKZuzVAjnZRDsl4,6864
|
|
@@ -301,34 +304,34 @@ 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=
|
|
307
|
+
khoj/processor/conversation/utils.py,sha256=1clTDPU4iwCSOUBocIX_Pd4Ut_suUBA-r-5XjwjtqXg,11511
|
|
305
308
|
khoj/processor/conversation/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
306
|
-
khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=
|
|
309
|
+
khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=3EVZQmeucWSoBqRjwuCRJK-q2UYmvLvVsSZs_HCmg_Y,8183
|
|
307
310
|
khoj/processor/conversation/anthropic/utils.py,sha256=GHCz-xll_DBipqSc5e5qdVhLQiKX5Kso3KQRf1BXbVA,3456
|
|
308
311
|
khoj/processor/conversation/offline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
|
-
khoj/processor/conversation/offline/chat_model.py,sha256=
|
|
312
|
+
khoj/processor/conversation/offline/chat_model.py,sha256=RjTwpndueYjsWYDWs39bSs-2mQbFvNLl5dcsvK9hqVU,9770
|
|
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=
|
|
316
|
+
khoj/processor/conversation/openai/gpt.py,sha256=smP4cPFYg6LOhhgZA3V_6Eakp0-38y9Iwn13EtHP4RA,7672
|
|
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=
|
|
322
|
+
khoj/processor/tools/online_search.py,sha256=KE8Xq_HXmo7NzoZlHOpCTKpGHIGloYpoqA--_1hRzTM,10040
|
|
320
323
|
khoj/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
321
|
-
khoj/routers/api.py,sha256=
|
|
324
|
+
khoj/routers/api.py,sha256=1KM1tRv7Oi7kn5YkZgHiVCsnWez9Bfpww7RzuxDVKc8,25822
|
|
322
325
|
khoj/routers/api_agents.py,sha256=ks8QzjmZiio6j1QGi6xFtDmVxd9lvC6LPB-WcDPnF8o,1525
|
|
323
|
-
khoj/routers/api_chat.py,sha256=
|
|
326
|
+
khoj/routers/api_chat.py,sha256=IpHLeWECop1QRKeLAbZiz9HBk2GaLTsp8nlps3uxIQk,37706
|
|
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=
|
|
332
|
+
khoj/routers/helpers.py,sha256=ROXautoKCNL-5cWBc4pFiCQLdvAZNOoOfLbuKBo1x0I,66809
|
|
330
333
|
khoj/routers/notion.py,sha256=0iG_DPVjg8n_LBWGHA8M6eHnJJDL-isARSEHTYStz6c,2809
|
|
331
|
-
khoj/routers/storage.py,sha256=
|
|
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=
|
|
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.
|
|
355
|
-
khoj-1.21.
|
|
356
|
-
khoj-1.21.
|
|
357
|
-
khoj-1.21.
|
|
358
|
-
khoj-1.21.
|
|
357
|
+
khoj-1.21.7.dev7.dist-info/METADATA,sha256=vzDVBzpUm-xtUJLTQuGtq_hprclTdlDz0R791h7HjC8,6875
|
|
358
|
+
khoj-1.21.7.dev7.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
359
|
+
khoj-1.21.7.dev7.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
|
|
360
|
+
khoj-1.21.7.dev7.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
361
|
+
khoj-1.21.7.dev7.dist-info/RECORD,,
|