80 Commits

Author SHA1 Message Date
Service Account
0a1302e301 janhq/jan: Update tag build 1.0.14 for inference-plugin 2023-10-26 02:00:59 +00:00
Louis
9903b033b0
fix: correct app version display (#452) 2023-10-26 08:59:28 +07:00
Service Account
c0da5d0026 janhq/jan: Update tag build 1.0.14 for data-plugin 2023-10-25 12:58:12 +00:00
Service Account
9e96787761 specific electron version 2023-10-25 19:49:32 +07:00
Service Account
74e381202d janhq/jan: Update tag build 1.0.13 for data-plugin 2023-10-25 12:46:47 +00:00
hiento09
b7d978cacd
Update data-plugin to auto-increase version 2023-10-25 19:44:03 +07:00
Service Account
1544cb4edf rebase main 2023-10-25 19:41:05 +07:00
Service Account
ed37321452 Use electron-rebuild to build leveldown@5.6.0 for darwin arm64 2023-10-25 19:38:15 +07:00
Service Account
99b80792c6 janhq/jan: Update tag build 1.0.12 for data-plugin 2023-10-25 11:54:12 +00:00
Service Account
ca5723b36e data-plugin force leveldown back to 5.6.0 and rebuild for darwin arm64 2023-10-25 18:47:11 +07:00
Service Account
cecdd77308 janhq/jan: Update tag build 1.0.11 for data-plugin 2023-10-25 11:03:12 +00:00
Service Account
7212fdb143 data-plugin force leveldown to 6.1.1 2023-10-25 17:57:28 +07:00
Service Account
ac1a240274 Change tag data-plugin to 1.0.10 2023-10-25 15:56:36 +07:00
Service Account
b121495ff4 janhq/jan: Update tag build 1.0.13 for inference-plugin 2023-10-25 08:55:35 +00:00
hiento09
548e9250ca
Merge pull request #451 from janhq/fix/inference-plugin-choose-gpu-cpu-binary-file
Change to load nitron on windows and linux from bash/shell script
2023-10-25 15:51:26 +07:00
Louis
be01dcb859
fix: model is started but the indicator is not stopped loading (#446)
* fix: model is started but the indicator is not stopped loading

* chore: show loading indicator on the loading model row only

* Update README.md

---------

Co-authored-by: hiento09 <136591877+hiento09@users.noreply.github.com>
2023-10-25 15:51:03 +07:00
Service Account
fffeaf5bc9 Change to load nitron on windows and linux from bash/shell script 2023-10-25 14:32:48 +07:00
Service Account
a03e7cd895 upgrade leveldown to newest version 2023-10-25 13:38:05 +07:00
Service Account
df6603b3e2 janhq/jan: Update tag build 1.0.9 for model-management-plugin 2023-10-25 01:09:32 +07:00
Service Account
0cf2be688f janhq/jan: Update tag build 1.0.9 for data-plugin 2023-10-25 01:09:29 +07:00
Louis
df5d75d1f8
fix: plugin & model catalog import cache are not cleared properly (#437)
* fix: plugin catalog cache is not wiped properly

* fix: import cache issue
2023-10-25 01:06:37 +07:00
Service Account
914b4082a9 janhq/jan: Update tag build 1.0.12 for inference-plugin 2023-10-25 01:02:00 +07:00
Service Account
e60e7a228e fix error codesign 2023-10-25 00:58:36 +07:00
Service Account
6c9069a1ad
janhq/jan: Update tag build 1.0.11 for inference-plugin 2023-10-24 11:01:16 +07:00
Service Account
d406cb067c
janhq/jan: Update tag build 1.0.8 for data-plugin 2023-10-24 11:01:10 +07:00
Faisal Amir
539b467141
ui: interface revamp (#429)
* feat: adding create bot functionality

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

* update the temperature progress bar

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

* WIP baselayout

* Mapping plugins with available preferences

* Added loader component

* WIP working another screen

* Cleanup types and avoid import one by one

* Prepare bottom bar

* Add css variables colors to enable user select the accent

* Enable change accent color

* Seperate css variable

* Fix conflict

* Add blank state of my model empty

* Restyle explore models page

* Enable user config left sidebar

* Restyle my models page

* WIP styling chat page

* Restyling chat message

* Fix conflict

* Adde form preferences setting plugins

* Fixed form bot info

* Sidebar bot chat

* Showing rightbar for both setting when user created bot

* Fix style bot info

* Using overflow auto intead of scroll

* Remove script built UI from root package

* Fix missig import

* Resolve error linter

* fix e2e tests

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

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2023-10-24 10:59:12 +07:00
Service Account
c1a11d846c janhq/jan: Update tag build 1.0.2 for retrieval-plugin 2023-10-23 16:05:43 +07:00
Service Account
b4e982552f janhq/jan: Update tag build 1.0.10 for inference-plugin 2023-10-23 16:05:39 +07:00
hiento09
acdfe7e83b
Merge pull request #426 from janhq/chore/add-readme-retrieval-plugin
Add readme inference plugin
2023-10-23 16:04:36 +07:00
Service Account
e3f29d1526 Add readme 2023-10-23 16:03:17 +07:00
Service Account
25be90b4e3 janhq/jan: Update tag build 1.0.6 for openai-plugin 2023-10-23 16:00:05 +07:00
Service Account
4b974ed500 janhq/jan: Update tag build 1.0.6 for monitoring-plugin 2023-10-23 16:00:01 +07:00
Service Account
b80eb4ad03 janhq/jan: Update tag build 1.0.8 for model-management-plugin 2023-10-23 15:59:58 +07:00
Service Account
6f4b937b1c janhq/jan: Update tag build 1.0.9 for inference-plugin 2023-10-23 15:59:55 +07:00
Service Account
c74f3b31ce janhq/jan: Update tag build 1.0.7 for data-plugin 2023-10-23 15:59:52 +07:00
NamH
6e2210cb22
feat: adding create bot functionality (#368)
* feat: adding create bot functionality

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

* update the temperature progress bar

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

* chore: remove tgz

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

* update core dependency

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

* fix e2e test

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

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2023-10-23 15:57:56 +07:00
Service Account
bb5c430d1b
janhq/jan: Update tag build 1.0.8 for inference-plugin 2023-10-21 18:09:22 -07:00
Service Account
5fc65cdcad
chore: Update nitro with/ without CUDA support - v0.1.2 2023-10-21 18:05:32 -07:00
Service Account
70f79c192c
feat: Add nitro 0.1.2 linux amd64 binary support 2023-10-21 18:05:14 -07:00
Service Account
f72a9961a5
chore: Update nitro windows external DLL for runtime 2023-10-21 18:04:55 -07:00
Service Account
47e5327228
chore: Add todo for checking whether CUDA exists or not 2023-10-21 18:04:29 -07:00
Service Account
3205b5a830 janhq/jan: Update tag build 1.0.1 for retrieval-plugin 2023-10-20 07:17:52 -07:00
Service Account
251dffd627 janhq/jan: Update tag build 1.0.7 for model-management-plugin 2023-10-20 07:17:50 -07:00
Louis
d9e32dcc02
feat: chat with documents plugin (#417)
* chore: vectordb driver plugin

# Conflicts:
#	plugins/monitoring-plugin/package.json

* chore: add langchain & index documents

* feat: chat with documents plugin

* chore: correct build step

---------

Co-authored-by: namvuong <22463238+vuonghoainam@users.noreply.github.com>
2023-10-20 21:03:46 +07:00
Service Account
c9a6ee6aa9 janhq/jan: Update tag build 1.0.6 for data-plugin 2023-10-19 22:27:54 -07:00
Hien To
5cd0dc9b99 Move agent to mac-silicon 2023-10-20 12:26:51 +07:00
Hien To
411c689f87 Move agent to mac-silicon 2023-10-20 12:17:44 +07:00
Service Account
5f536d8d3b janhq/jan: Update tag build 1.0.7 for inference-plugin 2023-10-20 04:00:11 +00:00
Louis
d133594db7
chore: clean 2023-10-20 10:48:53 +07:00
vuonghoainam
d98ad60422 chore: Add support for nitro 0.1.2 with load_model 2023-10-19 17:44:16 -07:00