khoj 1.27.2.dev29__py3-none-any.whl → 1.28.1.dev1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. khoj/configure.py +1 -1
  2. khoj/database/adapters/__init__.py +50 -12
  3. khoj/interface/compiled/404/index.html +1 -1
  4. khoj/interface/compiled/_next/static/chunks/1034-da58b679fcbb79c1.js +1 -0
  5. khoj/interface/compiled/_next/static/chunks/1467-b331e469fe411347.js +1 -0
  6. khoj/interface/compiled/_next/static/chunks/1603-c1568f45947e9f2c.js +1 -0
  7. khoj/interface/compiled/_next/static/chunks/3423-ff7402ae1dd66592.js +1 -0
  8. khoj/interface/compiled/_next/static/chunks/8423-e80647edf6c92c27.js +1 -0
  9. khoj/interface/compiled/_next/static/chunks/app/agents/{page-5ae1e540bb5be8a9.js → page-2beaba7c9bb750bd.js} +1 -1
  10. khoj/interface/compiled/_next/static/chunks/app/automations/{page-774ae3e033f938cd.js → page-9b5c77e0b0dd772c.js} +1 -1
  11. khoj/interface/compiled/_next/static/chunks/app/chat/page-bfc70b16ba5e51b4.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/app/factchecker/page-340bcf53abf6a2cc.js +1 -0
  13. khoj/interface/compiled/_next/static/chunks/app/{page-4dc472cf6d674004.js → page-f249666a0cbdaa0d.js} +1 -1
  14. khoj/interface/compiled/_next/static/chunks/app/search/{page-9b64f61caa5bd7f9.js → page-ab2995529ece3140.js} +1 -1
  15. khoj/interface/compiled/_next/static/chunks/app/settings/{page-7a8c382af2a7e870.js → page-89e6737b2cc9fb3a.js} +1 -1
  16. khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-eb9e282691858f2e.js → page-505b07bce608b34e.js} +1 -1
  17. khoj/interface/compiled/_next/static/chunks/{webpack-2b720658ccc746f2.js → webpack-878569182b3af4c6.js} +1 -1
  18. khoj/interface/compiled/_next/static/css/{2272c73fc7a3b571.css → 26c1c33d0423a7d8.css} +1 -1
  19. khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css +1 -0
  20. khoj/interface/compiled/_next/static/css/a795ee88875f4853.css +25 -0
  21. khoj/interface/compiled/_next/static/css/d738728883c68af8.css +1 -0
  22. khoj/interface/compiled/agents/index.html +1 -1
  23. khoj/interface/compiled/agents/index.txt +2 -2
  24. khoj/interface/compiled/automations/index.html +1 -1
  25. khoj/interface/compiled/automations/index.txt +2 -2
  26. khoj/interface/compiled/chat/index.html +1 -1
  27. khoj/interface/compiled/chat/index.txt +2 -2
  28. khoj/interface/compiled/factchecker/index.html +1 -1
  29. khoj/interface/compiled/factchecker/index.txt +2 -2
  30. khoj/interface/compiled/index.html +1 -1
  31. khoj/interface/compiled/index.txt +2 -2
  32. khoj/interface/compiled/search/index.html +1 -1
  33. khoj/interface/compiled/search/index.txt +2 -2
  34. khoj/interface/compiled/settings/index.html +1 -1
  35. khoj/interface/compiled/settings/index.txt +2 -2
  36. khoj/interface/compiled/share/chat/index.html +1 -1
  37. khoj/interface/compiled/share/chat/index.txt +2 -2
  38. khoj/processor/conversation/anthropic/anthropic_chat.py +14 -10
  39. khoj/processor/conversation/anthropic/utils.py +13 -2
  40. khoj/processor/conversation/google/gemini_chat.py +15 -11
  41. khoj/processor/conversation/offline/chat_model.py +18 -10
  42. khoj/processor/conversation/openai/gpt.py +11 -8
  43. khoj/processor/conversation/openai/utils.py +7 -0
  44. khoj/processor/conversation/prompts.py +156 -49
  45. khoj/processor/conversation/utils.py +146 -13
  46. khoj/processor/embeddings.py +4 -4
  47. khoj/processor/tools/online_search.py +13 -7
  48. khoj/processor/tools/run_code.py +144 -0
  49. khoj/routers/api.py +6 -6
  50. khoj/routers/api_chat.py +193 -112
  51. khoj/routers/helpers.py +107 -48
  52. khoj/routers/research.py +320 -0
  53. khoj/search_filter/date_filter.py +1 -3
  54. khoj/search_filter/file_filter.py +1 -2
  55. khoj/search_type/text_search.py +3 -3
  56. khoj/utils/helpers.py +24 -2
  57. khoj/utils/yaml.py +4 -0
  58. {khoj-1.27.2.dev29.dist-info → khoj-1.28.1.dev1.dist-info}/METADATA +3 -3
  59. {khoj-1.27.2.dev29.dist-info → khoj-1.28.1.dev1.dist-info}/RECORD +66 -63
  60. khoj/interface/compiled/_next/static/chunks/1603-5138bb7c8035d9a6.js +0 -1
  61. khoj/interface/compiled/_next/static/chunks/2697-61fcba89fd87eab4.js +0 -1
  62. khoj/interface/compiled/_next/static/chunks/3423-0b533af8bf6ac218.js +0 -1
  63. khoj/interface/compiled/_next/static/chunks/9479-ff7d8c4dae2014d1.js +0 -1
  64. khoj/interface/compiled/_next/static/chunks/app/chat/page-97f5b61aaf46d364.js +0 -1
  65. khoj/interface/compiled/_next/static/chunks/app/factchecker/page-d82403db2866bad8.js +0 -1
  66. khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css +0 -1
  67. khoj/interface/compiled/_next/static/css/76d55eb435962b19.css +0 -25
  68. khoj/interface/compiled/_next/static/css/ddcc0cf73e062476.css +0 -1
  69. /khoj/interface/compiled/_next/static/{atzIseFarmC7TIwq2BgHC → K7ZigmRDrBfpIN7jxKQsA}/_buildManifest.js +0 -0
  70. /khoj/interface/compiled/_next/static/{atzIseFarmC7TIwq2BgHC → K7ZigmRDrBfpIN7jxKQsA}/_ssgManifest.js +0 -0
  71. /khoj/interface/compiled/_next/static/chunks/{1970-60c96aed937a4928.js → 1970-90dd510762d820ba.js} +0 -0
  72. /khoj/interface/compiled/_next/static/chunks/{9417-2ca87207387fc790.js → 9417-951f46451a8dd6d7.js} +0 -0
  73. {khoj-1.27.2.dev29.dist-info → khoj-1.28.1.dev1.dist-info}/WHEEL +0 -0
  74. {khoj-1.27.2.dev29.dist-info → khoj-1.28.1.dev1.dist-info}/entry_points.txt +0 -0
  75. {khoj-1.27.2.dev29.dist-info → khoj-1.28.1.dev1.dist-info}/licenses/LICENSE +0 -0
@@ -7,8 +7,6 @@ from math import inf
7
7
  from typing import List, Tuple
8
8
 
9
9
  import dateparser as dtparse
10
- from dateparser.search import search_dates
11
- from dateparser_data.settings import default_parsers
12
10
  from dateutil.relativedelta import relativedelta
13
11
 
14
12
  from khoj.search_filter.base_filter import BaseFilter
@@ -23,7 +21,7 @@ class DateFilter(BaseFilter):
23
21
  # - dt>="yesterday" dt<"tomorrow"
