mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 05:39:06 +00:00
Trace query response performance and display timings in verbose mode
This commit is contained in:
@@ -82,7 +82,7 @@ def convert_org_entries_to_jsonl(entries, verbose=0):
|
||||
continue
|
||||
|
||||
entry_dict["compiled"] = f'{entry.Heading()}.'
|
||||
if verbose > 1:
|
||||
if verbose > 2:
|
||||
print(f"Title: {entry.Heading()}")
|
||||
|
||||
if entry.Tags():
|
||||
|
||||
Reference in New Issue
Block a user