khoj 1.36.7.dev38__py3-none-any.whl → 1.36.7.dev44__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/interface/compiled/404/index.html +2 -2
- khoj/interface/compiled/_next/static/chunks/{2327-b21ecded25471e6c.js → 2327-0bbe3ee35f80659f.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/{5477-9ff77f49e6cf375c.js → 5477-a5b2688736f51b8c.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/{8515-010dd769c584b672.js → 8515-f305779d95dd5780.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/agents/{layout-5961c3717e1d8813.js → layout-dd7f2b45a9c30bd7.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/chat/{layout-603285e3b1400e74.js → layout-904fbbb3974588da.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/chat/{page-50cb9b62b10b5f3d.js → page-5175e747d3cb4a33.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/{page-29e3b092fe46f190.js → page-44ac22beb2619af0.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/search/{layout-d7f7528ff387fba5.js → layout-51d73830842461d5.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-6f26fe7f2f7edc56.js → page-e8f0cc65930b214e.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/{webpack-1169ca6e9e7e6247.js → webpack-7b6da024b29299be.js} +1 -1
- khoj/interface/compiled/_next/static/css/440ae0f0f650dc35.css +1 -0
- khoj/interface/compiled/_next/static/css/b061a6aedf367349.css +25 -0
- khoj/interface/compiled/_next/static/css/b62829e3bf683b86.css +1 -0
- khoj/interface/compiled/agents/index.html +2 -2
- khoj/interface/compiled/agents/index.txt +3 -3
- khoj/interface/compiled/automations/index.html +2 -2
- khoj/interface/compiled/automations/index.txt +3 -3
- khoj/interface/compiled/chat/index.html +2 -2
- khoj/interface/compiled/chat/index.txt +3 -3
- khoj/interface/compiled/index.html +2 -2
- khoj/interface/compiled/index.txt +2 -2
- khoj/interface/compiled/search/index.html +2 -2
- khoj/interface/compiled/search/index.txt +3 -3
- khoj/interface/compiled/settings/index.html +2 -2
- khoj/interface/compiled/settings/index.txt +5 -5
- khoj/interface/compiled/share/chat/index.html +2 -2
- khoj/interface/compiled/share/chat/index.txt +2 -2
- khoj/processor/conversation/anthropic/utils.py +6 -1
- khoj/processor/conversation/google/utils.py +6 -1
- khoj/processor/conversation/utils.py +18 -2
- khoj/processor/image/generate.py +2 -2
- khoj/routers/api_chat.py +6 -4
- khoj/routers/storage.py +28 -29
- {khoj-1.36.7.dev38.dist-info → khoj-1.36.7.dev44.dist-info}/METADATA +1 -1
- {khoj-1.36.7.dev38.dist-info → khoj-1.36.7.dev44.dist-info}/RECORD +47 -47
- khoj/interface/compiled/_next/static/css/5384e98d63fe6f0e.css +0 -25
- khoj/interface/compiled/_next/static/css/b15666ef52060cd0.css +0 -1
- khoj/interface/compiled/_next/static/css/fca983d49c3dd1a3.css +0 -1
- /khoj/interface/compiled/_next/static/{eZU2iDTEpRdulsZYyzL5V → _uBscHHxf9hV9yuDeiijk}/_buildManifest.js +0 -0
- /khoj/interface/compiled/_next/static/{eZU2iDTEpRdulsZYyzL5V → _uBscHHxf9hV9yuDeiijk}/_ssgManifest.js +0 -0
- /khoj/interface/compiled/_next/static/chunks/{1915-ab4353eaca76f690.js → 1915-1943ee8a628b893c.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/{2117-f99825f0a867a42d.js → 2117-ce1f0a4598f5e4fe.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/{4363-4efaf12abe696251.js → 4363-e6ac2203564d1a3b.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/{4447-5d44807c40355b1a.js → 4447-e038b251d626c340.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/{8667-adbe6017a66cef10.js → 8667-8136f74e9a086fca.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/{9259-d8bcd9da9e80c81e.js → 9259-640fdd77408475df.js} +0 -0
- {khoj-1.36.7.dev38.dist-info → khoj-1.36.7.dev44.dist-info}/WHEEL +0 -0
- {khoj-1.36.7.dev38.dist-info → khoj-1.36.7.dev44.dist-info}/entry_points.txt +0 -0
- {khoj-1.36.7.dev38.dist-info → khoj-1.36.7.dev44.dist-info}/licenses/LICENSE +0 -0
khoj/routers/storage.py
CHANGED
@@ -9,9 +9,10 @@ AWS_SECRET_KEY = os.getenv("AWS_SECRET_KEY")
|
|
9
9
|
# S3 supports serving assets via your domain. Khoj expects this to be used in production. To enable it:
|
10
10
|
# 1. Your bucket name for images should be of the form sub.domain.tld. For example, generated.khoj.dev
|
11
11
|
# 2. Add CNAME entry to your domain's DNS records pointing to the S3 bucket. For example, CNAME generated.khoj.dev generated-khoj-dev.s3.amazonaws.com
|
12
|
-
|
12
|
+
AWS_KHOJ_IMAGES_BUCKET_NAME = os.getenv("AWS_IMAGE_UPLOAD_BUCKET")
|
13
|
+
AWS_USER_IMAGES_BUCKET_NAME = os.getenv("AWS_USER_UPLOADED_IMAGES_BUCKET_NAME")
|
13
14
|
|
14
|
-
aws_enabled = AWS_ACCESS_KEY is not None and AWS_SECRET_KEY is not None
|
15
|
+
aws_enabled = AWS_ACCESS_KEY is not None and AWS_SECRET_KEY is not None
|
15
16
|
|
16
17
|
if aws_enabled:
|
17
18
|
from boto3 import client
|
@@ -19,45 +20,43 @@ if aws_enabled:
|
|
19
20
|
s3_client = client("s3", aws_access_key_id=AWS_ACCESS_KEY, aws_secret_access_key=AWS_SECRET_KEY)
|
20
21
|
|
21
22
|
|
22
|
-
def
|
23
|
-
"""Upload
|
23
|
+
def upload_image_to_bucket(webp_image: bytes, user_id: uuid.UUID, bucket_name: str):
|
24
|
+
"""Upload webp image to an S3 bucket"""
|
24
25
|
if not aws_enabled:
|
25
26
|
logger.info("AWS is not enabled. Skipping image upload")
|
26
27
|
return None
|
27
|
-
|
28
|
-
|
29
|
-
try:
|
30
|
-
s3_client.put_object(Bucket=AWS_UPLOAD_IMAGE_BUCKET_NAME, Key=image_key, Body=image, ACL="public-read")
|
31
|
-
url = f"https://{AWS_UPLOAD_IMAGE_BUCKET_NAME}/{image_key}"
|
32
|
-
return url
|
33
|
-
except Exception as e:
|
34
|
-
logger.error(f"Failed to upload image to S3: {e}")
|
35
|
-
return None
|
36
|
-
|
37
|
-
|
38
|
-
AWS_USER_UPLOADED_IMAGES_BUCKET_NAME = os.getenv("AWS_USER_UPLOADED_IMAGES_BUCKET_NAME")
|
39
|
-
|
40
|
-
|
41
|
-
def upload_image_to_bucket(image: bytes, user_id: uuid.UUID):
|
42
|
-
"""Upload the image to the S3 bucket"""
|
43
|
-
if not aws_enabled:
|
44
|
-
logger.info("AWS is not enabled. Skipping image upload")
|
28
|
+
if not bucket_name:
|
29
|
+
logger.error(f"{bucket_name} is not set")
|
45
30
|
return None
|
46
31
|
|
47
32
|
image_key = f"{user_id}/{uuid.uuid4()}.webp"
|
48
|
-
if not AWS_USER_UPLOADED_IMAGES_BUCKET_NAME:
|
49
|
-
logger.error("AWS_USER_UPLOADED_IMAGES_BUCKET_NAME is not set")
|
50
|
-
return None
|
51
|
-
|
52
33
|
try:
|
53
34
|
s3_client.put_object(
|
54
|
-
Bucket=
|
35
|
+
Bucket=bucket_name,
|
55
36
|
Key=image_key,
|
56
|
-
Body=
|
37
|
+
Body=webp_image,
|
57
38
|
ACL="public-read",
|
58
39
|
ContentType="image/webp",
|
59
40
|
)
|
60
|
-
return f"https://{
|
41
|
+
return f"https://{bucket_name}/{image_key}"
|
61
42
|
except Exception as e:
|
62
43
|
logger.error(f"Failed to upload image to S3: {e}")
|
63
44
|
return None
|
45
|
+
|
46
|
+
|
47
|
+
def upload_generated_image_to_bucket(image: bytes, user_id: uuid.UUID):
|
48
|
+
"""Upload khoj generated image to an S3 bucket"""
|
49
|
+
return upload_image_to_bucket(
|
50
|
+
webp_image=image,
|
51
|
+
user_id=user_id,
|
52
|
+
bucket_name=AWS_KHOJ_IMAGES_BUCKET_NAME,
|
53
|
+
)
|
54
|
+
|
55
|
+
|
56
|
+
def upload_user_image_to_bucket(image: bytes, user_id: uuid.UUID):
|
57
|
+
"""Upload user attached image to an S3 bucket"""
|
58
|
+
return upload_image_to_bucket(
|
59
|
+
webp_image=image,
|
60
|
+
user_id=user_id,
|
61
|
+
bucket_name=AWS_USER_IMAGES_BUCKET_NAME,
|
62
|
+
)
|
@@ -126,24 +126,26 @@ khoj/interface/compiled/chat.svg,sha256=l2JoYRRgk201adTTdvJ-buKUrc0WGfsudix5xEvt
|
|
126
126
|
khoj/interface/compiled/close.svg,sha256=hQ2iFLkNzHk0_iyTrSbwnWAeXYlgA-c2Eof2Iqh76n4,417
|
127
127
|
khoj/interface/compiled/copy-button-success.svg,sha256=byqWAYD3Pn9IOXRjOKudJ-TJbP2UESbQGvtLWazNGjY,829
|
128
128
|
khoj/interface/compiled/copy-button.svg,sha256=05bKM2eRxksfBlAPT7yMaoNJEk85bZCxQg67EVrPeHo,669
|
129
|
-
khoj/interface/compiled/index.html,sha256=
|
130
|
-
khoj/interface/compiled/index.txt,sha256=
|
129
|
+
khoj/interface/compiled/index.html,sha256=uFigcNwJ6J_X6fA664UT-2iv-e4RHKz9DYpALvoGRbY,53009
|
130
|
+
khoj/interface/compiled/index.txt,sha256=Of5iSA8cB9TXXz9UjTHbMWPojWEURD0wQsUMfJws2XM,7584
|
131
131
|
khoj/interface/compiled/khoj.webmanifest,sha256=9wOK2BMS6xH5NKd2eaUgTLg9WepIxB2K2U33KU89LD8,2543
|
132
132
|
khoj/interface/compiled/logo.svg,sha256=_QCKVYM4WT2Qhcf7aVFImjq_s5CwjynGXYAOgI7yf8w,8059
|
133
133
|
khoj/interface/compiled/send.svg,sha256=VdavOWkVddcwcGcld6pdfmwfz7S91M-9O28cfeiKJkM,635
|
134
134
|
khoj/interface/compiled/share.svg,sha256=91lwo75PvMDrgocuZQab6EQ62CxRbubh9Bhw7CWMKbg,1221
|
135
135
|
khoj/interface/compiled/thumbs-down.svg,sha256=JGNl-DwoRmH2XFMPWwFFklmoYtKxaQbkLE3nuYKe8ZY,1019
|
136
136
|
khoj/interface/compiled/thumbs-up.svg,sha256=yS1wxTRtiztkN-6nZciLoYQUB_KTYNPV8xFRwH2TQFw,1036
|
137
|
-
khoj/interface/compiled/404/index.html,sha256=
|
137
|
+
khoj/interface/compiled/404/index.html,sha256=vZRwDV-gdqFS9TquPQoMBtiPVG4ipoamEtrKM2C7264,17063
|
138
|
+
khoj/interface/compiled/_next/static/_uBscHHxf9hV9yuDeiijk/_buildManifest.js,sha256=f2_nYnw25hHWQJ-39Lf5OH1u6kgdbOInyfplqgjvAV4,224
|
139
|
+
khoj/interface/compiled/_next/static/_uBscHHxf9hV9yuDeiijk/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
|
138
140
|
khoj/interface/compiled/_next/static/chunks/1160-8e7e42e77145b712.js,sha256=-QFyQbKtlBEXOxl_xK246z8WERbIc88SU1RehiTjcaI,317731
|
139
141
|
khoj/interface/compiled/_next/static/chunks/1243.ea2826fb35adb15a.js,sha256=Y6ceAwyTH4HSGDvBRoBB-RVXRCzGGr8NSPcspYF5OM8,182
|
140
142
|
khoj/interface/compiled/_next/static/chunks/133.392ae90c3b2a67f2.js,sha256=IK-mb9ZlF6uJUdU8AuXsppc99tFL8svJvZtKNZGNtcY,411
|
141
143
|
khoj/interface/compiled/_next/static/chunks/1592.b069bdb7aaddd2eb.js,sha256=VUaP2gjX3W9tA9pOH_VIPG_2BIg7Wk1AICrfU5iHgrk,71096
|
142
|
-
khoj/interface/compiled/_next/static/chunks/1915-
|
144
|
+
khoj/interface/compiled/_next/static/chunks/1915-1943ee8a628b893c.js,sha256=qArqL3leavWRcZkX4ZuWgemtKnmV6c-_yrNtMu_8SeY,11277
|
143
145
|
khoj/interface/compiled/_next/static/chunks/2069.f060659791c0c484.js,sha256=C_oat_BkZcLOHsyJlNN_5I55fB7ee1zkkZ9FT5zOzn4,186
|
144
|
-
khoj/interface/compiled/_next/static/chunks/2117-
|
146
|
+
khoj/interface/compiled/_next/static/chunks/2117-ce1f0a4598f5e4fe.js,sha256=vLJikd2wJoZNWopR64Y4ccsOU2TNfdkBxVyfrgTHk10,123994
|
145
147
|
khoj/interface/compiled/_next/static/chunks/2170.45431769330fa5b7.js,sha256=C7Puu9x18DhdR5Sh8XXvTzPdP_HTK6WhsJDNW-NoB7o,24019
|
146
|
-
khoj/interface/compiled/_next/static/chunks/2327-
|
148
|
+
khoj/interface/compiled/_next/static/chunks/2327-0bbe3ee35f80659f.js,sha256=8yNIQilcj1QOr7dEYHN0zCYS46ckF5KuvrckvgEPEEk,127377
|
147
149
|
khoj/interface/compiled/_next/static/chunks/3237.c4754f02f1a388cb.js,sha256=Z5iOEX0mPj-5tuoU4Bq_IjpAlyc4MURKlBoaExsULTk,177
|
148
150
|
khoj/interface/compiled/_next/static/chunks/3305.1fc7297ba154ee95.js,sha256=mfrpv-asuYmBmbqIh1p3UnPMAxg2pKlxE3Rzmth8O6s,37266
|
149
151
|
khoj/interface/compiled/_next/static/chunks/3332.6313db5217bb1b67.js,sha256=4lNF9JhPQdTX2xDojGOvvanM0Y0VScwM3kmF4p0RHFg,3776
|
@@ -152,9 +154,9 @@ khoj/interface/compiled/_next/static/chunks/3460.39c2b9b6a3898384.js,sha256=gehY
|
|
152
154
|
khoj/interface/compiled/_next/static/chunks/4299.2aaa569416cfc208.js,sha256=3HJ8OvB9BDJW0-qCBd1eUmChoBAxaCX6R81ftWZ1CHw,21659
|
153
155
|
khoj/interface/compiled/_next/static/chunks/4327.238d15c09a039b8b.js,sha256=mZa4Oyltc9JrokqnalRTjzcvWgX4S3i3REXiHzRYH1o,296536
|
154
156
|
khoj/interface/compiled/_next/static/chunks/4357-d86d3401f6f6f802.js,sha256=KDM1m01Fz-vcAMfxQfYPO6SEZJVK7z4241JOCEvou6Y,45442
|
155
|
-
khoj/interface/compiled/_next/static/chunks/4363-
|
157
|
+
khoj/interface/compiled/_next/static/chunks/4363-e6ac2203564d1a3b.js,sha256=YFO-i3X2LrX9c4MgYY1kPsoRBaqVUkmfAKI62Rz2BVI,468054
|
156
158
|
khoj/interface/compiled/_next/static/chunks/4415.e0c0da5eedae4dd7.js,sha256=DEf8HPEstDFvBflOU0j0ilYHlVJilGcGsLgUx524FZQ,25544
|
157
|
-
khoj/interface/compiled/_next/static/chunks/4447-
|
159
|
+
khoj/interface/compiled/_next/static/chunks/4447-e038b251d626c340.js,sha256=Uw8IrcKmVR3wba-FB9maP9i9l_kAYg59r8PN1T_ipQE,19621
|
158
160
|
khoj/interface/compiled/_next/static/chunks/4609-33aa487dff03a9fd.js,sha256=1M6QAfVZa2g2Q4jXRdSI1wjrZ4G9yKjINJt8qyTKm1A,24698
|
159
161
|
khoj/interface/compiled/_next/static/chunks/4610.a1e7f40a759ed2aa.js,sha256=b5JDRPyQv2MsibYoK2TDT76LMAoDTRzFM-fa81mJxow,14102
|
160
162
|
khoj/interface/compiled/_next/static/chunks/4650.41f041da0ad365ad.js,sha256=EZeckNrMc3ZUX_LexPgaeusEq-dGBNEPm7nc5nvb4OM,33902
|
@@ -166,7 +168,7 @@ khoj/interface/compiled/_next/static/chunks/5279.85d537880b8041ae.js,sha256=3Vvd
|
|
166
168
|
khoj/interface/compiled/_next/static/chunks/5402.b9460f1b16b57e92.js,sha256=TFB5N1RYbKelRJXW70T4tT0lEjB3u7RS5lItHOfX-TU,24369
|
167
169
|
khoj/interface/compiled/_next/static/chunks/5427-88bd2db4b3075cac.js,sha256=xGKcAgR9ShtCMVEHOQ5QURLUn8vhgEOgPl31b0cKEq0,31795
|
168
170
|
khoj/interface/compiled/_next/static/chunks/5473-921e17a6177f9729.js,sha256=Xl8sKJ3GbVq0N5RD-rvjZxkN0zHQQw5Ix8jltbMwLhc,46052
|
169
|
-
khoj/interface/compiled/_next/static/chunks/5477-
|
171
|
+
khoj/interface/compiled/_next/static/chunks/5477-a5b2688736f51b8c.js,sha256=3lWhhrmVgYq6IHnf4wnBLAF-Add0q4-JmxYKewMA-cs,14554
|
170
172
|
khoj/interface/compiled/_next/static/chunks/5555.f7cf9795d675de51.js,sha256=uJjZjASQiVGqPR7_Cn3RFZOe9cLnMaOEHYHMyssfyzI,100164
|
171
173
|
khoj/interface/compiled/_next/static/chunks/5621-415bdc6c7b57af11.js,sha256=cvNw0hIbmSGZAp--CTZKvnf4bNjyvAMY5WKsHVNy6cE,24074
|
172
174
|
khoj/interface/compiled/_next/static/chunks/58.f4bd8a3c9d88f5fe.js,sha256=8j1vUdozD7ROLnHcr7k5Z9emrhg2ukJ60e6fRBIymxo,31287
|
@@ -181,13 +183,13 @@ khoj/interface/compiled/_next/static/chunks/7890.f681eb1d1f83bea2.js,sha256=xd1q
|
|
181
183
|
khoj/interface/compiled/_next/static/chunks/7953.f6fc335a23efb959.js,sha256=8XInVs3uzJAMGBndN2k4BeJNHmgZOembNuoyPe9Z7Oo,412
|
182
184
|
khoj/interface/compiled/_next/static/chunks/8254.3145a4fbdcfdca46.js,sha256=sur8InabGfvh1HqNQhwBssc1tCPae_WKQ-efoYU1Q8A,412
|
183
185
|
khoj/interface/compiled/_next/static/chunks/8400.c95e4e79bcd79a56.js,sha256=3SlFozKtF4DYQYPT3hB5M7VEm3e_W71kC19JgADz-3k,19864
|
184
|
-
khoj/interface/compiled/_next/static/chunks/8515-
|
185
|
-
khoj/interface/compiled/_next/static/chunks/8667-
|
186
|
+
khoj/interface/compiled/_next/static/chunks/8515-f305779d95dd5780.js,sha256=QyTarawMADcAup6ipG9JMVnvkbkoYh0Ury2EWkflZ3o,1619194
|
187
|
+
khoj/interface/compiled/_next/static/chunks/8667-8136f74e9a086fca.js,sha256=kyiAVJTylsiOPFTb63uZn_pMlk4pYhDYt_N7xL76PTM,7214
|
186
188
|
khoj/interface/compiled/_next/static/chunks/8673.be44c4d9e4f1d084.js,sha256=jiE4xU-TbkVC4R60SIgxwdo31T9mbdVBVuhP4H60i94,18629
|
187
189
|
khoj/interface/compiled/_next/static/chunks/8698.a088118fef40d302.js,sha256=mrK-3ZahVSF7sZij3l-PyXKxp-ccXU9orykXDc7YzsM,180
|
188
190
|
khoj/interface/compiled/_next/static/chunks/9022.33974a513a281fd2.js,sha256=6NmDzRbI0NyTisUT04sq9M0czUqvlwZoV4E7Onp-55Q,57192
|
189
191
|
khoj/interface/compiled/_next/static/chunks/90542734.9e6e44b1b45b30fe.js,sha256=5Ivye3p3HC-Ekf-bIPdnvmg_JtYLkCqyRPWtciOmuuo,413716
|
190
|
-
khoj/interface/compiled/_next/static/chunks/9259-
|
192
|
+
khoj/interface/compiled/_next/static/chunks/9259-640fdd77408475df.js,sha256=lZJF9qq4_MeSRsHeNPNcxkqh2vhBfag5iAxg6krHA9g,34848
|
191
193
|
khoj/interface/compiled/_next/static/chunks/9334-b22127fe2d39bc60.js,sha256=_TPWqSCbf86Ig1vIEDRLXzloZujDoxpoEWhRPUf6b5U,29065
|
192
194
|
khoj/interface/compiled/_next/static/chunks/9433.b1b5f5d050c43e3c.js,sha256=kMVC0Gg95UqjfQXpGvi-WUSg_kYp0SN7CTPTHxHxDBk,144858
|
193
195
|
khoj/interface/compiled/_next/static/chunks/94ca1967.1b3402358e0e1255.js,sha256=WJXEIy24FD6PNQePg-uahendJMNc03GgnVveitFeshI,1174524
|
@@ -200,34 +202,32 @@ khoj/interface/compiled/_next/static/chunks/framework-8e0e0f4a6b83a956.js,sha256
|
|
200
202
|
khoj/interface/compiled/_next/static/chunks/main-98eb5932d6b2e3fa.js,sha256=AawaSgw7Q3CVsGFBX7BuL4bBqqXkJ4DJdGs-2cif97I,111273
|
201
203
|
khoj/interface/compiled/_next/static/chunks/main-app-de1f09df97a3cfc7.js,sha256=bqnztujKItXfFBzQlaBmDZyfJpQt_M93CXOuchJfpD0,471
|
202
204
|
khoj/interface/compiled/_next/static/chunks/polyfills-42372ed130431b0a.js,sha256=CXPB1kyIrcjjyVBBDLWLKI9yEY1ZZbeASUON648vloM,112594
|
203
|
-
khoj/interface/compiled/_next/static/chunks/webpack-
|
205
|
+
khoj/interface/compiled/_next/static/chunks/webpack-7b6da024b29299be.js,sha256=P3ZMsI9DohrB6XqNJ1v5ts3QmF4OZaYSjA7gy9ikI5k,4888
|
204
206
|
khoj/interface/compiled/_next/static/chunks/app/layout-bd8210ff1de491d7.js,sha256=8gTcL8-sV5oa7vJRTxlgOpZvhNrsKomsu75DpVpqfE0,3983
|
205
|
-
khoj/interface/compiled/_next/static/chunks/app/page-
|
207
|
+
khoj/interface/compiled/_next/static/chunks/app/page-44ac22beb2619af0.js,sha256=5NvbFcWxBfHJ11-PBWNjvBfVEaMOMdogdi0FgBF1M-0,31217
|
206
208
|
khoj/interface/compiled/_next/static/chunks/app/_not-found/page-0ec97c4970898f2d.js,sha256=zElhiTkdu2JqrEvJ8Lrxh4HCyfLmPllBHHWOuDtrVlw,1755
|
207
|
-
khoj/interface/compiled/_next/static/chunks/app/agents/layout-
|
209
|
+
khoj/interface/compiled/_next/static/chunks/app/agents/layout-dd7f2b45a9c30bd7.js,sha256=XGFX2rS4fZwhB-k9BQ2dzRao0-wx2uLH5utlzqN6u1g,3455
|
208
210
|
khoj/interface/compiled/_next/static/chunks/app/agents/page-df5446aa4fb82e1a.js,sha256=I_L7ZSMnaB2S_8G4GqkbnjSZH8IPvZV6j9b-3Afr8e8,18314
|
209
211
|
khoj/interface/compiled/_next/static/chunks/app/automations/layout-7f5c33a70e46b3af.js,sha256=s2wHeQ-ai9rKyU9EjOGY1Yo51L4ZEkjLtML85BqN3Zc,5143
|
210
212
|
khoj/interface/compiled/_next/static/chunks/app/automations/page-0a44416f9183aec0.js,sha256=kNkQ123aqeoAe5yTaHWdSUMGaK_JJYHYASI3tYTiNbI,34831
|
211
|
-
khoj/interface/compiled/_next/static/chunks/app/chat/layout-
|
212
|
-
khoj/interface/compiled/_next/static/chunks/app/chat/page-
|
213
|
-
khoj/interface/compiled/_next/static/chunks/app/search/layout-
|
213
|
+
khoj/interface/compiled/_next/static/chunks/app/chat/layout-904fbbb3974588da.js,sha256=QNx6UorqNpWPXrNjy7bk0G0WECLHuQhhTiY6ud-p950,3455
|
214
|
+
khoj/interface/compiled/_next/static/chunks/app/chat/page-5175e747d3cb4a33.js,sha256=kBehzrCUoRXy0WdtbXxQiFc3NaJCBBqrg8ssQVvQDzM,28293
|
215
|
+
khoj/interface/compiled/_next/static/chunks/app/search/layout-51d73830842461d5.js,sha256=1WJiwGhYAqNwsGrpaRZEgXbQh6XiRMa23MNbetJOEU4,3455
|
214
216
|
khoj/interface/compiled/_next/static/chunks/app/search/page-1df7b236b30620f7.js,sha256=pMegRbrl32l9jxn1EvT9u-o877tSZ9jzOq7keoNxeDQ,32714
|
215
217
|
khoj/interface/compiled/_next/static/chunks/app/settings/layout-a7262b2bb8c7ae64.js,sha256=lvyfWVLYyJsxhQvh5UWUVUBM71nmq9DdsmmnVfFXCgk,9401
|
216
218
|
khoj/interface/compiled/_next/static/chunks/app/settings/page-3473bab693ef81b2.js,sha256=NJ-y_h09m915fni0dLftBeDlzkWKP50XbtXbFU-tJZM,30570
|
217
219
|
khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-d090bd23befd0207.js,sha256=YhBDJH985TnoOYRDbSi79kr7TovwVi6oxYa8JexlsBk,3455
|
218
|
-
khoj/interface/compiled/_next/static/chunks/app/share/chat/page-
|
220
|
+
khoj/interface/compiled/_next/static/chunks/app/share/chat/page-e8f0cc65930b214e.js,sha256=4j-Medg4wfn7LQI7TKGjjbFOCPygzNNL_XeaMz1OCOw,4820
|
219
221
|
khoj/interface/compiled/_next/static/chunks/pages/_app-3c9ca398d360b709.js,sha256=UqtikLsCsOWtDUJOW6Tuk9P-bV1V3MhYd3ghrQuEmfs,286
|
220
222
|
khoj/interface/compiled/_next/static/chunks/pages/_error-cf5ca766ac8f493f.js,sha256=w_It3VzKT8O1M3CrJ_hZHsaU7M7dq3EAaVG8KvJ-fhU,253
|
221
223
|
khoj/interface/compiled/_next/static/css/37a73b87f02df402.css,sha256=hp0vlekKu0K2eITR5YIqFmLHQPqV3JETFnRd_-Uh0mk,165
|
222
|
-
khoj/interface/compiled/_next/static/css/
|
224
|
+
khoj/interface/compiled/_next/static/css/440ae0f0f650dc35.css,sha256=FlGtVO8aI0FrkVFsPQdk1PO5ECGYJrF1tEmLXVuAIvk,1674
|
223
225
|
khoj/interface/compiled/_next/static/css/7889a30fe9c83846.css,sha256=IUkZhkx4GpYOIhN-EJw9T1DqGMO3Wa3mNpUwaOBuZoY,7204
|
224
|
-
khoj/interface/compiled/_next/static/css/
|
226
|
+
khoj/interface/compiled/_next/static/css/b061a6aedf367349.css,sha256=TBw0S55aM8UbisYpvbVjM9Ch7bUG16L5WlNXd6KTs1g,3075676
|
227
|
+
khoj/interface/compiled/_next/static/css/b62829e3bf683b86.css,sha256=SrZpRYa2LlhdPmavlxBccb40l65ss2Uf1Zn_nxRsllM,30515
|
225
228
|
khoj/interface/compiled/_next/static/css/e4eb883b5265d372.css,sha256=6LaW-lQ_ZpgOJNWYwU1Q1egXZ1aqJDEuRj66oRCIU_E,17748
|
226
229
|
khoj/interface/compiled/_next/static/css/ea5485b3f3859a5a.css,sha256=tn6qi2xSLTWhtzDUE8UlC8iipH9QGV6A9oGj1ap-Sk4,1659
|
227
230
|
khoj/interface/compiled/_next/static/css/f29752d6e1be7624.css,sha256=mLPRnYpBFaVhTMJ3CFou5_lrwLJs2mhBlAjNY2lrRYs,6354
|
228
|
-
khoj/interface/compiled/_next/static/css/fca983d49c3dd1a3.css,sha256=3F1qPtz6PQG-gIpo8h3rAfxreAc2Uvxy8F_G2e78EsM,30452
|
229
|
-
khoj/interface/compiled/_next/static/eZU2iDTEpRdulsZYyzL5V/_buildManifest.js,sha256=f2_nYnw25hHWQJ-39Lf5OH1u6kgdbOInyfplqgjvAV4,224
|
230
|
-
khoj/interface/compiled/_next/static/eZU2iDTEpRdulsZYyzL5V/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
|
231
231
|
khoj/interface/compiled/_next/static/media/1d8a05b60287ae6c-s.p.woff2,sha256=IzKBwB_bpSGvO7C9aRv29Js-jAbZPRDI-D-P4H2P918,14508
|
232
232
|
khoj/interface/compiled/_next/static/media/2aa11a72f7f24b58-s.woff2,sha256=QjuuSKmViymmy-itXLB1UbSARxFNHWuMiPpCrYqClFI,22728
|
233
233
|
khoj/interface/compiled/_next/static/media/383a65b63658737d-s.woff2,sha256=VH1XkI87HdFVhsurH5D5ekEjG_ZORTVBVg6xz7p87C8,16704
|
@@ -305,8 +305,8 @@ khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBn
|
|
305
305
|
khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
|
306
306
|
khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
|
307
307
|
khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
|
308
|
-
khoj/interface/compiled/agents/index.html,sha256=
|
309
|
-
khoj/interface/compiled/agents/index.txt,sha256=
|
308
|
+
khoj/interface/compiled/agents/index.html,sha256=NCM74fFWhE8ZUQ95V4XfHogrq489cjQcPisIs4kr1XI,19256
|
309
|
+
khoj/interface/compiled/agents/index.txt,sha256=lvxhFub-0BZN1ZUbSYUR6IDm0CigirG8NIkqHZ3gPNI,8706
|
310
310
|
khoj/interface/compiled/assets/icons/khoj_lantern.ico,sha256=eggu-B_v3z1R53EjOFhIqqPnICBGdoaw1xnc0NrzHck,174144
|
311
311
|
khoj/interface/compiled/assets/icons/khoj_lantern.svg,sha256=I_8XP5X84gEOoCRhCRKOQn_GKZrz3SUBXct7WxHvY7c,8767
|
312
312
|
khoj/interface/compiled/assets/icons/khoj_lantern_1200x1200.png,sha256=xDx0bbD-WMflgg8zck9oPIIuTIvywtuED2k7CjSQS4w,66194
|
@@ -321,16 +321,16 @@ khoj/interface/compiled/assets/samples/desktop-remember-plan-sample.png,sha256=i
|
|
321
321
|
khoj/interface/compiled/assets/samples/phone-browse-draw-sample.png,sha256=Dd4fPwtFl6BWqnHjeb1mCK_ND0hhHsWtx8sNE7EiMuE,406179
|
322
322
|
khoj/interface/compiled/assets/samples/phone-plain-chat-sample.png,sha256=DEDaNRCkfEWUeh3kYZWIQDTVK1a6KKnYdwj5ZWisN_Q,82985
|
323
323
|
khoj/interface/compiled/assets/samples/phone-remember-plan-sample.png,sha256=Ma3blirRmq3X4oYSsDbbT7MDn29rymDrjwmUfA9BMuM,236285
|
324
|
-
khoj/interface/compiled/automations/index.html,sha256=
|
325
|
-
khoj/interface/compiled/automations/index.txt,sha256=
|
326
|
-
khoj/interface/compiled/chat/index.html,sha256=
|
327
|
-
khoj/interface/compiled/chat/index.txt,sha256=
|
328
|
-
khoj/interface/compiled/search/index.html,sha256=
|
329
|
-
khoj/interface/compiled/search/index.txt,sha256=
|
330
|
-
khoj/interface/compiled/settings/index.html,sha256=
|
331
|
-
khoj/interface/compiled/settings/index.txt,sha256=
|
332
|
-
khoj/interface/compiled/share/chat/index.html,sha256=
|
333
|
-
khoj/interface/compiled/share/chat/index.txt,sha256=
|
324
|
+
khoj/interface/compiled/automations/index.html,sha256=Q5_AySlDmn2jQcFqweWbKd1LkjBg9OPYVzH2UCv4uJk,55923
|
325
|
+
khoj/interface/compiled/automations/index.txt,sha256=o4dCx7IIa1tw4TdAV3Sq-nITy3t0yYyCHZcpb4scAsk,8303
|
326
|
+
khoj/interface/compiled/chat/index.html,sha256=yXgRrAMB1-J9_0oqmmLjM8pk2k846k02Py8411BFyTA,56561
|
327
|
+
khoj/interface/compiled/chat/index.txt,sha256=1JVc7TimspTi4plHcvuQLgl9m4JiQ-H1bZFZpOCGnTg,9475
|
328
|
+
khoj/interface/compiled/search/index.html,sha256=axmbraH3weAJFTn2HE3zWZwsYjiBU86L9D-rGJIObcM,58213
|
329
|
+
khoj/interface/compiled/search/index.txt,sha256=y2lIMRQsnOzbmJyD5nQr3hwucCSEF3MTbUJIzd4cIBA,7990
|
330
|
+
khoj/interface/compiled/settings/index.html,sha256=3Tz0OnKCumdLpqP-6WjT78o0rZsKglKlpNRDKNv56qw,55947
|
331
|
+
khoj/interface/compiled/settings/index.txt,sha256=WF5HVgNi-Qu7l08wCcM6V-RTsrdCW4cYjbMs4j2UYg4,9431
|
332
|
+
khoj/interface/compiled/share/chat/index.html,sha256=QXAzV2PfTY7qZrNh7OaOzO3kb0DIaIfguxSF8ex3Cx0,56533
|
333
|
+
khoj/interface/compiled/share/chat/index.txt,sha256=VYPstrvv9AAQxMbD2bBM-IXxSyW4MJwcmkmtpzSVtdw,9677
|
334
334
|
khoj/interface/email/feedback.html,sha256=xksuPFamx4hGWyTTxZKRgX_eiYQQEuv-eK9Xmkt-nwU,1216
|
335
335
|
khoj/interface/email/magic_link.html,sha256=372ESbTPKM9acekuZcOIKOw6kBl-KikFg_L9MOHqJkg,2094
|
336
336
|
khoj/interface/email/task.html,sha256=tY7a0gzVeQ2lSQNu7WyXR_s7VYeWTrxWEj1iHVuoVE4,2813
|
@@ -383,13 +383,13 @@ khoj/processor/content/plaintext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
383
383
|
khoj/processor/content/plaintext/plaintext_to_entries.py,sha256=wFZwK_zIc7gWbRtO9sOHo9KvfhGAzL9psX_nKWYFduo,4975
|
384
384
|
khoj/processor/conversation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
385
385
|
khoj/processor/conversation/prompts.py,sha256=wM7XmOztzFdHN4xXe340bahVt9rb96SSE4WtYdJDr98,57159
|
386
|
-
khoj/processor/conversation/utils.py,sha256=
|
386
|
+
khoj/processor/conversation/utils.py,sha256=TYASt3HV3Rm0s2oc9yBZu7H52O7D2kpPiRJhBpouiJE,33942
|
387
387
|
khoj/processor/conversation/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
388
388
|
khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=64NJ2l0ejFzJCNhH5zxgcXAw13w-sdwcpYsmBiZFfTc,9092
|
389
|
-
khoj/processor/conversation/anthropic/utils.py,sha256=
|
389
|
+
khoj/processor/conversation/anthropic/utils.py,sha256=5w2_BS3gj_-LhcgFWuPzYYAI0iSgur5nOOJZjImhFCE,8572
|
390
390
|
khoj/processor/conversation/google/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
391
391
|
khoj/processor/conversation/google/gemini_chat.py,sha256=GcsMHPLiDf-NJ1qZNZe-VRIRkxjIpOSmqB1bMRcRsg4,9331
|
392
|
-
khoj/processor/conversation/google/utils.py,sha256=
|
392
|
+
khoj/processor/conversation/google/utils.py,sha256=PJYeVej9cxGdhsH1-0v6IV6alxjtVjbjZzQDoMZ8RiI,10859
|
393
393
|
khoj/processor/conversation/offline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
394
394
|
khoj/processor/conversation/offline/chat_model.py,sha256=Sr0VpCipeWdEnuOQjgBo89uPZzQkQRSdTo5fm0EZTpI,11326
|
395
395
|
khoj/processor/conversation/offline/utils.py,sha256=51McImxl6u1qgRYvMt7uzsgLGSLq5SMFy74ymlNjIcc,3033
|
@@ -398,7 +398,7 @@ khoj/processor/conversation/openai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
|
|
398
398
|
khoj/processor/conversation/openai/gpt.py,sha256=rGumVo0kuNWe9TwNcvwCaOGr6YMNo12eFl1Ipu--TYw,8942
|
399
399
|
khoj/processor/conversation/openai/utils.py,sha256=zkfBT6n9Zf8LvRIM3AIlttJ1dUSoaeatTM4vd749qtI,9290
|
400
400
|
khoj/processor/conversation/openai/whisper.py,sha256=zoEeK1LNCg_tzP4xzYi5vRPzNPGuDGzpkrkG7d1LUn4,447
|
401
|
-
khoj/processor/image/generate.py,sha256=
|
401
|
+
khoj/processor/image/generate.py,sha256=FAIIsr8TIHxWxK-INNK4jJOOswBxQFyi_G4tI8NNEI8,10571
|
402
402
|
khoj/processor/speech/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
403
403
|
khoj/processor/speech/text_to_speech.py,sha256=Q7sapi5Hv6woXOumtrGqR0t6izZrFBkWXFOGrHM6dJ4,1929
|
404
404
|
khoj/processor/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -407,7 +407,7 @@ khoj/processor/tools/run_code.py,sha256=KkC22mMDW14RMLSniR1SAiBuANqQXXAP_8IyhDuN
|
|
407
407
|
khoj/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
408
408
|
khoj/routers/api.py,sha256=HLmlmBadznyLeKN9fyTDFMsdWObQWwQ-e1cLdv1lOzk,29277
|
409
409
|
khoj/routers/api_agents.py,sha256=Z0Ska8_KaE1N5Qx8L-Hdp-LctCl7e_yxkadF1d-BYKI,15291
|
410
|
-
khoj/routers/api_chat.py,sha256=
|
410
|
+
khoj/routers/api_chat.py,sha256=UcXWuX_JBGz038WXH29T1erf0fl541kdIg8Y9gUuXF4,51496
|
411
411
|
khoj/routers/api_content.py,sha256=uLO3eir36rERkhhKU1HOdEv8KTi_z_edT9cHMCZP1W8,24578
|
412
412
|
khoj/routers/api_model.py,sha256=eDYKasFuqwa9msJwgHZ5TEx5sVX91Sc9joefSryNWY4,3718
|
413
413
|
khoj/routers/api_phone.py,sha256=p9yfc4WeMHDC0hg3aQk60a2VBy8rZPdEnz9wdJ7DzkU,2208
|
@@ -417,7 +417,7 @@ khoj/routers/email.py,sha256=wvr6_fpk0RuKcTPC6suI8JDZPLYzJ9hAhz_G41yZytc,3923
|
|
417
417
|
khoj/routers/helpers.py,sha256=ZJrOhVIVM7vgBsbB2B2YLaRRdeMHewdZjJDZec5wWZI,96086
|
418
418
|
khoj/routers/notion.py,sha256=g53xyYFmjr2JnuIrTW2vytbfkiK_UkoRTxqnnLSmD5o,2802
|
419
419
|
khoj/routers/research.py,sha256=3v4obl7RHJaSz6Sv1ZXEZreHvlPG8-VyFYT9Qlnsy14,17976
|
420
|
-
khoj/routers/storage.py,sha256=
|
420
|
+
khoj/routers/storage.py,sha256=lao0DvsF49QleZvOdjKM98RU2cGfCJDBb7WeoI7Rr3I,2172
|
421
421
|
khoj/routers/twilio.py,sha256=MLsuCm4--ETvr3sLxbF0CL_ehlg_l2rKBSLR2Qh2Xls,1081
|
422
422
|
khoj/routers/web_client.py,sha256=_vyfDaHZZjNoI2LwGNQFRiFmGLkNcgYJe7dOr3mrxH8,4386
|
423
423
|
khoj/search_filter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -439,8 +439,8 @@ khoj/utils/models.py,sha256=Q5tcC9-z25sCiub048fLnvZ6_IIO1bcPNxt5payekk0,2009
|
|
439
439
|
khoj/utils/rawconfig.py,sha256=wfZTk-Aifb-_q9Yh-NPfh9LlLTioYG-yBqrasgvo4pc,5045
|
440
440
|
khoj/utils/state.py,sha256=axjZhnby8L3bY-N1VVoWgBH1RpFGK6U3_ZeNo1Kt7hs,1679
|
441
441
|
khoj/utils/yaml.py,sha256=qy1Tkc61rDMesBw_Cyx2vOR6H-Hngcsm5kYfjwQBwkE,1543
|
442
|
-
khoj-1.36.7.
|
443
|
-
khoj-1.36.7.
|
444
|
-
khoj-1.36.7.
|
445
|
-
khoj-1.36.7.
|
446
|
-
khoj-1.36.7.
|
442
|
+
khoj-1.36.7.dev44.dist-info/METADATA,sha256=E9SKSYko7HBrsmSl3qTJr_YpFFHeh48T5D7XMzZgmNk,7781
|
443
|
+
khoj-1.36.7.dev44.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
444
|
+
khoj-1.36.7.dev44.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
|
445
|
+
khoj-1.36.7.dev44.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
446
|
+
khoj-1.36.7.dev44.dist-info/RECORD,,
|