Debanjum Singh Solanky
4f89319b40
Release Khoj version 1.15.0
2024-06-26 10:38:16 +05:30
Debanjum Singh Solanky
c7c32a7467
Improve online chat reference extraction in Khoj.el Emacs package
...
- Handle online references with no title
- Improve handling references which are arrays instead of lists
2024-06-23 08:13:36 +05:30
Debanjum Singh Solanky
427575e958
Improve khoj chat new, delete session flows
...
When create new conversation session, automatically request query. As
that is expected next action after creating new session
Pass session-id to khoj-chat to allow reuse from
create-new-conversation func
When delete conversation session, do not call load chat session.
Unnecessary action.
Use thread-last to improve code flow in new, delete conversation funcs
2024-06-21 10:54:59 +05:30
Debanjum Singh Solanky
59032a06d5
Improve defaults when extracting fields from online reference in khoj.el
2024-06-21 10:54:59 +05:30
Debanjum Singh Solanky
9262aea7a5
Fix comments, func calls based on melpazoid, checkdoc, package-lint
2024-06-21 10:54:59 +05:30
Debanjum Singh Solanky
0afe66ac39
Restore cursor to original window after opening Khoj side pane
...
Previously the cursor would move to the Khoj side pane on opening it.
This would break user's flow, especially when find similar triggers
automatically
New behavior maintains smoother update of auto find similar without
disrupting user browsing
2024-06-20 12:50:13 +05:30
Debanjum Singh Solanky
afe91a2633
Only show headings of search result and increase total count returned
...
Previously it would show complete result body this would make the
result width variable and hard to track all the returned results
Showing just heading makes it easier to track
2024-06-20 12:50:13 +05:30
Debanjum Singh Solanky
2b12a5514e
Find similar notes to current note at cursor automatically in background
...
- Call find similar on current element if point has moved to new
element
- Delete the first result from find-similar search results as that'll
be the current note (which is trivially most similar to itself)
- Determine find-similar based text formating at the rendering layer
rather than at the top level find-similar func
2024-06-20 12:50:13 +05:30
Debanjum Singh Solanky
d042e073cc
Pass absolute path of file to index from khoj.el emacs client
2024-06-20 00:26:18 +05:30
Debanjum Singh Solanky
d23f2849d4
Update help message to only show the smaller set of new keybindings
2024-06-20 00:26:18 +05:30
Debanjum Singh Solanky
677d49d438
Release Khoj version 1.14.0
2024-06-18 17:13:46 +05:30
Debanjum Singh Solanky
fe36adb7b9
Remove short keys to switch content type during search to avoid conflict
...
- C-x o to switch to search org content conflicts with switch buffer shortkey
This is more apparent in the async search scenario as it prevents
perform other actions while async search is in progress
- Also switching content type wouldn't scale to all the content types
Khoj will support without causing more conflicting keybinding
2024-06-15 17:31:19 +05:30
Debanjum Singh Solanky
2a84524d19
Make khoj.el search, similar API calls async to not block user interactions
2024-06-15 17:30:58 +05:30
Debanjum Singh Solanky
c6b95f8776
Handle rendering messages using the old reference schema in khoj.el
...
Previously references were a list instead of a map
2024-06-15 17:30:58 +05:30
Debanjum Singh Solanky
db056c896d
Delete old conversation sessions from the chat menu in Khoj Emacs
2024-06-15 17:30:58 +05:30
Debanjum Singh Solanky
e3d995a74f
Extract select conversation session logic into func for reusability
2024-06-15 17:30:38 +05:30
Debanjum Singh Solanky
e15dc23bbe
Improve logic to create vs reuse window for khoj side pane logic
...
Khoj side pane occupies a vertically split bottom right side pane.
If the bottom right window is not a vertical split, create a new
vertical split pane for khoj, otherwise reuse the existing window
2024-06-15 16:37:41 +05:30
Debanjum Singh Solanky
055e5e8d26
Create new conversation from the chat menu in Khoj Emacs
2024-06-15 16:37:41 +05:30
Debanjum Singh Solanky
c33954cd93
Fix loading an empty chat session in Emacs
2024-06-15 16:37:41 +05:30
Debanjum Singh Solanky
e21c0648ae
Create, use reusable function to call Khoj API from elisp
2024-06-15 16:37:41 +05:30
Debanjum Singh Solanky
7bcb49b6e7
Support conversation sessions in the Khoj Emacs client
...
Add option in khoj main transient menu option to open menu to
- switch between existing conversations
2024-06-15 13:13:20 +05:30
Debanjum Singh Solanky
df9c5ff263
Show online references used for chat response as footnotes in Emacs
...
Previously online references used weren't being shown
2024-06-15 13:13:19 +05:30
Debanjum Singh Solanky
385057f09e
Make khoj.el chat API call async to not block user interactions
2024-06-12 21:04:48 +05:30
Debanjum Singh Solanky
906ebee075
Open Khoj chat, search in right pane to allow for ambient engagement
...
See the currently active window in context while doing chat, search
or find similar operations in a side pane.
This is similar to how we've moved Khoj on Obsidian into the side pane
as well
2024-06-09 23:32:34 +05:30
Debanjum Singh Solanky
cd4baa3fa5
Fix loading chat history, references in khoj.el chat buffer
2024-06-09 18:34:00 +05:30
Debanjum Singh Solanky
21987f60c7
Use `-difference' to get files to delete. Make batch size defcustom
...
Improve docstrings to align with `checkdoc' requirement for all args
being mentioned
2024-06-05 19:39:15 +05:30
Debanjum
bfacd65971
Batch upload files for indexing from the Emacs client ( #735 ) from yuzhou721/master
...
Encode filenames and batch file uploads to improve sending content to index from the Emacs client
2024-06-05 19:31:06 +05:30
Debanjum Singh Solanky
85a343363b
Release Khoj version 1.13.0
2024-06-04 11:57:44 +05:30
Desmond
70fea6c6b6
fix: delete file request
2024-05-27 14:46:26 +08:00
Desmond
3f49b5a4ab
fix: emacs tests
2024-05-27 10:42:09 +08:00
sabaimran
e23c803cee
Release Khoj version 1.12.1
2024-05-24 21:42:03 +05:30
Desmond
a3c6045328
Merge remote-tracking branch 'origin/master'
2024-05-21 21:55:53 +08:00
Desmond
b0630c1a98
Simplify partition
2024-05-21 21:52:01 +08:00
Desmond Deng
20303feb3a
Merge branch 'khoj-ai:master' into master
2024-05-08 13:46:34 +08:00
Desmond
150cd18bf3
Update batch-size
2024-05-08 13:44:22 +08:00
Desmond
192cd53003
Batch send of index files
2024-05-08 13:38:40 +08:00
sabaimran
bc8b92a77d
Release Khoj version 1.12.0
2024-05-01 16:30:48 +05:30
sabaimran
37879a7850
Release Khoj version 1.11.2
2024-04-30 13:31:06 +05:30
sabaimran
12258f02d7
Release Khoj version 1.11.1
2024-04-27 18:42:24 +05:30
sabaimran
d8f2eac6e0
Release Khoj version 1.11.0
2024-04-25 17:24:59 +05:30
Debanjum Singh Solanky
89b8ec3546
Release Khoj version 1.10.2
2024-04-12 11:53:32 +05:30
Debanjum Singh Solanky
07f8fb5c5b
Release Khoj version 1.10.1
2024-04-12 02:18:07 +05:30
Debanjum Singh Solanky
60337086f9
Release Khoj version 1.10.0
2024-04-12 01:01:02 +05:30
Debanjum Singh Solanky
4be4c53222
Release Khoj version 1.9.0
2024-04-05 17:13:58 +05:30
Debanjum Singh Solanky
4f65dde201
Release Khoj version 1.8.0
2024-03-31 00:06:15 +05:30
Debanjum Singh Solanky
fba0338787
Release Khoj version 1.7.0
2024-03-15 00:08:32 +05:30
sabaimran
e5cd0237e3
Release Khoj version 1.6.2
2024-03-08 17:04:03 +05:30
sabaimran
0bbb5cff85
Release Khoj version 1.6.1
2024-02-26 13:27:20 -08:00
Debanjum Singh Solanky
0e0e751ef7
Improve docstring of entrypoint function to the emacs client
2024-02-24 21:09:41 +05:30
sabaimran
b1c86fee3b
Release Khoj version 1.6.0
2024-02-20 14:12:24 -08:00