24
22
  # - dt>="last week"
25
23
  # - dt:"2 years ago"
26
- date_regex = r"dt([:><=]{1,2})[\"'](.*?)[\"']"
24
+ date_regex = r"dt([:><=]{1,2})[\"'‘’](.*?)[\"'‘’]"
27
25
 
28
26
  def __init__(self, entry_key="compiled"):
29
27
  self.entry_key = entry_key
@@ -1,11 +1,10 @@
1
- import fnmatch
2
1
  import logging
3
2
  import re
4
3
  from collections import defaultdict
5
4
  from typing import List
6
5
 
7
6
  from khoj.search_filter.base_filter import BaseFilter
8
- from khoj.utils.helpers import LRU, timer
7
+ from khoj.utils.helpers import LRU
9
8
 
10
9
  logger = logging.getLogger(__name__)
11
10
 
@@ -102,8 +102,8 @@ def load_embeddings(
102
102
 
103
103
 
104
104
  async def query(
105
- user: KhojUser,
106
105
  raw_query: str,
106
+ user: KhojUser,
107
107
  type: SearchType = SearchType.All,
108
108
  question_embedding: Union[torch.Tensor, None] = None,
109
109
  max_distance: float = None,
@@ -130,12 +130,12 @@ async def query(
130
130
  top_k = 10
131
131
  with timer("Search Time", logger, state.device):
132
132
  hits = EntryAdapters.search_with_embeddings(
133
- user=user,
133
+ raw_query=raw_query,
134
134
  embeddings=question_embedding,
135
135
  max_results=top_k,
136
136
  file_type_filter=file_type,
137
- raw_query=raw_query,
138
137
  max_distance=max_distance,
138
+ user=user,
139
139
  agent=agent,
140
140
  ).all()
141
141
  hits = await sync_to_async(list)(hits) # type: ignore[call-arg]
khoj/utils/helpers.py CHANGED
@@ -101,6 +101,15 @@ def merge_dicts(priority_dict: dict, default_dict: dict):
101
101
  return merged_dict
102
102
 
103
103
 
104
+ def fix_json_dict(json_dict: dict) -> dict:
105
+ for k, v in json_dict.items():
106
+ if v == "True" or v == "False":
107
+ json_dict[k] = v == "True"
108
+ if isinstance(v, dict):
109
+ json_dict[k] = fix_json_dict(v)
110
+ return json_dict
111
+
112
+
104
113
  def get_file_type(file_type: str, file_content: bytes) -> tuple[str, str]:
105
114
  "Get file type from file mime type"
106
115
 
@@ -313,12 +322,14 @@ class ConversationCommand(str, Enum):
313
322
  Help = "help"
314
323
  Online = "online"
315
324
  Webpage = "webpage"
325
+ Code = "code"
316
326
  Image = "image"
317
327
  Text = "text"
318
328
  Automation = "automation"
319
329
  AutomatedTask = "automated_task"
320
330
  Summarize = "summarize"
321
331
  Diagram = "diagram"
332
+ Research = "research"
322
333
 
323
334
 
324
335
  command_descriptions = {
@@ -327,11 +338,13 @@ command_descriptions = {
327
338
  ConversationCommand.Default: "The default command when no command specified. It intelligently auto-switches between general and notes mode.",
328
339
  ConversationCommand.Online: "Search for information on the internet.",
329
340
  ConversationCommand.Webpage: "Get information from webpage suggested by you.",
341
+ ConversationCommand.Code: "Run Python code to parse information, run complex calculations, create documents and charts.",
330
342
  ConversationCommand.Image: "Generate illustrative, creative images by describing your imagination in words.",
331
343
  ConversationCommand.Automation: "Automatically run your query at a specified time or interval.",
332
344
  ConversationCommand.Help: "Get help with how to use or setup Khoj from the documentation",
333
345
  ConversationCommand.Summarize: "Get help with a question pertaining to an entire document.",
334
346
  ConversationCommand.Diagram: "Draw a flowchart, diagram, or any other visual representation best expressed with primitives like lines, rectangles, and text.",
347
+ ConversationCommand.Research: "Do deep research on a topic. This will take longer than usual, but give a more detailed, comprehensive answer.",
335
348
  }
336
349
 
337
350
  command_descriptions_for_agent = {
@@ -340,6 +353,7 @@ command_descriptions_for_agent = {
340
353
  ConversationCommand.Online: "Agent can search the internet for information.",
341
354
  ConversationCommand.Webpage: "Agent can read suggested web pages for information.",
342
355
  ConversationCommand.Summarize: "Agent can read an entire document. Agents knowledge base must be a single document.",
356
+ ConversationCommand.Research: "Agent can do deep research on a topic.",
343
357
  }
344
358
 
345
359
  tool_descriptions_for_llm = {
@@ -348,18 +362,26 @@ tool_descriptions_for_llm = {
348
362
  ConversationCommand.Notes: "To search the user's personal knowledge base. Especially helpful if the question expects context from the user's notes or documents.",
349
363
  ConversationCommand.Online: "To search for the latest, up-to-date information from the internet. Note: **Questions about Khoj should always use this data source**",
350
364
  ConversationCommand.Webpage: "To use if the user has directly provided the webpage urls or you are certain of the webpage urls to read.",
365
+ ConversationCommand.Code: "To run Python code in a Pyodide sandbox with no network access. Helpful when need to parse information, run complex calculations, create documents and charts for user. Matplotlib, bs4, pandas, numpy, etc. are available.",
351
366
  ConversationCommand.Summarize: "To retrieve an answer that depends on the entire document or a large text.",
352
367
  }
353
368
 
369
+ function_calling_description_for_llm = {
370
+ ConversationCommand.Notes: "To search the user's personal knowledge base. Especially helpful if the question expects context from the user's notes or documents.",
371
+ ConversationCommand.Online: "To search the internet for information. Useful to get a quick, broad overview from the internet. Provide all relevant context to ensure new searches, not in previous iterations, are performed.",
372
+ ConversationCommand.Webpage: "To extract information from webpages. Useful for more detailed research from the internet. Usually used when you know the webpage links to refer to. Share the webpage links and information to extract in your query.",
373
+ ConversationCommand.Code: "To run Python code in a Pyodide sandbox with no network access. Helpful when need to parse information, run complex calculations, create charts for user. Matplotlib, bs4, pandas, numpy, etc. are available.",
374
+ }
375
+
354
376
  mode_descriptions_for_llm = {
355
- ConversationCommand.Image: "Use this if you are confident the user is requesting you to create a new picture based on their description.",
377
+ ConversationCommand.Image: "Use this if you are confident the user is requesting you to create a new picture based on their description. This does not support generating charts or graphs.",
356
378
  ConversationCommand.Automation: "Use this if you are confident the user is requesting a response at a scheduled date, time and frequency",
357
379
  ConversationCommand.Text: "Use this if a normal text response would be sufficient for accurately responding to the query.",
358
380
  ConversationCommand.Diagram: "Use this if the user is requesting a diagram or visual representation that requires primitives like lines, rectangles, and text.",
359
381
  }
360
382
 
361
383
  mode_descriptions_for_agent = {
362
- ConversationCommand.Image: "Agent can generate image in response.",
384
+ ConversationCommand.Image: "Agent can generate images in response. It cannot not use this to generate charts and graphs.",
363
385
  ConversationCommand.Automation: "Agent can schedule a task to run at a scheduled date, time and frequency in response.",
364
386
  ConversationCommand.Text: "Agent can generate text in response.",
365
387
  ConversationCommand.Diagram: "Agent can generate a visual representation that requires primitives like lines, rectangles, and text.",
khoj/utils/yaml.py CHANGED
@@ -41,3 +41,7 @@ def parse_config_from_string(yaml_config: dict) -> FullConfig:
41
41
  def parse_config_from_file(yaml_config_file):
42
42
  "Parse and validate config in YML file"
43
43
  return parse_config_from_string(load_config_from_file(yaml_config_file))
44
+
45
+
46
+ def yaml_dump(data):
47
+ return yaml.dump(data, allow_unicode=True, sort_keys=False, default_flow_style=False)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: khoj
3
- Version: 1.27.2.dev29
3
+ Version: 1.28.1.dev1
4
4
  Summary: Your Second Brain
5
5
  Project-URL: Homepage, https://khoj.dev
6
6
  Project-URL: Documentation, https://docs.khoj.dev
@@ -36,7 +36,8 @@ Requires-Dist: django==5.0.9
36
36
  Requires-Dist: docx2txt==0.8
37
37
  Requires-Dist: einops==0.8.0
38
38
  Requires-Dist: fastapi>=0.110.0
39
- Requires-Dist: google-generativeai==0.7.2
39
+ Requires-Dist: gitpython~=3.1.43
40
+ Requires-Dist: google-generativeai==0.8.3
40
41
  Requires-Dist: httpx==0.25.0
41
42
  Requires-Dist: huggingface-hub>=0.22.2
42
43
  Requires-Dist: itsdangerous==2.1.2
@@ -78,7 +79,6 @@ Requires-Dist: black>=23.1.0; extra == 'dev'
78
79
  Requires-Dist: boto3>=1.34.57; extra == 'dev'
79
80
  Requires-Dist: factory-boy>=3.2.1; extra == 'dev'
80
81
  Requires-Dist: freezegun>=1.2.0; extra == 'dev'
81
- Requires-Dist: gitpython~=3.1.43; extra == 'dev'
82
82
  Requires-Dist: google-auth==2.23.3; extra == 'dev'
83
83
  Requires-Dist: gunicorn==22.0.0; extra == 'dev'
84
84
  Requires-Dist: mypy>=1.0.1; extra == 'dev'
@@ -1,5 +1,5 @@
1
1
  khoj/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- khoj/configure.py,sha256=iaF27X04az671jmK58orD957QZe0Ez1pHN2poiI9XvE,17521
2
+ khoj/configure.py,sha256=9yeZu7ZGe3hRhWpzKHGASaLHgNXjUZr1WmBdiM3QOgs,17584
3
3
  khoj/main.py,sha256=9YMJEaKlVin5hxU0TcVH5X1CP6wX9HE8Z7qWSxNGPd0,8161
4
4
  khoj/manage.py,sha256=njo6uLxGaMamTPesHjFEOIBJbpIUrz39e1V59zKj544,664
5
5
  khoj/app/README.md,sha256=PSQjKCdpU2hgszLVF8yEhV7TWhbEEb-1aYLTRuuAsKI,2832
@@ -11,7 +11,7 @@ khoj/database/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  khoj/database/admin.py,sha256=4QoMRRyfvc834Qg4Z8KMZ3MW3cbsTqtElpkwnP3oyz4,9618
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=5fmHFvrnSf635UiBLx-gMvLseStd8P8pVf4Wbz6TqlQ,65410
14
+ khoj/database/adapters/__init__.py,sha256=7JmJk10_J-witE_WaU7M7tHvqi2Izw9IsKV0uN-8pa8,67230
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_default_model.py,sha256=Jsxxc9xSZPHECaftZRvVyaPVGxIxTC0wxYXgK3wEtew,8731
@@ -109,26 +109,27 @@ khoj/interface/compiled/chat.svg,sha256=l2JoYRRgk201adTTdvJ-buKUrc0WGfsudix5xEvt
109
109
  khoj/interface/compiled/close.svg,sha256=hQ2iFLkNzHk0_iyTrSbwnWAeXYlgA-c2Eof2Iqh76n4,417
110
110
  khoj/interface/compiled/copy-button-success.svg,sha256=byqWAYD3Pn9IOXRjOKudJ-TJbP2UESbQGvtLWazNGjY,829
111
111
  khoj/interface/compiled/copy-button.svg,sha256=05bKM2eRxksfBlAPT7yMaoNJEk85bZCxQg67EVrPeHo,669
112
- khoj/interface/compiled/index.html,sha256=zeMBzT52CCWu1eJ7QOIcsoVtwRsHEDM-fEL5OY8qQN8,12184
113
- khoj/interface/compiled/index.txt,sha256=vYAKtGX03fG9BRQMuJkUajQ8RyzFhAsAkU09m3RuGEg,5625
112
+ khoj/interface/compiled/index.html,sha256=fxSyAx1pYGCG02vsnNcrEOKxs7Bj9LWLRC5cBL7EfKQ,12314
113
+ khoj/interface/compiled/index.txt,sha256=ajs0IciWFzaJtr6nkeo1NUo2FikApmcUnoOf_SAHJWY,5673
114
114
  khoj/interface/compiled/khoj.webmanifest,sha256=lsknYkvEdMbRTOUYKXPM_8krN2gamJmM4u3qj8u9lrU,1682
115
115
  khoj/interface/compiled/logo.svg,sha256=_QCKVYM4WT2Qhcf7aVFImjq_s5CwjynGXYAOgI7yf8w,8059
116
116
  khoj/interface/compiled/send.svg,sha256=VdavOWkVddcwcGcld6pdfmwfz7S91M-9O28cfeiKJkM,635
117
117
  khoj/interface/compiled/share.svg,sha256=91lwo75PvMDrgocuZQab6EQ62CxRbubh9Bhw7CWMKbg,1221
118
118
  khoj/interface/compiled/thumbs-down.svg,sha256=JGNl-DwoRmH2XFMPWwFFklmoYtKxaQbkLE3nuYKe8ZY,1019
119
119
  khoj/interface/compiled/thumbs-up.svg,sha256=yS1wxTRtiztkN-6nZciLoYQUB_KTYNPV8xFRwH2TQFw,1036
120
- khoj/interface/compiled/404/index.html,sha256=218RBU1PinqzVadcgfGWBJ4LAHnkG3XuqX9UqhDsrFU,12051
121
- khoj/interface/compiled/_next/static/atzIseFarmC7TIwq2BgHC/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
122
- khoj/interface/compiled/_next/static/atzIseFarmC7TIwq2BgHC/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
120
+ khoj/interface/compiled/404/index.html,sha256=BUOl2fvRz6HPcLyKCggITU2O35OVo5c8eosIq5XfCyM,12051
121
+ khoj/interface/compiled/_next/static/K7ZigmRDrBfpIN7jxKQsA/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
122
+ khoj/interface/compiled/_next/static/K7ZigmRDrBfpIN7jxKQsA/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
123
+ khoj/interface/compiled/_next/static/chunks/1034-da58b679fcbb79c1.js,sha256=Na2MJjnR44aBYNaUX6faMh8swqUxaTRsWnmH_gR_Dbk,16380
123
124
  khoj/interface/compiled/_next/static/chunks/1210.132a7e1910006bbb.js,sha256=2dJueIfOg5qlQdanOM9HrgwcfrUXCD57bfd8Iv7iJcU,2104
124
125
  khoj/interface/compiled/_next/static/chunks/1279-f37ee4a388ebf544.js,sha256=U_1WaocOdgJ4HZB8tRx_izzYGD1EZlCohC1uLCffCWc,45582
125
126
  khoj/interface/compiled/_next/static/chunks/1459.690bf20e7d7b7090.js,sha256=z-ruZPxF_Z3ef_WOThd9Ox36AMhxaW3znizVivNnA34,34239
126
- khoj/interface/compiled/_next/static/chunks/1603-5138bb7c8035d9a6.js,sha256=6Ft5oo9M3VACg5p6bmqmALqRsh0kfhqvH3_oWa6t3Ps,72053
127
- khoj/interface/compiled/_next/static/chunks/1970-60c96aed937a4928.js,sha256=6cdvTgAJqyyihAHrhAN0Ht8yA-Y6ERdj99lLIveswZg,29835
128
- khoj/interface/compiled/_next/static/chunks/2697-61fcba89fd87eab4.js,sha256=zPnrqFOi2Hvli7WScWqgktXmBOy1gpC-g6UZwGY2hDg,7652
127
+ khoj/interface/compiled/_next/static/chunks/1467-b331e469fe411347.js,sha256=doNFtg16H_GUiIl20nECSukOXd5nT_S6IF3VikZXE8Y,12009
128
+ khoj/interface/compiled/_next/static/chunks/1603-c1568f45947e9f2c.js,sha256=b44y9AMEdvJMW6xc0mhcrHz_QKSvf1Rv2ZPMHjNt2mM,73175
129
+ khoj/interface/compiled/_next/static/chunks/1970-90dd510762d820ba.js,sha256=6cdvTgAJqyyihAHrhAN0Ht8yA-Y6ERdj99lLIveswZg,29835
129
130
  khoj/interface/compiled/_next/static/chunks/3062-71ed4b46ac2bb87c.js,sha256=847h3nNxc8t4GOW20GIAp8c5kquVPEQ7EZurPzGySo0,258667
130
131
  khoj/interface/compiled/_next/static/chunks/3110-ef2cacd1b8d79ad8.js,sha256=6Mbnwyhm_BJLppjqXE74SDZsekJV-t1mhjTK86iE904,9508
131
- khoj/interface/compiled/_next/static/chunks/3423-0b533af8bf6ac218.js,sha256=i5gfw1PCHxXx0MOOKVXBT-SjCw7xPs8cCFOk_nB95pk,18747
132
+ khoj/interface/compiled/_next/static/chunks/3423-ff7402ae1dd66592.js,sha256=z1E26qIrzaCx4q8FLKW4uRv8K8Qj5bZ4OQ9KB0onVjo,22206
132
133
  khoj/interface/compiled/_next/static/chunks/394-6bcb8c429f168f21.js,sha256=eg8aHEE09K4aI1MfxpslzHWU_ol0iR52EqlcrsJr20I,1084027
133
134
  khoj/interface/compiled/_next/static/chunks/4504-1629487c8bc82203.js,sha256=z6NvJ2KOjYPbMNsYQKyX9PV4DeURUoP6LKoNb4kZXg0,11637
134
135
  khoj/interface/compiled/_next/static/chunks/4602-8eeb4b76385ad159.js,sha256=pz2lEr0JOrMdrddv2R2vej4e9uxpOr5KFX966ClLbOU,29928
@@ -137,10 +138,10 @@ khoj/interface/compiled/_next/static/chunks/6297-d1c842ed3f714ab0.js,sha256=4nzZ
137
138
  khoj/interface/compiled/_next/static/chunks/7023-a5bf5744d19b3bd3.js,sha256=TBJA7dTnI8nymtbljKuZzo2hbStXWR-P8Qkl57k2Tw8,123898
138
139
  khoj/interface/compiled/_next/static/chunks/7113-f2e114d7034a0835.js,sha256=_WB4I13sT-IJhhwbN6-pePwZYGrtDRVKERptTLMANzU,26827
139
140
  khoj/interface/compiled/_next/static/chunks/7883-b1305ec254213afe.js,sha256=dDbERTNiKRIIdC7idybjZq03gnxQtudMawrekye0zH8,241134
141
+ khoj/interface/compiled/_next/static/chunks/8423-e80647edf6c92c27.js,sha256=BGDKEnEm5-_23PGA36eE9l53NOL-iNxJAq6O894XRr4,12567
140
142
  khoj/interface/compiled/_next/static/chunks/8840-b8d7b9f0923c6651.js,sha256=n1JrzFrvB_rC6THUiPniysyjauEG3Q3qAh20PTcfmhQ,173276
141
143
  khoj/interface/compiled/_next/static/chunks/9001-3b27af6d5f21df44.js,sha256=ran2mMGTO2kiAJebRGMyfyAu4Sdjw-WobS_m6g-qjz8,34223
142
- khoj/interface/compiled/_next/static/chunks/9417-2ca87207387fc790.js,sha256=F_6dFaA3bWVQX8ISxQ7mlz1CEaGFGsClOk0Fg_BQGSM,19548
143
- khoj/interface/compiled/_next/static/chunks/9479-ff7d8c4dae2014d1.js,sha256=LDfzA8c6NaQs12JAfUm_L16egJPM68Ki_Ez1ruTM4Qw,22911
144
+ khoj/interface/compiled/_next/static/chunks/9417-951f46451a8dd6d7.js,sha256=F_6dFaA3bWVQX8ISxQ7mlz1CEaGFGsClOk0Fg_BQGSM,19548
144
145
  khoj/interface/compiled/_next/static/chunks/94ca1967.5584df65931cfe83.js,sha256=lxdrZ8h3_IWkTuk6QlzM2Hd9Pvu9_p8h_EI4aveSOgE,1174519
145
146
  khoj/interface/compiled/_next/static/chunks/964ecbae.ea4eab2a3a835ffe.js,sha256=EccPkhdFk6L0NIAVQfWe4kOpRWqhf20PkYecy7R_fyo,1175119
146
147
  khoj/interface/compiled/_next/static/chunks/d3ac728e-a9e3522eef9b6b28.js,sha256=wK1TsLdl56xtbQG6HMRDpylzTOYXQaAnnn2xobFnX40,267216
@@ -149,35 +150,35 @@ khoj/interface/compiled/_next/static/chunks/framework-8e0e0f4a6b83a956.js,sha256
149
150
  khoj/interface/compiled/_next/static/chunks/main-app-6d6ee3495efe03d4.js,sha256=i52E7sWOcSq1G8eYZL3mtTxbUbwRNxcAbSWQ6uWpMsY,475
150
151
  khoj/interface/compiled/_next/static/chunks/main-f84cd3c1873cd842.js,sha256=jKg2A4pPMmEAQmrA10rACH3daS8XXJeMnGOz1AsTkdI,111099
151
152
  khoj/interface/compiled/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js,sha256=6QPOwdWeAVe8x-SsiDrm-Ga6u2DkqgG5SFqglrlyIgA,91381
152
- khoj/interface/compiled/_next/static/chunks/webpack-2b720658ccc746f2.js,sha256=yOA_yjWC8b6vFS23_H4lVBG6EBjuVoqh-7sehox1XtU,4065
153
+ khoj/interface/compiled/_next/static/chunks/webpack-878569182b3af4c6.js,sha256=xy9cHIC62ulwv0geN1I4kF6Fbx19eycp6rDTt7Y1cjg,4064
153
154
  khoj/interface/compiled/_next/static/chunks/app/layout-d0f0a9067427fb20.js,sha256=ilPUPuMQt_2D48lC5c6AYeXT7J28ElR_Ym6VtjQwCO0,442
154
- khoj/interface/compiled/_next/static/chunks/app/page-4dc472cf6d674004.js,sha256=opMZKInlBotS4PCcuL2Zh01Kyh_bfGBuTFK362EZT5M,29540
155
+ khoj/interface/compiled/_next/static/chunks/app/page-f249666a0cbdaa0d.js,sha256=RGzs4vWJT5DJ0FdKIYxR88SEQfUsNtPDa6lm32DppgM,29491
155
156
  khoj/interface/compiled/_next/static/chunks/app/_not-found/page-07ff4ab42b07845e.js,sha256=3mCUnxfMxyK44eqk21TVBrC6u--WSbvx31fTmQuOvMQ,1755
156
157
  khoj/interface/compiled/_next/static/chunks/app/agents/layout-75636ab3a413fa8e.js,sha256=0bdI7GBXZxpLy88hdWQiOc26QRZaD9R86YNMmGakWl4,372
157
- khoj/interface/compiled/_next/static/chunks/app/agents/page-5ae1e540bb5be8a9.js,sha256=RyqNewzRh_od2VJjj_u-Opoz-bcg7Xu52Z_ihzkCMtM,17724
158
+ khoj/interface/compiled/_next/static/chunks/app/agents/page-2beaba7c9bb750bd.js,sha256=v7rzEtrY6aflEM09wa29eV2L7BO1vQj_4cx4mCOO11c,17729
158
159
  khoj/interface/compiled/_next/static/chunks/app/automations/layout-27c28e923c9b1ff0.js,sha256=d2vJ_lVB0pfeFXNUPzHAe1ca5NzdNowHPh___SPqugM,5143
159
- khoj/interface/compiled/_next/static/chunks/app/automations/page-774ae3e033f938cd.js,sha256=I3xdNFJyXv_l8D_k3p9AjkzpzSsD8VufwTMI9X1ju3I,35449
160
+ khoj/interface/compiled/_next/static/chunks/app/automations/page-9b5c77e0b0dd772c.js,sha256=I2rSjdz93nzmds1aiM83PwoS6sUTSriCv49RadRhuqY,35444
160
161
  khoj/interface/compiled/_next/static/chunks/app/chat/layout-96fcf62857bf8f30.js,sha256=1CjjxW27P-98-jfx8gBX3eBiLI-3k9zQ6nJqcZoNMBQ,374
161
- khoj/interface/compiled/_next/static/chunks/app/chat/page-97f5b61aaf46d364.js,sha256=SPO01m9tS3TBS2azI5kNKQ4BqOoteiOWqrkc9KLJl_s,6133
162
+ khoj/interface/compiled/_next/static/chunks/app/chat/page-bfc70b16ba5e51b4.js,sha256=VsjzpJ31CxLM2D7tc5mU-ccZiPopTcsFLK_KxW-HQt0,6327
162
163
  khoj/interface/compiled/_next/static/chunks/app/factchecker/layout-7b30c541c05fb904.js,sha256=yub2AuBKHKSCqrHRFnkZv9JXLmLJLOB99iiaD3DtZQM,170
163
- khoj/interface/compiled/_next/static/chunks/app/factchecker/page-d82403db2866bad8.js,sha256=677GXWmH1BGRVfh6nvl66pMlDYzJevl6jv8XDG3uYQ8,14032
164
+ khoj/interface/compiled/_next/static/chunks/app/factchecker/page-340bcf53abf6a2cc.js,sha256=83fpwv7bg1hFWuBgBl3i_xeSKqu-UgMwZpKBnVezJNw,14224
164
165
  khoj/interface/compiled/_next/static/chunks/app/search/layout-3720f1362310bebb.js,sha256=Smpa4MQaw5ItashtspsDKsOvRa6sOXH_lv4jIfWIbNI,170
165
- khoj/interface/compiled/_next/static/chunks/app/search/page-9b64f61caa5bd7f9.js,sha256=Cx4HFJAQ98tgBqB30jE_a84tDe_px9FYe3NCzXktTJE,6958
166
+ khoj/interface/compiled/_next/static/chunks/app/search/page-ab2995529ece3140.js,sha256=iSaohxnhsEPTd_9Uu81rmUdFxvPFOT6ByOy0bj_pXDQ,6958
166
167
  khoj/interface/compiled/_next/static/chunks/app/settings/layout-a8f33dfe92f997fb.js,sha256=VQp-ZD9hDz-r6yXCDMgdxrvnm6qcuKViX7AKc9B6JBw,5347
167
- khoj/interface/compiled/_next/static/chunks/app/settings/page-7a8c382af2a7e870.js,sha256=44kkbCexNQ1Qs0zUmtLX0-zDSxJ5dUzUyJcYbEYR8Uk,32383
168
+ khoj/interface/compiled/_next/static/chunks/app/settings/page-89e6737b2cc9fb3a.js,sha256=Gazp3ap1Ko60zl6paOADsaW6iWBaFy8tgM4OKR5N0OY,32383
168
169
  khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-2df56074e42adaa0.js,sha256=RPeayaV3Gbu0bJnD9vW5ml-xN-zN6UFBlTel-vOMYys,373
169
- khoj/interface/compiled/_next/static/chunks/app/share/chat/page-eb9e282691858f2e.js,sha256=xE8yACm9I2z-QYbIa4wF5XTalPclzdVS0WwHT_JtDF0,5491
170
+ khoj/interface/compiled/_next/static/chunks/app/share/chat/page-505b07bce608b34e.js,sha256=9xRS5IfyP270ZGwjDbyMG4K8RpvukuioTtdCfVJjT1M,5511
170
171
  khoj/interface/compiled/_next/static/chunks/pages/_app-f870474a17b7f2fd.js,sha256=eqdFPAN_XFyMUzZ9qwFk-_rhMWZrU7lgNVt1foVUANo,286
171
172
  khoj/interface/compiled/_next/static/chunks/pages/_error-c66a4e8afc46f17b.js,sha256=vjERjtMAbVk-19LyPf1Jc-H6TMcrSznSz6brzNqbqf8,253
172
- khoj/interface/compiled/_next/static/css/2272c73fc7a3b571.css,sha256=1fHKFd8zLOHosAHx-kxv4b9lVSqHag_E71WkV3dXx2Y,26940
173
+ khoj/interface/compiled/_next/static/css/26c1c33d0423a7d8.css,sha256=kJh-g5tAVGvRl2bJRrbpSLXn485JMSZiNgxPOLp4phk,26912
173
174
  khoj/interface/compiled/_next/static/css/3cf13271869a4aeb.css,sha256=sGjJTeMeN6wbQF4OCPgWYgJmSLLSHyzIH2rSVstWx7k,1857
174
175
  khoj/interface/compiled/_next/static/css/467a524c75e7d7c0.css,sha256=yNoCTf6WSvmOpMGCnq1LEjF8lFDydKu4O5isN5KWqO8,2622
175
- khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css,sha256=3CjTMmtMrm_MYt1ywtUh2MHEjSLSl356SQLl4hdBuYw,534
176
176
  khoj/interface/compiled/_next/static/css/553f9cdcc7a2bcd6.css,sha256=JpjOOwmqP9Hba-w_8Lx9jWW0ZD0kD3wR0HvdPGDyUPo,2134
177
+ khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css,sha256=BSqRkeb9vBh0phx5GkAlZirTFZintbyggGaUkuOBfaU,914
177
178
  khoj/interface/compiled/_next/static/css/5a400c87d295e68a.css,sha256=ojDUPJ9fJpEo9DzTAsEa-k1cg7Bef-nSTfpszMiqknQ,17711
178
- khoj/interface/compiled/_next/static/css/76d55eb435962b19.css,sha256=7HKgJ7f1C6d03khVlJNAp387XUseDejbiOe3Ky3LSY8,1883083
179
179
  khoj/interface/compiled/_next/static/css/80bd6301fc657983.css,sha256=T7_aQHcWpQBQLKadauHNzjYGw713FtRNTlUqmJjsL6I,1634
180
- khoj/interface/compiled/_next/static/css/ddcc0cf73e062476.css,sha256=GhCBwb3i2oMWlIP9XEjY24nrM-wtgaWU-K99aL6y75U,8785
180
+ khoj/interface/compiled/_next/static/css/a795ee88875f4853.css,sha256=8WpIhh6bDwAAe0ah1-B5HIWX6Sch9H7a6nXJLPXTKxo,3055778
181
+ khoj/interface/compiled/_next/static/css/d738728883c68af8.css,sha256=wRRD9D_apmTHnHd2cnBCFpiAbwnfhhlWLTwTYTFcKeA,8405
181
182
  khoj/interface/compiled/_next/static/media/0e790e04fd40ad16-s.p.woff2,sha256=41ewITd0G1ZAoB62BTHMW58a1q8Hl6vSbTQkkHP7EbI,39372
182
183
  khoj/interface/compiled/_next/static/media/4221e1667cd19c7d-s.woff2,sha256=_Y3g0keA8P6nZnFfm_VO5o2Sne1iST3v9xz4fBo3fwM,75532
183
184
  khoj/interface/compiled/_next/static/media/6c276159aa0eb14b-s.woff2,sha256=i9Ibzi_O7y5KpImujj2rEdOZf96lpNYxYzVvCryW5Uc,140408
@@ -250,8 +251,8 @@ khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBn
250
251
  khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
251
252
  khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
252
253
  khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
253
- khoj/interface/compiled/agents/index.html,sha256=NHu3X0J3bv5VG9JkyrnR_oqONDQp1TEks4bdH3IUiWo,12658
254
- khoj/interface/compiled/agents/index.txt,sha256=8hcJfot9m6D437jzHm2eQgMzOzSvuMQ-FgcxPmqv22k,6045
254
+ khoj/interface/compiled/agents/index.html,sha256=vnwabo63EcHZV1k33F_aiIbQvr3pH74zwWmze0gLPss,12966
255
+ khoj/interface/compiled/agents/index.txt,sha256=F6mPvq3y1S9Nh9L-KrzfXW5mUkMLiOPUZNgNRwWfOIU,6178
255
256
  khoj/interface/compiled/assets/icons/khoj_lantern.ico,sha256=eggu-B_v3z1R53EjOFhIqqPnICBGdoaw1xnc0NrzHck,174144
256
257
  khoj/interface/compiled/assets/icons/khoj_lantern_128x128.png,sha256=aTxivDb3CYyThkVZWz8A19xl_dNut5DbkXhODWF3A9Q,5640
257
258
  khoj/interface/compiled/assets/icons/khoj_lantern_256x256.png,sha256=xPCMLHiaL7lYOdQLZrKwWE-Qjn5ZaysSZB0ScYv4UZU,12312
@@ -262,18 +263,18 @@ khoj/interface/compiled/assets/samples/desktop-remember-plan-sample.png,sha256=i
262
263
  khoj/interface/compiled/assets/samples/phone-browse-draw-sample.png,sha256=Dd4fPwtFl6BWqnHjeb1mCK_ND0hhHsWtx8sNE7EiMuE,406179
263
264
  khoj/interface/compiled/assets/samples/phone-plain-chat-sample.png,sha256=DEDaNRCkfEWUeh3kYZWIQDTVK1a6KKnYdwj5ZWisN_Q,82985
264
265
  khoj/interface/compiled/assets/samples/phone-remember-plan-sample.png,sha256=Ma3blirRmq3X4oYSsDbbT7MDn29rymDrjwmUfA9BMuM,236285
265
- khoj/interface/compiled/automations/index.html,sha256=440A47WQfnxYTHcnbbOL7N9FQEKrSoDTGvS5kjpb558,30941
266
- khoj/interface/compiled/automations/index.txt,sha256=OT7svGWm94pSkARPBRsIGdGIO3WYf17KnYIjLdlsd0E,5633
267
- khoj/interface/compiled/chat/index.html,sha256=Btv8LJiGiJZ4cwUNYyxMmNGrSnF_yvFQ0Hom93EU1tc,13987
268
- khoj/interface/compiled/chat/index.txt,sha256=bECTqWBh9Y0PjRDjPbr7cZjhh1drm0RAlmLgIIHaQq4,6636
269
- khoj/interface/compiled/factchecker/index.html,sha256=C39EkiLYgXJRM9LArVqYFE518CdN2_Xm0xsDHIxqkaI,29973
270
- khoj/interface/compiled/factchecker/index.txt,sha256=biez4I3MNs2YOf7DBgQLFnBUYFCry51IVC7019XAGB4,5788
271
- khoj/interface/compiled/search/index.html,sha256=ED3ZlxgIY6h9VeRE5ZtEINsEFNYvuR460ZgRDZT3b7Y,30161
272
- khoj/interface/compiled/search/index.txt,sha256=bbzW83fqvL6Aldznk2f0OGpawEAbqGqTGfYP3XSBKr0,5256
273
- khoj/interface/compiled/settings/index.html,sha256=m_EOvvUSq-65XipvZiuZUoUuxwVJKyUmsj9suf54hp0,12831
274
- khoj/interface/compiled/settings/index.txt,sha256=mdR4p40KbgDqtJ47vDpsVwLc2EsyLWpAn3oAd0veFVs,6078
275
- khoj/interface/compiled/share/chat/index.html,sha256=LvXMnO_4Gg2MOg2XHZDO7-PVh4Q6vsnecrTqZW5p7rs,15312
276
- khoj/interface/compiled/share/chat/index.txt,sha256=RUvPxLDr2wKFRLVA6rhz220qgYV017n2MFzmlPsaGUg,7447
266
+ khoj/interface/compiled/automations/index.html,sha256=bX3tyA-qIqDx2k6pt0Z9qysU4MjhW8V7osUxZ5ZBZac,30633
267
+ khoj/interface/compiled/automations/index.txt,sha256=YtoMzgsrvcHqINrHF4wu-XQ0t0otrHSFL3Zbf2VCxw4,5500
268
+ khoj/interface/compiled/chat/index.html,sha256=LEPYHjpJkleniO-jzaJ8xAfusmye1tJjkfNmo7pOBfw,14117
269
+ khoj/interface/compiled/chat/index.txt,sha256=6BJ29_zuQLkOoWXHA1JQZ79ZgNhzXt_d2IW1WSp4T-o,6684
270
+ khoj/interface/compiled/factchecker/index.html,sha256=Hl6VTZ0dUApBirnwhC-0MhLhvvhABDrc5kAq458pxNY,29973
271
+ khoj/interface/compiled/factchecker/index.txt,sha256=zm6iLe13ziEf7tiNpjGd9wGoHDa49mzHLw-3Mmxw9pk,5788
272
+ khoj/interface/compiled/search/index.html,sha256=gh_6XSEYhoCBsU89UxtpTeUzRtR-Pm8ebZOQ_zHTAFw,30161
273
+ khoj/interface/compiled/search/index.txt,sha256=i9m-js6b1pvMVwjwkDYZ7P4gi_knUkF723mpzHf69vU,5256
274
+ khoj/interface/compiled/settings/index.html,sha256=IlNBckwDKyHKwrP-6x6Uu-zKO573dzfeD8nrtz3kHyM,12831
275
+ khoj/interface/compiled/settings/index.txt,sha256=1_lbHJ9dX_zahaukw8k8zGCkUb4PYNBO3241O0--Zo4,6078
276
+ khoj/interface/compiled/share/chat/index.html,sha256=O9Ciu8GBu5NHzIOa0vBWvXjON96UGQrUveXjHVTcHz8,15442
277
+ khoj/interface/compiled/share/chat/index.txt,sha256=0fckS9vugil9i9QW8QUzTe8Rxt-vXMOxsoA_janVH_M,7495
277
278
  khoj/interface/email/feedback.html,sha256=xksuPFamx4hGWyTTxZKRgX_eiYQQEuv-eK9Xmkt-nwU,1216
278
279
  khoj/interface/email/magic_link.html,sha256=EoGKQucfPj3xQrWXhSZAzPFOYCHF_ZX94TWCd1XHl1M,941
279
280
  khoj/interface/email/task.html,sha256=tY7a0gzVeQ2lSQNu7WyXR_s7VYeWTrxWEj1iHVuoVE4,2813
@@ -305,7 +306,7 @@ khoj/migrations/migrate_processor_config_openai.py,sha256=FfeUU2JPQMtlr1iYoc4Cer
305
306
  khoj/migrations/migrate_server_pg.py,sha256=b6ULFFBEF__W10YpgF28deKoOzGqDbdvyL4nBdj3eNU,5015
306
307
  khoj/migrations/migrate_version.py,sha256=6CTsLuxiLnFVF8A7CjsIz3PcnJd8fAOZeIx6tTu6Vgg,569
307
308
  khoj/processor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
308
- khoj/processor/embeddings.py,sha256=DirOTKBVBJ9kuzxixdT227zgEHQV3ttjLLGdzedYsFs,5467
309
+ khoj/processor/embeddings.py,sha256=jGLLXkenvCxWEeFqw3g5YpX08hy2wgSZKvPC4BGD7Og,5527
309
310
  khoj/processor/content/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
310
311
  khoj/processor/content/text_to_entries.py,sha256=-xDXtAtPd283d_YPfbmOfPZr71kVP2VF7rTDnei5VXI,14610
311
312
  khoj/processor/content/docx/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -325,63 +326,65 @@ khoj/processor/content/pdf/pdf_to_entries.py,sha256=kROQUGqHs6J8Xi2rEHVgkc_iLMcS
325
326
  khoj/processor/content/plaintext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
326
327
  khoj/processor/content/plaintext/plaintext_to_entries.py,sha256=97i7Cm0DTY7jW4iqKOT_oVc2ooa_XhQ8iImsljp1Kek,4994
327
328
  khoj/processor/conversation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
328
- khoj/processor/conversation/prompts.py,sha256=15lA_w_JVXQJwm59sVl2TUYywzCc3dFy69cHVtnLFb0,40932
329
- khoj/processor/conversation/utils.py,sha256=d6nHGRoJHFWIMrE-3KteOAWQ5XJqeGhXIYb8dsiOc8A,20388
329
+ khoj/processor/conversation/prompts.py,sha256=ec_sldNbX-FHrc1h824_2_MREnwbbRpcYHFZhU_sOg4,46807
330
+ khoj/processor/conversation/utils.py,sha256=42201cDf-BdN6sLpn26GeJfuc3JqJIR252vrVAt-GjQ,25141
330
331
  khoj/processor/conversation/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
331
- khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=1KVQMPvb3EBxeKj6e_BxcO9L1Ow5Rh5xoJ2SKOpBIYs,8205
332
- khoj/processor/conversation/anthropic/utils.py,sha256=1QRNgG-ATWqVPHcumYecOLS20bLV0HRPcmkL_DzJUkI,6336
332
+ khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=rhMbwhT40I9_H1h_hnGcY_7G6_a5c50CGzdkKADEqZE,8435
333
+ khoj/processor/conversation/anthropic/utils.py,sha256=6_FnsfLRqjkubkfMVmPTEEBzvMUOAccIz5AHV6B9mU8,6623
333
334
  khoj/processor/conversation/google/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
334
- khoj/processor/conversation/google/gemini_chat.py,sha256=lYLFMMur7gJuz3IUmrviPLaGXhOznleVBmk2PW-LfUo,8426
335
+ khoj/processor/conversation/google/gemini_chat.py,sha256=uI9_KaS-8zPSvQGwO7-zYmcAwMO3J-HYOqWypRk6wDk,8677
335
336
  khoj/processor/conversation/google/utils.py,sha256=fJmzmk_BG2fPpiw827t5E-VuRRVD2Cb7ujIS78D2Q2w,10165
336
337
  khoj/processor/conversation/offline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
337
- khoj/processor/conversation/offline/chat_model.py,sha256=BUpm5a-RwfR1_RPmPoUjM78JbrAucv9DgqcHADuiAbY,10571
338
+ khoj/processor/conversation/offline/chat_model.py,sha256=D1CSBPDhVQ3sJrdrk_iXbIJxzyyzctPHc0PA78bD3IM,10876
338
339
  khoj/processor/conversation/offline/utils.py,sha256=51McImxl6u1qgRYvMt7uzsgLGSLq5SMFy74ymlNjIcc,3033
339
340
  khoj/processor/conversation/offline/whisper.py,sha256=DJI-8y8DULO2cQ49m2VOvRyIZ2TxBypc15gM8O3HuMI,470
340
341
  khoj/processor/conversation/openai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
341
- khoj/processor/conversation/openai/gpt.py,sha256=cboRE8Z7aETZMWlIOtqFSdw8gflTlnx2-AhZ3i9TnKI,7902
342
- khoj/processor/conversation/openai/utils.py,sha256=s2s35q-pmvilb-PyqdCsPPVlV1tlWMSQNoCHPDFtXeI,6232
342
+ khoj/processor/conversation/openai/gpt.py,sha256=Vmxi8QAPEKsRl-CqWsLhLElB3mRgnWOoyS33BY0Rkgc,8007
343
+ khoj/processor/conversation/openai/utils.py,sha256=n_lFlgNjsFbghF1gfNPRtPvR3GG2JjUwWTGbjvnxbLU,6448
343
344
  khoj/processor/conversation/openai/whisper.py,sha256=zoEeK1LNCg_tzP4xzYi5vRPzNPGuDGzpkrkG7d1LUn4,447
344
345
  khoj/processor/image/generate.py,sha256=sSviN4d5jPCayEqVY-VgePf1bac9ljbpAJ3_g1rijZA,9058
345
346
  khoj/processor/speech/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
346
347
  khoj/processor/speech/text_to_speech.py,sha256=Q7sapi5Hv6woXOumtrGqR0t6izZrFBkWXFOGrHM6dJ4,1929
347
348
  khoj/processor/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
348
- khoj/processor/tools/online_search.py,sha256=vslmNXfvK3_b9WmsnQP6oGHti3Cd8JKZNdHCbtU60cA,14491
349
+ khoj/processor/tools/online_search.py,sha256=33r3Huwh7RaBKCdHASgVP_qjpr8VhvNqnqrmRe2QINw,14627
350
+ khoj/processor/tools/run_code.py,sha256=BmGIO8vBBkDSVJ_CnjcC-DKm_23Irht5w2DVNQHf548,4851
349
351
  khoj/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
350
- khoj/routers/api.py,sha256=a2vCEYTEHCOMRiXbZxwy3KHCP7nQ0AWnodo86hjWvVc,28197
352
+ khoj/routers/api.py,sha256=TvkA4CopbxmSVjw_wQwuNY697ssE4EwmArEJLvvcE5c,28212
351
353
  khoj/routers/api_agents.py,sha256=4T0osmOGFmYC-BhdAkT5HpT2zaktlL7Agj47-To-jxo,9773
352
- khoj/routers/api_chat.py,sha256=HkdKqfaBDwqidzQmvJQ7cBJQyE5uxjjL0kBqMlQKK74,42754
354
+ khoj/routers/api_chat.py,sha256=PK6sJlSigQlW9psZWMxsPWS3OWhK6_4VLis7aa9vO3Q,46383
353
355
  khoj/routers/api_content.py,sha256=lWunOwVWYvnl1ue_D81g9ZSwBc0UxHmBIrdJoVPxN_A,17900
354
356
  khoj/routers/api_model.py,sha256=KDsxNwHspC94eTcv6l3ehr773EOvgc670UnZLE1WZ4o,3642
355
357
  khoj/routers/api_phone.py,sha256=p9yfc4WeMHDC0hg3aQk60a2VBy8rZPdEnz9wdJ7DzkU,2208
356
358
  khoj/routers/api_subscription.py,sha256=sR5_XxQ4e_1hk3K4g0i3S8PZeULP23lnGtrWnfjhNDI,5307
357
359
  khoj/routers/auth.py,sha256=HO54PR-BkWA_iJIktEobUrObcXVYG-00jpnIcEVdR5s,6564
358
360
  khoj/routers/email.py,sha256=SGYNPQvfcvYeHf70F0YqpY0FLMRElF2ZekROXdwGI18,3821
359
- khoj/routers/helpers.py,sha256=GAA3GSB-T7fvq5-75_4YQCIbpq2Tp7tL5xzlDrhHQ6M,76172
361
+ khoj/routers/helpers.py,sha256=h8jUteTfU4_v0yNc4H_DkbyBJyOC7Dvde_VKAAzNOKY,77745
360
362
  khoj/routers/notion.py,sha256=Lp67xP9rVgpAF9BQoGTjZFcVdF1HYtvPP0kjq6uurKU,2802
363
+ khoj/routers/research.py,sha256=vxnvG54VtB7bpVt-D2fbVJXz7Irjfb6rclDE0fxAUFU,13094
361
364
  khoj/routers/storage.py,sha256=tJrwhFRVWv0MHv7V7huMc1Diwm-putZSwnZXJ3tqT_c,2338
362
365
  khoj/routers/twilio.py,sha256=MLsuCm4--ETvr3sLxbF0CL_ehlg_l2rKBSLR2Qh2Xls,1081
363
366
  khoj/routers/web_client.py,sha256=zvvYdBPPDS5PzPiO1mXTGp88wrDnR_1jyMM781XDpZs,4456
364
367
  khoj/search_filter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
365
368
  khoj/search_filter/base_filter.py,sha256=BzoZA_wAUg_eZ5vhaaipwVTSG0ZMxWCHxHsZrzo4KS0,358
366
- khoj/search_filter/date_filter.py,sha256=4VL63kDVqYKFOzkCeV6R8Z8lxFaAbbn_z_RWaWQNDWY,10103
367
- khoj/search_filter/file_filter.py,sha256=tHYW-ibaENf_jrJ88kiO_xhrPZb6FQLtngG9ISTB6h8,1168
369
+ khoj/search_filter/date_filter.py,sha256=7MCXyeDy9TGG81IesLrgV7vnTUDXWe8xj8NeeESd1Xk,10019
370
+ khoj/search_filter/file_filter.py,sha256=H47C8yoVMiSub8VWu8wHerlIq-PffFnB08Nm2OJyBE8,1146
368
371
  khoj/search_filter/word_filter.py,sha256=5Yx95aSiqGke9kEIbp8T-Ak4dS9cTd3VxI1SaJoK1wY,1005
369
372
  khoj/search_type/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
370
- khoj/search_type/text_search.py,sha256=TwiKoUQ6UG8inAW7eReSRD5H3J5n49STirain0QZVQY,9507
373
+ khoj/search_type/text_search.py,sha256=1ukoAJtFnu3Eamv_W3D2WNP5rZDVslHxn1z1Yqi485c,9507
371
374
  khoj/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
372
375
  khoj/utils/cli.py,sha256=AgO3rO-bN5oI71sIReGxrJXPeXEH80fnCIsyVlZYgjI,3695
373
376
  khoj/utils/config.py,sha256=aiOkH0je8A30DAGYTHMRePrgJonFv_i07_7CdhhhcdA,1805
374
377
  khoj/utils/constants.py,sha256=UwE7U9bNsfeqTb0K2lcdXdAscM4-7uuVoR3KbZS03Pg,1216
375
378
  khoj/utils/fs_syncer.py,sha256=bQgcbYYC3x11RyCqI_kUzzqGpcKTodGgdT-3OTQsXqw,9977
376
- khoj/utils/helpers.py,sha256=z46vG59Qa06CaVyzGtJfh-TU6iC5FktDYpS_hUmD0-I,18017
379
+ khoj/utils/helpers.py,sha256=3UHNiamfVQwaXgcvMqoNlRK1mlW9R-UYFiVovElvKWg,19956
377
380
  khoj/utils/initialization.py,sha256=TjA2ZImYKI-J1tEBE_0TaOLnVQidVV5GDEFBOPq8aik,10048
378
381
  khoj/utils/jsonl.py,sha256=0Ac_COqr8sLCXntzZtquxuCEVRM2c3yKeDRGhgOBRpQ,1192
379
382
  khoj/utils/models.py,sha256=Q5tcC9-z25sCiub048fLnvZ6_IIO1bcPNxt5payekk0,2009
380
383
  khoj/utils/rawconfig.py,sha256=kURDuk7x0MDtniGLU4x1IsvU4UIBS-V9dSM4GD8X-LY,4274
381
384
  khoj/utils/state.py,sha256=x4GTewP1YhOA6c_32N4wOjnV-3AA3xG_qbY1-wC2Uxc,1559
382
- khoj/utils/yaml.py,sha256=H0mfw0ZvBFUvFmCQn8pWkfxdmIebsrSykza7D8Wv6wQ,1430
383
- khoj-1.27.2.dev29.dist-info/METADATA,sha256=PA_Ka4v7h0CWPJCF-Jq8ytt7nLudre09NqKpt19yPfk,7075
384
- khoj-1.27.2.dev29.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
385
- khoj-1.27.2.dev29.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
386
- khoj-1.27.2.dev29.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
387
- khoj-1.27.2.dev29.dist-info/RECORD,,
385
+ khoj/utils/yaml.py,sha256=qy1Tkc61rDMesBw_Cyx2vOR6H-Hngcsm5kYfjwQBwkE,1543
386
+ khoj-1.28.1.dev1.dist-info/METADATA,sha256=6uYHnCo-iWfB8Vz3jqEgFeQO9XiK3k3NObNlIBXZEuE,7058
387
+ khoj-1.28.1.dev1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
388
+ khoj-1.28.1.dev1.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
389
+ khoj-1.28.1.dev1.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
390
+ khoj-1.28.1.dev1.dist-info/RECORD,,