91 Commits

Author SHA1 Message Date
Daniel
88607345c3 Change License and update README 2023-10-15 15:38:44 +08:00
hiento09
cb25a69909
Fix #290: Add description in package.json and rename to jan (#333)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-10-12 09:38:21 +00:00
0xSage
7c2815c0b5
docs: troubleshooting 2023-10-10 02:03:48 +00:00
0xSage
ad7e6a45e9 docs: fix typo 2023-10-05 17:40:16 +08:00
0xSage
9a279817aa doc: nit 2023-10-05 17:39:20 +08:00
0xSage
7a80bc4f7b docs: update per v0.1.3 2023-10-05 17:30:21 +08:00
0xSage
93274b05ce
Update README.md 2023-09-29 11:47:36 +08:00
Louis
afbb94f083
efactor app directories and enforce ts strict mode (#201)
* refactor: move Electron app to main directory and enforce ts strict mode

* chore: add pre-install plugins

* remove duplicated initModel function

Signed-off-by: James <james@jan.ai>

* chore: correct module path

* fix: dynamic import does not work with ts

* chore: web should be able to run on target host browser

* fix: history panel, should display conversations rather just blank state

* chore: init default model

* chore: pluggin in ts

* fix: pre-pack model management

* fix: compiled core should not include plugins

* chore: refactor - invoke plugin function

* refactor download/delete file

Signed-off-by: James <james@jan.ai>

* update prebuild lib

Signed-off-by: James <james@jan.ai>

* chore: yarn workspace

* chore: update yarn workspace

* chore: yarn workspace with nohoist

* fix: llama-cpp-import

* chore: fix data-plugin wrong module path

* chore: correct build step

* chore: 	- separate inference service (#212)

- remove base-plugin

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>

* chore: update core plugins

* chore: hide installation prompt and fix model load - management plugin

* chore: remove legacy files; update readme

* fix: refresh page lost the download state

Signed-off-by: James <james@jan.ai>

* fix: ai prompt not passed to plugin

Signed-off-by: James <james@jan.ai>

* chore: module import fix for production

* chore: auto updater

* chore: package is public

* chore: fix yarn workspace config

* update: model management uses Q4_K_M

* chore: fix yarn scripts for publishing

* chore: app updater - progress update message

* chore: user confirms update action

* adding some state for changing page
store downloaded model to database

Signed-off-by: James <james@jan.ai>

* chore: refactor plugins into yarn workspace - a single command to publish all base plugins

* chore update readme (#218)

Co-authored-by: Hien To <tominhhien97@gmail.com>

* change app name and app icon

Signed-off-by: James <james@jan.ai>

* remove: go-to-nowhere actions

* chore: bundle core plugins from root and scan default plugins

* fix: app crashes on different field name lookup

* chore: css fix

* chore: bind download progress to app ui

* chore: bind active model

* chore: simplify app splash-screen only centered jan icon

* feature: system monitoring plugin (#196)

* feat: Add function for system monitoring

* chore: register plugin functions

* chore: move to corresponding directory

* chore: bind system monitoring data to UI

---------

Co-authored-by: Louis <louis@jan.ai>

* chore: add build:plugins step to README

* chore: model searching and fix model name

* fix: plugin file selected appearance

* fix: create new conversation does not work

* fix: delete conversation not update state - messages still exist

* chore: fix asset path prefix

* Add CICD for macos (#221)

Co-authored-by: Hien To <tominhhien97@gmail.com>

* chore: fix production plugin path

* chore: add shell open url in external browser

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
Co-authored-by: NamH <NamNh0122@gmail.com>
Co-authored-by: 0xSage <n@pragmatic.vc>
Co-authored-by: hiento09 <136591877+hiento09@users.noreply.github.com>
Co-authored-by: Hien To <tominhhien97@gmail.com>
Co-authored-by: namvuong <22463238+vuonghoainam@users.noreply.github.com>
2023-09-28 18:15:18 +07:00
daniel
12e2978a29 Minor changes to Readme 2023-09-19 15:25:50 +08:00
daniel
844a79d7a1 Minor changes 2023-09-19 15:19:56 +08:00
daniel
f8657a8a31 Change Readme to reflect new direction 2023-09-19 14:58:07 +08:00
vuonghoainam
f6d8929e9b fix: Fix README with minor bug in step to download model 2023-09-12 18:09:24 +07:00
vuonghoainam
50ac49a14c fix: Update readme for model hosting in host machine 2023-09-12 17:13:03 +07:00
Daniel
683ba1f949 Improve description of Jan 2023-09-11 23:19:15 +08:00
Daniel
d1fcd648f4 Merge branch 'main' into jan-89 2023-09-11 22:52:31 +08:00
0xSage
467d2f0774
Update README.md 2023-09-11 22:43:40 +08:00
0xSage
525a88265f
Update README.md 2023-09-11 22:41:56 +08:00
0xSage
8cf0a98088 link gifs 2023-09-11 22:39:26 +08:00
0xSage
293eb6c65a docs: add gif placeholder 2023-09-11 22:32:56 +08:00
0xSage
8f48585932 fix: logo alt 2023-09-11 15:21:50 +08:00
Daniel
b585c55edc Improve description of Jan 2023-09-11 13:23:50 +08:00
Daniel
968ce60489 Improve Installation and About Jan 2023-09-11 12:51:47 +08:00
0xSage
57c7e6a3af add banner 2023-09-10 18:10:48 +08:00
Daniel
b101993326 Add Badges and initial rewrite of Intro and Features section 2023-09-10 11:32:56 +08:00
NamH
5390c6ac52
Merge pull request #74 from janhq/chore/add_kc_theme_config
chore: adding keycloak theme configuration
2023-09-07 20:19:36 -07:00
0xSage
a0ef1bdcfe docs: new tabs better logo 2023-09-07 14:18:33 +08:00
James
e2eac944c3 chore: adding keycloak theme configuration
Signed-off-by: James <james@jan.ai>
2023-09-06 15:39:03 -07:00
namvuong
34939feb90
fix: Remove sd ggml + minio + traefffik (#63)
* fix(inf-sd): Delete gitsubmodule for SD ggml

* chore: Delete custom code for sd.cpp

* chore: Update gitignore for sd models

* chore: Update readme for sd ggml service removal

* chore: Refactor compose file to remove minio, sd, sd-downloader and traeffik

* fix(.env): Removing SD and minio related configuration
2023-09-06 15:48:54 +07:00
0xSage
e697375ff5
Update README.md 2023-09-05 17:08:24 +08:00
0xSage
72979b5f5e
Update README.md 2023-09-05 16:56:31 +08:00
0xSage
b186c8d09b docs: make concise 2023-09-05 15:20:23 +08:00
0xSage
fd146071e4 docs: small fixes 2023-09-05 15:18:10 +08:00
0xSage
47e78e0617 docs: refine quickstart docs 2023-09-04 10:10:43 +08:00
vuonghoainam
1320668172 fix: Remove troubleshooting for no model 2023-08-31 15:33:43 +07:00
vuonghoainam
0174ed7205 chore: Update readme with git recursive update 2023-08-31 00:24:47 +07:00
hiento09
2725db1595
Chore: Add contributing.md file and update readme.md (#17)
Co-authored-by: Hien To <>
2023-08-30 16:55:27 +07:00
vuonghoainam
dd8ecba78c fix: Update readme for downloading models 2023-08-30 16:44:20 +07:00
hiento09
90aa721e7d
Update docs (#15)
* fix: not every llm stream chunked by each json data

* Docs: deploy docusaurus github page and update README.md (#14)

* add github action deploy docusaurus to github page

* README: update installation instruction

* Add sonarqube scanner github actions pipeline

---------

Co-authored-by: Hien To <>

---------

Co-authored-by: Louis <louis@jan.ai>
2023-08-30 11:19:25 +07:00
0xSage
146a2f56dc docs: adrs 2023-08-22 16:57:42 +08:00
Daniel
46575ff721 Initial Readme 2023-08-18 02:14:27 +08:00
hiento09
f62ff3c651
Initial commit 2023-08-17 09:17:11 +07:00