khoj 1.20.3.dev15__py3-none-any.whl → 1.20.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.
- khoj/database/adapters/__init__.py +15 -3
- khoj/interface/compiled/404/index.html +1 -1
- khoj/interface/compiled/_next/static/chunks/9178-ef3257c08d8973c8.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/automations/page-d7972645ccb80df1.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/{page-88af13fa06aa401b.js → page-851860583273ab5d.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/{webpack-9953d80989df2d20.js → webpack-462819dcfa6a1e2b.js} +1 -1
- khoj/interface/compiled/_next/static/css/{df6f4c34ec280d53.css → 01e8624859fbf298.css} +1 -1
- khoj/interface/compiled/_next/static/css/9d5b867ec04494a6.css +25 -0
- khoj/interface/compiled/agents/index.html +1 -1
- khoj/interface/compiled/agents/index.txt +2 -2
- khoj/interface/compiled/assets/icons/khoj_lantern_logomarktype_1200x630.png +0 -0
- 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 +3 -3
- khoj/interface/compiled/factchecker/index.html +1 -1
- khoj/interface/compiled/factchecker/index.txt +3 -3
- khoj/interface/compiled/index.html +1 -1
- khoj/interface/compiled/index.txt +3 -3
- khoj/interface/compiled/khoj.webmanifest +51 -0
- 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 +2 -2
- khoj/interface/compiled/share/chat/index.html +1 -1
- khoj/interface/compiled/share/chat/index.txt +3 -3
- khoj/interface/web/base_config.html +1 -1
- khoj/interface/web/login.html +2 -2
- khoj/processor/conversation/openai/utils.py +2 -0
- khoj/routers/api.py +18 -3
- khoj/routers/api_chat.py +1 -1
- khoj/routers/email.py +2 -1
- khoj/routers/helpers.py +21 -4
- {khoj-1.20.3.dev15.dist-info → khoj-1.20.4.dist-info}/METADATA +1 -1
- {khoj-1.20.3.dev15.dist-info → khoj-1.20.4.dist-info}/RECORD +49 -48
- khoj/interface/compiled/_next/static/chunks/9178-0f472d4d17b2ef53.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/automations/page-46913728bcb8f4c6.js +0 -1
- khoj/interface/compiled/_next/static/css/1de368beed21dfba.css +0 -25
- khoj/interface/web/khoj.webmanifest +0 -51
- /khoj/interface/compiled/_next/static/{2nXAPfOtYigeOGCc9mGD0 → kMLqbsAYpE62oZ_qNrPeD}/_buildManifest.js +0 -0
- /khoj/interface/compiled/_next/static/{2nXAPfOtYigeOGCc9mGD0 → kMLqbsAYpE62oZ_qNrPeD}/_ssgManifest.js +0 -0
- /khoj/interface/compiled/{favicon.ico → assets/icons/khoj_lantern.ico} +0 -0
- /khoj/interface/{web/assets/icons/favicon-128x128.png → compiled/assets/icons/khoj_lantern_128x128.png} +0 -0
- /khoj/interface/{web/assets/icons/favicon-256x256.png → compiled/assets/icons/khoj_lantern_256x256.png} +0 -0
- /khoj/interface/{web → compiled}/assets/samples/desktop-browse-draw-sample.png +0 -0
- /khoj/interface/{web → compiled}/assets/samples/desktop-plain-chat-sample.png +0 -0
- /khoj/interface/{web → compiled}/assets/samples/desktop-remember-plan-sample.png +0 -0
- /khoj/interface/{web → compiled}/assets/samples/phone-browse-draw-sample.png +0 -0
- /khoj/interface/{web → compiled}/assets/samples/phone-plain-chat-sample.png +0 -0
- /khoj/interface/{web → compiled}/assets/samples/phone-remember-plan-sample.png +0 -0
- {khoj-1.20.3.dev15.dist-info → khoj-1.20.4.dist-info}/WHEEL +0 -0
- {khoj-1.20.3.dev15.dist-info → khoj-1.20.4.dist-info}/entry_points.txt +0 -0
- {khoj-1.20.3.dev15.dist-info → khoj-1.20.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "Khoj",
|
|
3
|
-
"short_name": "Khoj",
|
|
4
|
-
"display": "standalone",
|
|
5
|
-
"start_url": "/",
|
|
6
|
-
"description": "The open, personal AI for your digital brain. You can ask Khoj to draft a message, paint your imagination, find information on the internet and even answer questions from your documents.",
|
|
7
|
-
"theme_color": "#ffffff",
|
|
8
|
-
"background_color": "#ffffff",
|
|
9
|
-
"icons": [
|
|
10
|
-
{
|
|
11
|
-
"src": "/static/assets/icons/favicon-128x128.png",
|
|
12
|
-
"sizes": "128x128",
|
|
13
|
-
"type": "image/png"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"src": "/static/assets/icons/favicon-256x256.png",
|
|
17
|
-
"sizes": "256x256",
|
|
18
|
-
"type": "image/png"
|
|
19
|
-
}
|
|
20
|
-
],
|
|
21
|
-
"screenshots": [
|
|
22
|
-
{
|
|
23
|
-
"src": "/static/assets/samples/phone-remember-plan-sample.png",
|
|
24
|
-
"sizes": "419x900",
|
|
25
|
-
"type": "image/png",
|
|
26
|
-
"form_factor": "narrow",
|
|
27
|
-
"label": "Remember and Plan"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"src": "/static/assets/samples/phone-browse-draw-sample.png",
|
|
31
|
-
"sizes": "419x900",
|
|
32
|
-
"type": "image/png",
|
|
33
|
-
"form_factor": "narrow",
|
|
34
|
-
"label": "Browse and Draw"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"src": "/static/assets/samples/desktop-remember-plan-sample.png",
|
|
38
|
-
"sizes": "1260x742",
|
|
39
|
-
"type": "image/png",
|
|
40
|
-
"form_factor": "wide",
|
|
41
|
-
"label": "Remember and Plan"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"src": "/static/assets/samples/desktop-browse-draw-sample.png",
|
|
45
|
-
"sizes": "1260x742",
|
|
46
|
-
"type": "image/png",
|
|
47
|
-
"form_factor": "wide",
|
|
48
|
-
"label": "Browse and Draw"
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|