khoj 1.21.6.dev14__py3-none-any.whl → 1.21.7.dev6__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/chat/page-f8bc420192b8a6f4.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/factchecker/page-5c55afdb9dbe8dac.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/page-8f61b4bd2032384a.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/share/chat/page-6d1313e0d33b0451.js +1 -0
- khoj/interface/compiled/_next/static/chunks/{webpack-0f6d4805ea01afda.js → webpack-07fad5db87344b82.js} +1 -1
- khoj/interface/compiled/_next/static/css/3e49e5ee49c6bda1.css +25 -0
- khoj/interface/compiled/_next/static/css/{2bfe35fbe2c97a56.css → 3f8ae5fd7b73a9e5.css} +1 -1
- 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/processor/conversation/openai/gpt.py +4 -0
- khoj/processor/conversation/utils.py +31 -13
- khoj/processor/tools/online_search.py +6 -2
- khoj/routers/api_chat.py +64 -18
- khoj/routers/helpers.py +73 -21
- khoj/routers/storage.py +28 -0
- khoj/utils/helpers.py +15 -0
- {khoj-1.21.6.dev14.dist-info → khoj-1.21.7.dev6.dist-info}/METADATA +1 -1
- {khoj-1.21.6.dev14.dist-info → khoj-1.21.7.dev6.dist-info}/RECORD +52 -49
- 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/chat/page-c2ebc47a09abc8ae.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/factchecker/page-6ca723a9ff0dfd70.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/page-d403fc59c9c3f8cc.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/page-0ae8f5b868af65c1.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/b81e909d403fb2df.css +0 -1
- /khoj/interface/compiled/_next/static/{OHjya9xQJWrEMTXUfPYon → IFgQ9YOS_lUMnLw-CPszn}/_buildManifest.js +0 -0
- /khoj/interface/compiled/_next/static/{OHjya9xQJWrEMTXUfPYon → IFgQ9YOS_lUMnLw-CPszn}/_ssgManifest.js +0 -0
- {khoj-1.21.6.dev14.dist-info → khoj-1.21.7.dev6.dist-info}/WHEEL +0 -0
- {khoj-1.21.6.dev14.dist-info → khoj-1.21.7.dev6.dist-info}/entry_points.txt +0 -0
- {khoj-1.21.6.dev14.dist-info → khoj-1.21.7.dev6.dist-info}/licenses/LICENSE +0 -0
khoj/utils/helpers.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from __future__ import annotations # to avoid quoting type hints
|
|
2
2
|
|
|
3
3
|
import datetime
|
|
4
|
+
import io
|
|
4
5
|
import logging
|
|
5
6
|
import os
|
|
6
7
|
import platform
|
|
@@ -22,6 +23,7 @@ import requests
|
|
|
22
23
|
import torch
|
|
23
24
|
from asgiref.sync import sync_to_async
|
|
24
25
|
from magika import Magika
|
|
26
|
+
from PIL import Image
|
|
25
27
|
|
|
26
28
|
from khoj.utils import constants
|
|
27
29
|
|
|
@@ -416,3 +418,16 @@ def is_internet_connected():
|
|
|
416
418
|
return response.status_code == 200
|
|
417
419
|
except:
|
|
418
420
|
return False
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
def convert_image_to_webp(image_bytes):
|
|
424
|
+
"""Convert image bytes to webp format for faster loading"""
|
|
425
|
+
image_io = io.BytesIO(image_bytes)
|
|
426
|
+
with Image.open(image_io) as original_image:
|
|
427
|
+
webp_image_io = io.BytesIO()
|
|
428
|
+
original_image.save(webp_image_io, "WEBP")
|
|
429
|
+
|
|
430
|
+
# Encode the WebP image back to base64
|
|
431
|
+
webp_image_bytes = webp_image_io.getvalue()
|
|
432
|
+
webp_image_io.close()
|
|
433
|
+
return webp_image_bytes
|
|
@@ -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,83 @@ khoj/database/migrations/0052_alter_searchmodelconfig_bi_encoder_docs_encode_con
|
|
|
80
80
|
khoj/database/migrations/0053_agent_style_color_agent_style_icon.py,sha256=j30FqSaRJYiDXlFdip7Nslw3OZZWkymQbcV4yie1hbk,2054
|
|
81
81
|
khoj/database/migrations/0054_alter_agent_style_color.py,sha256=f6RnyvEMR0-Y4R2CtNWfVYHxI_y_nADnD-7o_FoISb4,1151
|
|
82
82
|
khoj/database/migrations/0055_alter_agent_style_icon.py,sha256=0lkxmyDmOW_3CsnLl8iEsCI6qHi2YS9wfdFfDMNbZ4k,1218
|
|
83
|
+
khoj/database/migrations/0056_chatmodeloptions_vision_enabled.py,sha256=ht2z1TcDe5ryKltWlxU9JcaKFYaWBkK3hGxWbPMySSE,409
|
|
83
84
|
khoj/database/migrations/0056_searchmodelconfig_cross_encoder_model_config.py,sha256=RuR5lyAp6T_bRg2gxhOGS4dfXOWBBEQ3bAvKf4ru5Gw,430
|
|
85
|
+
khoj/database/migrations/0057_merge_20240816_1409.py,sha256=EMGTxrK8hvwj4DkWmB0p_K_gaUMfxYxYGnnWIPgHwno,376
|
|
84
86
|
khoj/database/migrations/0057_remove_serverchatsettings_default_model_and_more.py,sha256=q00paabxofoeWe3FXVLE901KwEn9Q3bRMW2TtAbmtUE,1608
|
|
85
87
|
khoj/database/migrations/0058_alter_chatmodeloptions_chat_model.py,sha256=03Tk3A1b0z5zhJgwSo9YX0fYhsNSDek9ro5Hpv1WulA,484
|
|
86
88
|
khoj/database/migrations/0059_searchmodelconfig_bi_encoder_confidence_threshold.py,sha256=6Y5xt0XPiHKy9L9ve6C7xHVTITmnTmYf_IWmd4VXJ-0,435
|
|
89
|
+
khoj/database/migrations/0060_merge_20240905_1828.py,sha256=N6_R-kB3vzV8by1CreOBGTIzsXPrSWRCGPElsivv368,337
|
|
87
90
|
khoj/database/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
88
|
-
khoj/database/models/__init__.py,sha256=
|
|
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=TW7Fmen8s2MDfpf5FXNuyaw_24Sy9AamXsPHgT1MSJg,11936
|
|
99
|
+
khoj/interface/compiled/index.txt,sha256=S5w0_Hnh9V792GMGfArFIrYJgLIm5Icncj8bYN7XltQ,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/
|
|
105
|
-
khoj/interface/compiled/_next/static/
|
|
106
|
+
khoj/interface/compiled/404/index.html,sha256=WIjAOZ-mej9E9Jkm3qXBwzRRaAk5VkLeXGClkhqty7o,11971
|
|
107
|
+
khoj/interface/compiled/_next/static/IFgQ9YOS_lUMnLw-CPszn/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
|
|
108
|
+
khoj/interface/compiled/_next/static/IFgQ9YOS_lUMnLw-CPszn/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
|
|
106
109
|
khoj/interface/compiled/_next/static/chunks/1603-fb2d80ae73990df3.js,sha256=CCbOXifiixbhMf7lgTG96225tP1Pou72Wb0Zh6KC1Rs,71007
|
|
107
110
|
khoj/interface/compiled/_next/static/chunks/2614-7cf01576d4457a75.js,sha256=aUjhjyxNPrZr4bLKzGkGgHH8K4J6g9dfiRjabnmvSDc,1104737
|
|
108
|
-
khoj/interface/compiled/_next/static/chunks/3062-
|
|
109
|
-
khoj/interface/compiled/_next/static/chunks/3678-
|
|
111
|
+
khoj/interface/compiled/_next/static/chunks/3062-9be9a4e34f82ed3a.js,sha256=-CDtDYpliJ2q_0ADcmVkW6rG8KREiU9QY8uDULIgAmA,256214
|
|
112
|
+
khoj/interface/compiled/_next/static/chunks/3678-0732dd9d2f472171.js,sha256=v6TFD7dor0r5aoeg10fdsNxdHXJty-vyWSIV6A4DYik,244423
|
|
110
113
|
khoj/interface/compiled/_next/static/chunks/4504-1629487c8bc82203.js,sha256=z6NvJ2KOjYPbMNsYQKyX9PV4DeURUoP6LKoNb4kZXg0,11637
|
|
111
114
|
khoj/interface/compiled/_next/static/chunks/6297-d1c842ed3f714ab0.js,sha256=4nzZ2umR-q6wQ-8L4RSivWXKV_SE1dWoN9qA1I9lCRI,25675
|
|
112
115
|
khoj/interface/compiled/_next/static/chunks/6648-ff677e51f1b2bcf1.js,sha256=9bJlfw5DGuIDr3flk0fz0dmyu5GdBLyxq-BuXk7-Wws,13549
|
|
113
116
|
khoj/interface/compiled/_next/static/chunks/7023-52c1be60135eb057.js,sha256=CI8R2DdZNEt3nACmiXUG1NnKhnal1ImzXglW-xDuxcI,123657
|
|
114
117
|
khoj/interface/compiled/_next/static/chunks/7071-b4711cecca6619a8.js,sha256=z-KSur3LbIFPg_90wN0EMhV0et9cJVfG_MR9POVmdCQ,7801
|
|
115
118
|
khoj/interface/compiled/_next/static/chunks/743-1a64254447cda71f.js,sha256=YH4bEkjmttcOGzAzXKaDCJ-C68jk2qy1cQJP2ljjoAA,100834
|
|
116
|
-
khoj/interface/compiled/_next/static/chunks/8423-
|
|
117
|
-
khoj/interface/compiled/_next/static/chunks/9001-
|
|
118
|
-
khoj/interface/compiled/_next/static/chunks/9162-
|
|
119
|
-
khoj/interface/compiled/_next/static/chunks/9178-
|
|
119
|
+
khoj/interface/compiled/_next/static/chunks/8423-b6a61d82233d1a82.js,sha256=Lm29O9GIWqWmHiLEeOmtUcbWM3Lp4-nq-YsQFkC71Ng,11322
|
|
120
|
+
khoj/interface/compiled/_next/static/chunks/9001-3b27af6d5f21df44.js,sha256=Flth4g5eWRwc5YXKFgtTxW0dr13NMy7Bf3iw7bj38J0,34911
|
|
121
|
+
khoj/interface/compiled/_next/static/chunks/9162-0be016519a18568b.js,sha256=3MT-VTsB7Q-ATTO5X6Eu2-QNZfrZNaAr-R41iRsn3RY,149610
|
|
122
|
+
khoj/interface/compiled/_next/static/chunks/9178-3a0baad1c172d515.js,sha256=kDBTe9uINH3f7CDYoKN1rO-YRVon_pczC0Bgz3M0JJ8,17678
|
|
120
123
|
khoj/interface/compiled/_next/static/chunks/9417-2e54c6fd056982d8.js,sha256=FZ8xOLMdzrlVmwtcyuQSy8bBwd8_UZ1hH3FlL4DwXpA,17252
|
|
121
|
-
khoj/interface/compiled/_next/static/chunks/
|
|
124
|
+
khoj/interface/compiled/_next/static/chunks/9984-e410179c6fac7cf1.js,sha256=FECyLY1WnBRP9TpLhPHxxmf4nSWwEKX4SLnb3W9UqT8,31305
|
|
122
125
|
khoj/interface/compiled/_next/static/chunks/d3ac728e-a9e3522eef9b6b28.js,sha256=wK1TsLdl56xtbQG6HMRDpylzTOYXQaAnnn2xobFnX40,267216
|
|
123
126
|
khoj/interface/compiled/_next/static/chunks/fd9d1056-2b978342deb60015.js,sha256=2lquiZSfbI-gX4j4TW4JSMLL_D5ShqwydgWpFyXrTy8,172834
|
|
124
127
|
khoj/interface/compiled/_next/static/chunks/framework-8e0e0f4a6b83a956.js,sha256=_QbamfAbTV4_xMVOTjz0rhiAPAi8ET5MuSNjjW5oMng,140965
|
|
125
128
|
khoj/interface/compiled/_next/static/chunks/main-175c164f5e0f026c.js,sha256=hlUnjERudON4V4kUKprrFz1e9JRtSp4A9i7vnM-1bzA,110324
|
|
126
129
|
khoj/interface/compiled/_next/static/chunks/main-app-6d6ee3495efe03d4.js,sha256=i52E7sWOcSq1G8eYZL3mtTxbUbwRNxcAbSWQ6uWpMsY,475
|
|
127
130
|
khoj/interface/compiled/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js,sha256=6QPOwdWeAVe8x-SsiDrm-Ga6u2DkqgG5SFqglrlyIgA,91381
|
|
128
|
-
khoj/interface/compiled/_next/static/chunks/webpack-
|
|
131
|
+
khoj/interface/compiled/_next/static/chunks/webpack-07fad5db87344b82.js,sha256=E5ws2IYqeZrTugC-ngLoTBF_PTT63PSSXkt_JYnkQzo,3724
|
|
129
132
|
khoj/interface/compiled/_next/static/chunks/app/layout-f3e40d346da53112.js,sha256=nekGSUVbvB81OfqGgJa2UoDmbxPhNwFwtc4o11O_1jI,442
|
|
130
|
-
khoj/interface/compiled/_next/static/chunks/app/page-
|
|
133
|
+
khoj/interface/compiled/_next/static/chunks/app/page-8f61b4bd2032384a.js,sha256=DkukCV-Vs6cycQBDTRVWr8F8reZOd0nHyTF4E0VnXi4,28700
|
|
131
134
|
khoj/interface/compiled/_next/static/chunks/app/_not-found/page-07ff4ab42b07845e.js,sha256=3mCUnxfMxyK44eqk21TVBrC6u--WSbvx31fTmQuOvMQ,1755
|
|
132
135
|
khoj/interface/compiled/_next/static/chunks/app/agents/layout-e71c8e913cccf792.js,sha256=VyIMrkvntFObMzXF-elNtngJ8mBdjg8XrOGfboJ2f_4,372
|
|
133
136
|
khoj/interface/compiled/_next/static/chunks/app/agents/page-3c01900e7b5c7e50.js,sha256=8tp_0cKBkscDxbQcd5hwQPOI7sZHZeHy0S4zEiVFkl8,18092
|
|
134
137
|
khoj/interface/compiled/_next/static/chunks/app/automations/layout-27c28e923c9b1ff0.js,sha256=d2vJ_lVB0pfeFXNUPzHAe1ca5NzdNowHPh___SPqugM,5143
|
|
135
138
|
khoj/interface/compiled/_next/static/chunks/app/automations/page-6ea3381528603372.js,sha256=k3i98nr6E_PNFbysxyybVnX3HPQeO9lYCLGJLLDoQzA,34467
|
|
136
139
|
khoj/interface/compiled/_next/static/chunks/app/chat/layout-8102549127db3067.js,sha256=YIoA3fqOBt8nKWw5iQAwA_avg2t1Q5Afn65IA5PBOz4,374
|
|
137
|
-
khoj/interface/compiled/_next/static/chunks/app/chat/page-
|
|
140
|
+
khoj/interface/compiled/_next/static/chunks/app/chat/page-f8bc420192b8a6f4.js,sha256=YWow5LZ0R_QBR9Ske7s8Jqiaa1RUsv3Lx46_OUB-Mvc,10742
|
|
138
141
|
khoj/interface/compiled/_next/static/chunks/app/factchecker/layout-7b30c541c05fb904.js,sha256=yub2AuBKHKSCqrHRFnkZv9JXLmLJLOB99iiaD3DtZQM,170
|
|
139
|
-
khoj/interface/compiled/_next/static/chunks/app/factchecker/page-
|
|
142
|
+
khoj/interface/compiled/_next/static/chunks/app/factchecker/page-5c55afdb9dbe8dac.js,sha256=gq1pxzygafXl_IXTZfWdoE327EcKy9QgYtodZhOjFOw,14004
|
|
140
143
|
khoj/interface/compiled/_next/static/chunks/app/search/layout-3720f1362310bebb.js,sha256=Smpa4MQaw5ItashtspsDKsOvRa6sOXH_lv4jIfWIbNI,170
|
|
141
144
|
khoj/interface/compiled/_next/static/chunks/app/search/page-fa15807b1ad7e30b.js,sha256=st3BmeRoT8a_lJrTrUhOTVUuaZQJjC60_lE_GmreLeQ,6954
|
|
142
145
|
khoj/interface/compiled/_next/static/chunks/app/settings/layout-6f9314b0d7a26046.js,sha256=ikl3vCXnp81sa24uPSuRbgvgDtpHGWfhxEs4OAOYXIM,5347
|
|
143
146
|
khoj/interface/compiled/_next/static/chunks/app/settings/page-1a2acc46cdabaf4a.js,sha256=UlzlVKjA8EnaxxT5XzKSJN3lJCF8Psa671mQ6LWapDE,31895
|
|
144
147
|
khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-39f03f9e32399f0f.js,sha256=ClS8wrj6HOsRL4VX8DMiqX_MlQDsi_3CA-AQt4m7vuA,373
|
|
145
|
-
khoj/interface/compiled/_next/static/chunks/app/share/chat/page-
|
|
148
|
+
khoj/interface/compiled/_next/static/chunks/app/share/chat/page-6d1313e0d33b0451.js,sha256=OJ1WjUW5siYvNVRqbUpn9aQBZLxOwf9lHB155LG6XdI,10336
|
|
146
149
|
khoj/interface/compiled/_next/static/chunks/pages/_app-f870474a17b7f2fd.js,sha256=eqdFPAN_XFyMUzZ9qwFk-_rhMWZrU7lgNVt1foVUANo,286
|
|
147
150
|
khoj/interface/compiled/_next/static/chunks/pages/_error-c66a4e8afc46f17b.js,sha256=vjERjtMAbVk-19LyPf1Jc-H6TMcrSznSz6brzNqbqf8,253
|
|
148
151
|
khoj/interface/compiled/_next/static/css/1538cedb321e3a97.css,sha256=-qLZhPN-wA3kcrVODVTaG1sN0pmuzRCqNH12gs5_qYc,2569
|
|
149
152
|
khoj/interface/compiled/_next/static/css/2272c73fc7a3b571.css,sha256=1fHKFd8zLOHosAHx-kxv4b9lVSqHag_E71WkV3dXx2Y,26940
|
|
150
|
-
khoj/interface/compiled/_next/static/css/
|
|
153
|
+
khoj/interface/compiled/_next/static/css/3e49e5ee49c6bda1.css,sha256=wtTUdySBdCNhZCgvRFkiKTm5_1LADYmHNHYoQhxir-w,1881442
|
|
154
|
+
khoj/interface/compiled/_next/static/css/3f8ae5fd7b73a9e5.css,sha256=sWMQZ1VEGH65VzAgLPMGgrzQabBwA6_-xMmYTIpQPRk,7426
|
|
151
155
|
khoj/interface/compiled/_next/static/css/553f9cdcc7a2bcd6.css,sha256=JpjOOwmqP9Hba-w_8Lx9jWW0ZD0kD3wR0HvdPGDyUPo,2134
|
|
152
156
|
khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css,sha256=BSqRkeb9vBh0phx5GkAlZirTFZintbyggGaUkuOBfaU,914
|
|
153
|
-
khoj/interface/compiled/_next/static/css/
|
|
154
|
-
khoj/interface/compiled/_next/static/css/a22d83f18a32957e.css,sha256=kgAD2DQYH2WF2wqL759i62nR093yU_UfFClMKkAue6U,17709
|
|
157
|
+
khoj/interface/compiled/_next/static/css/5a400c87d295e68a.css,sha256=ojDUPJ9fJpEo9DzTAsEa-k1cg7Bef-nSTfpszMiqknQ,17711
|
|
155
158
|
khoj/interface/compiled/_next/static/css/a3530ec58b0b660f.css,sha256=2fpX695nzJ6sNaNZbX_3Z0o-IA5kRlyN0ByIIXRgmtg,1570
|
|
156
|
-
khoj/interface/compiled/_next/static/css/
|
|
159
|
+
khoj/interface/compiled/_next/static/css/c808691c459e3887.css,sha256=Xj1SLFCKntSIqZSDCMg2MnzZowIiKFtqPT3KxrT4i94,1857
|
|
157
160
|
khoj/interface/compiled/_next/static/media/0e790e04fd40ad16-s.p.woff2,sha256=41ewITd0G1ZAoB62BTHMW58a1q8Hl6vSbTQkkHP7EbI,39372
|
|
158
161
|
khoj/interface/compiled/_next/static/media/4221e1667cd19c7d-s.woff2,sha256=_Y3g0keA8P6nZnFfm_VO5o2Sne1iST3v9xz4fBo3fwM,75532
|
|
159
162
|
khoj/interface/compiled/_next/static/media/6c276159aa0eb14b-s.woff2,sha256=i9Ibzi_O7y5KpImujj2rEdOZf96lpNYxYzVvCryW5Uc,140408
|
|
@@ -226,8 +229,8 @@ khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBn
|
|
|
226
229
|
khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
|
|
227
230
|
khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
|
|
228
231
|
khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
|
|
229
|
-
khoj/interface/compiled/agents/index.html,sha256=
|
|
230
|
-
khoj/interface/compiled/agents/index.txt,sha256=
|
|
232
|
+
khoj/interface/compiled/agents/index.html,sha256=Jfk5WH83Ewvk8TCs5Q99Fbjmp8w6JC5y8sCL5yrwkio,12723
|
|
233
|
+
khoj/interface/compiled/agents/index.txt,sha256=xy9_-5jFklIjkVkUhl-ZDWPOTw9HVmq6RgmiWBJW9qs,6087
|
|
231
234
|
khoj/interface/compiled/assets/icons/khoj_lantern.ico,sha256=eggu-B_v3z1R53EjOFhIqqPnICBGdoaw1xnc0NrzHck,174144
|
|
232
235
|
khoj/interface/compiled/assets/icons/khoj_lantern_128x128.png,sha256=aTxivDb3CYyThkVZWz8A19xl_dNut5DbkXhODWF3A9Q,5640
|
|
233
236
|
khoj/interface/compiled/assets/icons/khoj_lantern_256x256.png,sha256=xPCMLHiaL7lYOdQLZrKwWE-Qjn5ZaysSZB0ScYv4UZU,12312
|
|
@@ -238,18 +241,18 @@ khoj/interface/compiled/assets/samples/desktop-remember-plan-sample.png,sha256=i
|
|
|
238
241
|
khoj/interface/compiled/assets/samples/phone-browse-draw-sample.png,sha256=Dd4fPwtFl6BWqnHjeb1mCK_ND0hhHsWtx8sNE7EiMuE,406179
|
|
239
242
|
khoj/interface/compiled/assets/samples/phone-plain-chat-sample.png,sha256=DEDaNRCkfEWUeh3kYZWIQDTVK1a6KKnYdwj5ZWisN_Q,82985
|
|
240
243
|
khoj/interface/compiled/assets/samples/phone-remember-plan-sample.png,sha256=Ma3blirRmq3X4oYSsDbbT7MDn29rymDrjwmUfA9BMuM,236285
|
|
241
|
-
khoj/interface/compiled/automations/index.html,sha256=
|
|
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=DAp10fdwcp5QGqvaZ7Qh8b05uKPiTl4UXRImtMcuG00,30524
|
|
245
|
+
khoj/interface/compiled/automations/index.txt,sha256=Rt3rXOoG7M7pGL7GxN2U0CBZE4E0AQDLVq_L4n2HWWU,5459
|
|
246
|
+
khoj/interface/compiled/chat/index.html,sha256=fRBrPaxd-C68w4UiM3Xv6G-9_IAq4aiEZR81CtbTMj4,13614
|
|
247
|
+
khoj/interface/compiled/chat/index.txt,sha256=lKEXxeJX8XiSdvY673jA8p4sF6oQgN4_YpoKi474CYY,6445
|
|
248
|
+
khoj/interface/compiled/factchecker/index.html,sha256=q9m_-30qZ-0IREokRlxrnFoQYaXo4T5KLGihE2J5ZvA,29863
|
|
249
|
+
khoj/interface/compiled/factchecker/index.txt,sha256=E42kpXVomnNvc3pvrkcsUkR_93AuTawcc7p2Vy7jLJA,5747
|
|
250
|
+
khoj/interface/compiled/search/index.html,sha256=OWy4h1f_iAlbtLOijK0v5fJOgBVI9nOJ3BTQV8rY6Z4,30178
|
|
251
|
+
khoj/interface/compiled/search/index.txt,sha256=je0ZplH4Q0ys8X5nv3cJKm0j3bqr_OIVWEXO0_cp9Ps,5261
|
|
252
|
+
khoj/interface/compiled/settings/index.html,sha256=NqJjQZ8Cp3ZTtj5yhQAv6veZgE9iNFHNzqMSeQMCWjg,12851
|
|
253
|
+
khoj/interface/compiled/settings/index.txt,sha256=0Xos-QodF3MPP3IDf3N_Djegj1F1SfE0zU8Gu2PrmiE,6085
|
|
254
|
+
khoj/interface/compiled/share/chat/index.html,sha256=0XfL7_DVWcdjJ2k2TzbZYV1NPq18ioy5Y8Brds-XU6k,14944
|
|
255
|
+
khoj/interface/compiled/share/chat/index.txt,sha256=UUiQBZygQe8cO7deCTV092iD4hpYl8miNHEQiqPSu8M,7263
|
|
253
256
|
khoj/interface/email/feedback.html,sha256=xksuPFamx4hGWyTTxZKRgX_eiYQQEuv-eK9Xmkt-nwU,1216
|
|
254
257
|
khoj/interface/email/magic_link.html,sha256=jXY_2hD3o15Ns5UDzbjLT8FHBnZiS7jo38YkYXIS-4w,947
|
|
255
258
|
khoj/interface/email/task.html,sha256=yXywzC-5P4nXbhqvgCmwcCpTRbD5eWuDXMpgYSotztM,3311
|
|
@@ -301,7 +304,7 @@ khoj/processor/content/plaintext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
301
304
|
khoj/processor/content/plaintext/plaintext_to_entries.py,sha256=97i7Cm0DTY7jW4iqKOT_oVc2ooa_XhQ8iImsljp1Kek,4994
|
|
302
305
|
khoj/processor/conversation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
303
306
|
khoj/processor/conversation/prompts.py,sha256=75XbUfcN0KroSjL4r-LCFVYCbG9k-aM9s4cDNzR-I7Y,33683
|
|
304
|
-
khoj/processor/conversation/utils.py,sha256=
|
|
307
|
+
khoj/processor/conversation/utils.py,sha256=UsLayBTuo60zt8uMjHKx5LBwJGfxFNijt0UwPzKO_p4,11280
|
|
305
308
|
khoj/processor/conversation/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
306
309
|
khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=fOT75wfC4r53M_tGDL6T7kvnRekZbdVM3jvvl3ohH9w,8108
|
|
307
310
|
khoj/processor/conversation/anthropic/utils.py,sha256=GHCz-xll_DBipqSc5e5qdVhLQiKX5Kso3KQRf1BXbVA,3456
|
|
@@ -310,25 +313,25 @@ khoj/processor/conversation/offline/chat_model.py,sha256=AHO2ErdByyT3Koc0qNKICsF
|
|
|
310
313
|
khoj/processor/conversation/offline/utils.py,sha256=51McImxl6u1qgRYvMt7uzsgLGSLq5SMFy74ymlNjIcc,3033
|
|
311
314
|
khoj/processor/conversation/offline/whisper.py,sha256=DJI-8y8DULO2cQ49m2VOvRyIZ2TxBypc15gM8O3HuMI,470
|
|
312
315
|
khoj/processor/conversation/openai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
313
|
-
khoj/processor/conversation/openai/gpt.py,sha256=
|
|
316
|
+
khoj/processor/conversation/openai/gpt.py,sha256=sUSi50Yu2WVUUzOW2wlih_91r6ZohLSw5iVSLUaHTYo,7462
|
|
314
317
|
khoj/processor/conversation/openai/utils.py,sha256=vyFEIfBWMCxx3Nh3lM94SRUR7PLlHJmGTPWrq0YqRgU,4409
|
|
315
318
|
khoj/processor/conversation/openai/whisper.py,sha256=RuwDtxSJrVWYdZz4aVnk0XiMQy9w8W9lFcVfE0hMiFY,432
|
|
316
319
|
khoj/processor/speech/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
317
320
|
khoj/processor/speech/text_to_speech.py,sha256=Q7sapi5Hv6woXOumtrGqR0t6izZrFBkWXFOGrHM6dJ4,1929
|
|
318
321
|
khoj/processor/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
319
|
-
khoj/processor/tools/online_search.py,sha256=
|
|
322
|
+
khoj/processor/tools/online_search.py,sha256=KE8Xq_HXmo7NzoZlHOpCTKpGHIGloYpoqA--_1hRzTM,10040
|
|
320
323
|
khoj/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
321
324
|
khoj/routers/api.py,sha256=Li7oaLOq7KJpi6YFTf7qguMfsSogIBWaliDd2qJNXEU,25614
|
|
322
325
|
khoj/routers/api_agents.py,sha256=ks8QzjmZiio6j1QGi6xFtDmVxd9lvC6LPB-WcDPnF8o,1525
|
|
323
|
-
khoj/routers/api_chat.py,sha256=
|
|
326
|
+
khoj/routers/api_chat.py,sha256=v8Kk7MHHvMvnXdAe4Rgx63MUnwW-dUW_6iXYC4SfDCs,37655
|
|
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=RqtF2YgpBwu6_hjnkUuU9kjYypdMdGBrLP2nJlvrptE,66494
|
|
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.dev6.dist-info/METADATA,sha256=htkJ76DtR3LlkfAWNCajbxW_PBZSS3Jnrt13W4jrOfk,6875
|
|
358
|
+
khoj-1.21.7.dev6.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
359
|
+
khoj-1.21.7.dev6.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
|
|
360
|
+
khoj-1.21.7.dev6.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
361
|
+
khoj-1.21.7.dev6.dist-info/RECORD,,
|