711 Commits

Author SHA1 Message Date
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 inference-plugin-1.0.12 2023-10-25 01:02:00 +07:00
hiento09
aae1758364
Merge pull request #439 from janhq/fix/code-sign
fix error codesign
2023-10-25 01:01:09 +07:00
Service Account
e60e7a228e fix error codesign 2023-10-25 00:58:36 +07:00
Faisal Amir
e468a1d08b
Merge branch 'main' into chore/loading-indicator-when-active-model 2023-10-25 00:50:37 +07:00
Faisal Amir
bd72e4348e Added loader starting and stopping model 2023-10-25 00:36:11 +07:00
hiento09
3237efe94b
Merge pull request #436 from janhq/fix/import-cert
Add continue on error for import cert
2023-10-24 22:30:08 +07:00
Service Account
847e377350 Add continue on error for import cert 2023-10-24 22:29:58 +07:00
Faisal Amir
e0dd07c0f8
Merge pull request #434 from janhq/fix/update-version
fix: app version and cleanup unused code
2023-10-24 22:04:06 +07:00
Faisal Amir
2cf9c0f26c Remove unused code folder 2023-10-24 21:29:41 +07:00
Faisal Amir
3f0de68c96 Fix app version 2023-10-24 21:21:37 +07:00
hiento09
245eaa7918
Merge pull request #433 from janhq/fix/code-signing-new-data-plugin
Update code siging for new data plugin
2023-10-24 21:03:39 +07:00
Service Account
11bb52fd9d Update code siging for new data plugin 2023-10-24 20:49:51 +07:00
Service Account
01b08d9283 janhq/jan: Update tag build 0.1.7 core-0.1.7 2023-10-24 04:52:33 +00:00
hiento09
122c31b9d8
Merge pull request #432 from janhq/chore/update-core-service-get-plugin-manifest
chore: update core service - get plugin manifest
2023-10-24 11:52:05 +07:00
Louis
bef07397b5
chore: update core service - get plugin manifest 2023-10-24 11:49:49 +07:00
Service Account
6c9069a1ad
janhq/jan: Update tag build 1.0.11 for inference-plugin inference-plugin-1.0.11 2023-10-24 11:01:16 +07:00
Service Account
d406cb067c
janhq/jan: Update tag build 1.0.8 for data-plugin data-plugin-1.0.8 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
0xSage
e332a7c0bd fix: update event loc 2023-10-24 09:42:47 +07:00
Service Account
454e5f6f5e feat(adr-008) Initial commit 2023-10-24 06:54:25 +07:00
NamH
ec723ba0cc
fix: scroll on explore models does not work (#427)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2023-10-23 08:59:06 -07:00
Service Account
c1a11d846c janhq/jan: Update tag build 1.0.2 for retrieval-plugin retrieval-plugin-1.0.2 2023-10-23 16:05:43 +07:00
Service Account
b4e982552f janhq/jan: Update tag build 1.0.10 for inference-plugin inference-plugin-1.0.10 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 openai-plugin-1.0.6 2023-10-23 16:00:05 +07:00
Service Account
4b974ed500 janhq/jan: Update tag build 1.0.6 for monitoring-plugin monitoring-plugin-1.0.6 2023-10-23 16:00:01 +07:00
Service Account
b80eb4ad03 janhq/jan: Update tag build 1.0.8 for model-management-plugin model-management-plugin-1.0.8 2023-10-23 15:59:58 +07:00
Service Account
6f4b937b1c janhq/jan: Update tag build 1.0.9 for inference-plugin inference-plugin-1.0.9 2023-10-23 15:59:55 +07:00
Service Account
c74f3b31ce janhq/jan: Update tag build 1.0.7 for data-plugin data-plugin-1.0.7 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
hiento09
ec9e41e765
Merge pull request #425 from janhq/fix/plugin-catalog-create-pullrequest-failed
Add username to remote origin
2023-10-23 15:54:20 +07:00
Service Account
89e4c2c7a9 Add username to remote origin 2023-10-23 15:51:26 +07:00
Louis
c7b8f8c2d5
chore: install or update a plugin should not interrupt dev process (#420) 2023-10-23 06:17:46 +07:00
Service Account
bb5c430d1b
janhq/jan: Update tag build 1.0.8 for inference-plugin inference-plugin-1.0.8 2023-10-21 18:09:22 -07:00
namvuong
1ad4dcfb1e
Merge pull request #421 from janhq/chore_update_nitro_deps
chore: Update nitro 0.1.2 windows/ linux
2023-10-21 18:08:44 -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
b9e181c01d janhq/jan: Update tag build 0.1.6 core-0.1.6 2023-10-21 06:34:34 +00:00
Louis
ff2b376efb
chore: update core service enums (#414) 2023-10-21 13:34:00 +07:00
Service Account
3205b5a830 janhq/jan: Update tag build 1.0.1 for retrieval-plugin retrieval-plugin-1.0.1 2023-10-20 07:17:52 -07:00
Service Account
251dffd627 janhq/jan: Update tag build 1.0.7 for model-management-plugin model-management-plugin-1.0.7 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
hiento09
0f5ef6473b
Merge pull request #416 from janhq/chore/plugin-catalog-auto-pr
Add auto create PR to plugin-catalog when a new version of plugin is …
2023-10-20 14:57:51 +07:00
Hien To
9ecc9e7405 Add auto create PR to plugin-catalog when a new version of plugin is release 2023-10-20 14:56:27 +07:00
Faisal Amir
05b40ac390
Merge pull request #412 from janhq/setup/prettier
misc: setup prettier
2023-10-20 13:19:49 +07:00
Service Account
c9a6ee6aa9 janhq/jan: Update tag build 1.0.6 for data-plugin data-plugin-1.0.6 2023-10-19 22:27:54 -07:00