Debanjum Singh Solanky
510bb7e684
Use typing union in text_search for python 3.8 compatible type hinting
2023-06-27 15:59:50 -07:00
Debanjum Singh Solanky
1b11d5723d
Extract search request URL builder into js function in web interface
2023-06-27 15:50:41 -07:00
Debanjum Singh Solanky
09f739b8cc
Null check config, log warning instead of error when configuring search
2023-06-27 15:48:48 -07:00
sabaimran
c0d35bafdd
Merge pull request #250 from khoj-ai/features/github-multi-repo-and-more
...
Support multiple Github repositories and support indexing of multiple file types
2023-06-27 15:14:49 -07:00
sabaimran
9d62d66a77
Simplify construction of repo shorthand in GithubToJsonl
2023-06-27 15:05:03 -07:00
sabaimran
2697c7a186
Update org tests to use new method, update Github configuration in tests
2023-06-27 15:04:48 -07:00
sabaimran
227169ebde
Support configuration of multiple Github repositories in the settings interface
...
- Add cards to configure each of the Github repositories
- Fix a bug in the API which caused all other settings to be wiped when updating one of the content types
- Provide an error message to the user if they have a misconfiguration in their chat settings
2023-06-27 14:10:09 -07:00
sabaimran
37a1f15c38
Add backend support for indexing multiple repositories
...
- Add support for indexing org files as well as markdown files from the Github repository and update corresponding search view
- Support indexing a list of repositories
2023-06-27 12:06:15 -07:00
Debanjum Singh Solanky
5da6a5e669
Build docker image using latest khoj from git master
...
- Previous state
Ideally docker image should use latest app code available locally.
But this is better than the previous state where the latest Docker
image was being built using older khoj package published to pypi
This would happen because the workflow to publish the khoj-assistant
pypi package runs in parallel to the dockerize workflow so the latest
khoj pypi package isn't published before the latest docker image is
built on master
- Updated state
Now at least the docker image published via the dockerize github
workflow will be built using the latest khoj code on github
2023-06-26 20:16:07 -07:00
sabaimran
ddd550e6f4
Add call to use X-CSRFToken in relevant POST methods
2023-06-26 12:38:00 -07:00
sabaimran
35e24d7851
Fix null checking in state for content config API and telemetry API
2023-06-26 11:37:34 -07:00
sabaimran
5e39421f56
Merge branch 'master' of github.com:debanjum/khoj
2023-06-25 11:41:47 -07:00
sabaimran
4410a3bb4b
Limit max width of the pre tag to 100% of the screen width
2023-06-25 11:41:15 -07:00
sabaimran
ffe66b848a
Use a single column tempalte for config plugins when in mobile
2023-06-25 11:27:41 -07:00
Debanjum Singh Solanky
b1890aa050
Null check intermediary objects when config not fully initialized
2023-06-24 15:34:18 -07:00
Debanjum Singh Solanky
946af0889d
Improve showing status message on saving config via web interface
...
- Show success/failure status message much closer to the save button
Previously status message was shown on top of the page, which wasn't
always in view and wasn't easily seen
- Improve the status message to more clearly show next steps on success
2023-06-24 00:49:57 -07:00
Debanjum Singh Solanky
40d1abfe50
Update the new /config APIs to configure Khoj for first time users
...
- Setup state.config and sub-components from unset state
- Setup search types with default settings
2023-06-24 00:45:30 -07:00
Debanjum Singh Solanky
05a3c81adb
Add beautiful as dependency to pass pytests
2023-06-23 15:10:09 -07:00
Debanjum Singh Solanky
edabede93a
Fix post configuration state update on error or success on config html
2023-06-23 14:52:25 -07:00
Debanjum
98642e01b5
Update Web Interface with Lantern Theme
...
- Style all pages with consistent lantern theme styling
- Add navigation pane to all web interface pages
- a200af68b38d0625c42e2098d171c6ddab121bd2 Keep pico.css locally for offline usage
- cd8d069e6673b4db4c14f736c3d8af80bf94614d Highlight currently active tab in web interface
- Update config pages to use Lantern theme
2023-06-23 14:39:25 -07:00
Debanjum Singh Solanky
4744d69221
Resolve button name, anchor tag feedback. Add status message to settings page
...
- Use "Configure" name for settings config action
- Use more standard anchor tag instead of button
- Add configure status message
2023-06-23 09:48:38 -07:00
Debanjum Singh Solanky
26abafa658
Highlight currently active tab in web interface for orientation
2023-06-22 00:33:28 -07:00
Debanjum Singh Solanky
2728c714d7
Put pico.css in local assets. Move common css styling into khoj.css
2023-06-22 00:33:11 -07:00
Debanjum Singh Solanky
20a37697de
Add Khoj header with navigation pane to Search and Chat Interfaces
2023-06-22 00:33:11 -07:00
Debanjum Singh Solanky
c467a0cbb0
Update UI of config sub pages to use khoj lantern theme styling
2023-06-22 00:33:11 -07:00
Debanjum Singh Solanky
0ce2ec590a
Update main config page on khoj server to match khoj lantern theme
2023-06-21 20:25:25 -07:00
Debanjum Singh Solanky
d30a9ddd33
Use Khoj Logo on Search, Chat pages of Web Interface
2023-06-21 12:34:53 -07:00
Debanjum Singh Solanky
6d4aad57e1
Use new Khoj Lantern Logo in Web, Emacs, Obsidian UIs and Docs
2023-06-21 01:57:22 -07:00
Debanjum Singh Solanky
69d4fa6525
Rename project links across repo from debanjum/khoj to khoj-ai/khoj
2023-06-21 00:13:21 -07:00
Debanjum Singh Solanky
5c4eb950d5
Search across all content types via khoj.el on Emacs
...
If no content-type selected in transient menu option, khoj.el queries
khoj server without content-type parameter (t) set.
This results in search across all enabled asymmetric search text
content types
2023-06-20 23:39:56 -07:00
Debanjum Singh Solanky
2cd3e799d3
Improve null and type checks
2023-06-20 23:30:59 -07:00
Debanjum Singh Solanky
d5fb4196de
Update web interface to allow querying all content types at once
2023-06-20 22:21:50 -07:00
Debanjum Singh Solanky
5c7c8d1f46
Use async/await to fix parallelization of search across content types
2023-06-20 22:21:50 -07:00
Debanjum Singh Solanky
1192e49307
Pass default value matching argument types expected by text_search methods
2023-06-20 22:21:50 -07:00
Debanjum Singh Solanky
0144e610d6
Only search across content types that work with asymmetric search
2023-06-20 22:21:46 -07:00
Debanjum Singh Solanky
f6a7aa6c96
Style Khoj chat on web interface with new lantern theme
...
- Color khoj chat message with new yellow theme color
- Update Khoj chat emoji to lantern
- Add page type to title of pages on web interface
2023-06-20 01:39:33 -07:00
Debanjum Singh Solanky
6d94d6e75a
Encode the asymmetric, symmetric search queries in parallel for speed
...
Use timer to measure time to encode queries and total search time
2023-06-20 01:18:17 -07:00
Debanjum Singh Solanky
d292dc03b3
Use new Khoj Logotype in Web interface
2023-06-20 01:13:06 -07:00
Debanjum Singh Solanky
db07362ca3
Encode user query as same across search types to speed up query time
...
- Add new filter abstract method to remove filter terms from query
- Use the filter method to remove filter terms, encode this defiltered
query and pass it to the query methods of each search types
TODO: Encoding query is still taking 100-200 ms unlike before. Need to
investigate why
2023-06-19 23:29:54 -07:00
Debanjum Singh Solanky
285d17af2a
Search in parallel across all enabled content types requested via API
...
- Update API to return content from all enabled content types when type
is not set to specific type in HTTP request param
- To do this efficiently run the search queries in parallel threads
2023-06-19 23:29:06 -07:00
Debanjum Singh Solanky
79d325fbb6
Fix triggering @general queries in Khoj Chat
2023-06-19 23:05:33 -07:00
Debanjum Singh Solanky
e97a20d70c
Set conversation type if query param set, else return chat history
...
Only initialize variables if query is not empty, to avoid unnecessary
compute, variable null checks etc.
Fixes #230
2023-06-19 19:59:16 -07:00
sabaimran
6224dce49d
Merge pull request #228 from debanjum/features/pretty-config-page
...
Update the config page to be more usable
2023-06-19 18:11:35 -07:00
sabaimran
4722a2c16d
Add Github configuration page and success notifications
2023-06-18 10:06:45 -07:00
sabaimran
668135c763
Merge branch 'master' of github.com:debanjum/khoj into features/pretty-config-page
2023-06-18 08:35:09 -07:00
sabaimran
81183a1fe1
Address misc PR comments and update logo in all clients
...
- Rename the new logo to reflect accuracy on size (e.g., 128x128)
- Update the icns file for Mac
- Update nomenclature in settings pages
2023-06-18 08:34:58 -07:00
Debanjum Singh Solanky
a44cde2865
Show hint to re-index vault if wonky results in Obsidian search modal
...
Remove spurious indentation in Obsidian styles.css
Resolves #207
2023-06-18 04:53:51 -07:00
Debanjum Singh Solanky
595cc5b0f5
Use printer icon for PDF logs. Only split lines if file at web link in web interface
2023-06-18 02:26:03 -07:00
Debanjum
e06be395f9
Use Github REST API and Index Commit Messages off Github Repository
...
- Migrate to Github REST API instead of Llama Hub to index Markdown Docs in Github Repository
- Index Commit Messages from Github Repository as well
2023-06-18 14:51:32 +05:30
Debanjum Singh Solanky
e31a540a5e
Get all md files recursively in repository by passing recursive param
...
Previously the `get_markdown_files' method was only getting files at
root of the repository
Fix, improve logger messages in github to jsonl processor
2023-06-18 01:47:15 -07:00