diff --git a/.github/workflows/build_khoj_el.yml b/.github/workflows/build_khoj_el.yml index 0f5f8792..9bf60ecc 100644 --- a/.github/workflows/build_khoj_el.yml +++ b/.github/workflows/build_khoj_el.yml @@ -33,7 +33,7 @@ jobs: - name: 🌡️ Validate Khoj.el env: # Khoj recipe from https://github.com/melpa/melpa/pull/8321/files - RECIPE: (khoj :fetcher github :repo "debanjum/khoj" :files ("src/interface/emacs/*.el")) + RECIPE: (khoj :fetcher github :repo "khoj-ai/khoj" :files ("src/interface/emacs/*.el")) EXIST_OK: true LOCAL_REPO: ${{ github.workspace }} run: echo $GITHUB_REF && make -C ~/melpazoid diff --git a/Dockerfile b/Dockerfile index 85ab985e..4d1cb525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,14 @@ # syntax=docker/dockerfile:1 FROM ubuntu:kinetic -LABEL org.opencontainers.image.source https://github.com/debanjum/khoj +LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj # Install System Dependencies RUN apt update -y && \ - apt -y install python3-pip python3-pyqt6 + apt -y install python3-pip python3-pyqt6 git # Install Python Dependencies RUN pip install --upgrade pip && \ - pip install --upgrade --pre khoj-assistant + pip install git+https://github.com/khoj-ai/khoj.git # Run the Application # There are more arguments required for the application to run, diff --git a/README.md b/README.md index 96aebc6c..2d73084a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ -# Khoj 🦅 -[](https://github.com/debanjum/khoj/actions/workflows/test.yml) -[](https://github.com/debanjum/khoj/pkgs/container/khoj) -[](https://pypi.org/project/khoj-assistant/) +
+
## Implementation
The plugin implements the following functionality to search your notes with Khoj:
diff --git a/src/interface/obsidian/manifest.json b/src/interface/obsidian/manifest.json
index 4df8f130..81b9f5a4 100644
--- a/src/interface/obsidian/manifest.json
+++ b/src/interface/obsidian/manifest.json
@@ -3,7 +3,7 @@
"name": "Khoj",
"version": "0.6.2",
"minAppVersion": "0.15.0",
- "description": "An AI Personal Assistant for your Digital Brain 🦅",
+ "description": "An AI Personal Assistant for your Digital Brain",
"author": "Debanjum Singh Solanky",
"authorUrl": "https://github.com/debanjum",
"isDesktopOnly": false
diff --git a/src/interface/obsidian/package.json b/src/interface/obsidian/package.json
index 8b10a7c5..71206b19 100644
--- a/src/interface/obsidian/package.json
+++ b/src/interface/obsidian/package.json
@@ -1,7 +1,7 @@
{
"name": "Khoj",
"version": "0.6.2",
- "description": "An AI Personal Assistant for your Digital Brain 🦅",
+ "description": "An AI Personal Assistant for your Digital Brain",
"main": "src/main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
diff --git a/src/interface/obsidian/src/chat_modal.ts b/src/interface/obsidian/src/chat_modal.ts
index b90c8fb6..acca8813 100644
--- a/src/interface/obsidian/src/chat_modal.ts
+++ b/src/interface/obsidian/src/chat_modal.ts
@@ -49,7 +49,7 @@ export class KhojChatModal extends Modal {
type: "text",
id: "khoj-chat-input",
autofocus: "autofocus",
- placeholder: "Chat with Khoj 🦅 [Hit Enter to send message]",
+ placeholder: "Chat with Khoj [Hit Enter to send message]",
class: "khoj-chat-input option"
}
})
@@ -81,7 +81,7 @@ export class KhojChatModal extends Modal {
renderMessage(message: string, sender: string, dt?: Date): Element | null {
let message_time = this.formatDate(dt ?? new Date());
- let emojified_sender = sender == "khoj" ? "🦅 Khoj" : "🤔 You";
+ let emojified_sender = sender == "khoj" ? "🏮 Khoj" : "🤔 You";
// Append message to conversation history HTML element.
// The chat logs should display above the message input box to follow standard UI semantics
diff --git a/src/interface/obsidian/src/search_modal.ts b/src/interface/obsidian/src/search_modal.ts
index 84ebeaa4..e99e644e 100644
--- a/src/interface/obsidian/src/search_modal.ts
+++ b/src/interface/obsidian/src/search_modal.ts
@@ -63,7 +63,7 @@ export class KhojSearchModal extends SuggestModalCheck out our source code on Github
-| - - | -- - | -
| + + | ++ + | +
| - - | -- - | -
| - - | -- - | -
| - - | -- - | -
| + + | ++ + | +
| + + | ++ + | +
| + + | ++ + | +