2227 Commits

Author SHA1 Message Date
Louis
f43fae2e86
Merge pull request #1919 from janhq/main
Sync release 0.4.6 to dev
2024-02-05 10:08:39 +07:00
hiento09
480a1d9cc1
Cloudflare R2 clean every 10 days (#1917)
Co-authored-by: Hien To <hien@jan.ai>
2024-02-04 21:02:40 +07:00
Service Account
3fecdc3c33 janhq/jan: Update README.md with nightly build artifact URL 2024-02-04 09:02:09 +00:00
hiento09
4f751338b7
Regression fix assitant extension codesign (#1918)
* Separated build macos arm64 and x86_x64

* Update dependencies jobs name

* Remove arch from electron-builder command for mac

* Add combine latest-mac.yml jobs

* Remove unuse workflow job

* Add prefix to install js-yaml

* Run merge script from /tmp

* workflow update release draft depend on combile-latest-mac

* correct template path

* upload assert release latest-mac.yml overwrite set to true

* upload assert release latest-mac.yml overwrite set to true

* Grant permission for combine latest-mac jobs

---------

Co-authored-by: Hien To <hien@jan.ai>
2024-02-04 15:44:57 +07:00
Service Account
0b44649553 janhq/jan: Update README.md with nightly build artifact URL 2024-02-04 06:41:07 +00:00
Service Account
4472bb1b9b janhq/jan: Update README.md with nightly build artifact URL 2024-02-04 04:29:58 +00:00
Service Account
135a777308 janhq/jan: Update README.md with nightly build artifact URL 2024-02-03 10:05:06 +00:00
Louis
6ea7d8f6cf
fix: migration loading indicator (#1913) 2024-02-03 16:45:34 +07:00
Service Account
81bbd838a7 janhq/jan: Update README.md with nightly build artifact URL 2024-02-03 08:41:33 +00:00
Louis
afa80b92a3
fix: broken manual import model with NA fields (#1912) 2024-02-03 15:20:42 +07:00
Service Account
071c9286c4 janhq/jan: Update README.md with nightly build artifact URL 2024-02-02 09:12:13 +00:00
Louis
eaa3053d40
fix: openAIEmbedding now requires top level API Key configuration (#1902)
* fix: openAIEmbedding now requires top level API Key configuration

* chore: typo
2024-02-02 13:28:21 +07:00
NamH
9e1c41b897
fix: chat using web interface (#1889)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-02-02 10:45:10 +07:00
Louis
bef8dcd6d5
fix: load model fail overlays thread message error (#1901) 2024-02-02 10:26:31 +07:00
Service Account
fd872c3de0 janhq/jan: Update README.md with nightly build artifact URL 2024-02-01 18:56:52 +00:00
Louis
36ad16ff4e
Merge pull request #1888 from janhq/dev
Release cut 0.4.6
2024-02-02 01:34:57 +07:00
Louis
9e4658f5b2
fix: show generate response on message send (#1895)
* fix: show generate response on message send

* chore: typo
2024-02-01 23:59:45 +07:00
Louis
5ce2e422f8
fix: display error message on model load fail (#1894) 2024-02-01 23:28:15 +07:00
Hieu
36cd5988d4
feat: integrate umami (#1809)
* feat: integrate umami

* fix: linter issue

* fix: run eslint

* fix window umami null

* fix property type error

* fix: check configuration before requesting analytics script

* fix: test cases

---------

Co-authored-by: Louis <louis@jan.ai>
2024-02-01 21:00:16 +07:00
hiro
11e2a763cb
feat: Add default value for ngl (#1886)
* fix: Add fallback value for ngl

* fix: Handling type
2024-02-01 19:11:05 +07:00
Service Account
ae073d2703 janhq/jan: Update README.md with nightly build artifact URL 2024-02-01 06:09:29 +00:00
Louis
5ddc6ea4c8
fix: the selected model auto revert back to previous used model with setting mismatch (#1883)
* fix: the selected model auto revert back to previous used model with setting mismatch

* fix: view in finder and view file action
2024-02-01 12:31:26 +07:00
NamH
4116aaa98a
feat: add start/stop model via http api (#1862)
Signed-off-by: nam <namnh0122@gmail.com>
2024-02-01 11:25:34 +07:00
Service Account
4b8b13b5d3 janhq/jan: Update README.md with nightly build artifact URL 2024-01-31 20:23:20 +00:00
Louis
32330cb27f
Merge pull request #1882 from janhq/chore/mark-rag-as-experimental-feature
chore: mark RAG as experimental feature
2024-02-01 01:11:02 +07:00
Louis
ad842dbc70 chore: mark RAG as experimental feature 2024-02-01 00:52:13 +07:00
Faisal Amir
71fcaa30f9
Merge pull request #1874 from janhq/feat/snackbar-component 2024-01-31 21:00:38 +07:00
Faisal Amir
7d03150285
Merge pull request #1880 from janhq/fix/modal-confirm 2024-01-31 20:57:53 +07:00
Faisal Amir
8150f2f7b7 fix: add dialog confirm when move folder and next dest isn't empty 2024-01-31 18:23:16 +07:00
Faisal Amir
509f6cba39
feat: move open app directory into icon folder (#1879) 2024-01-31 17:32:37 +07:00
NamH
8151ef0313
feat: add factory reset feature (#1750)
* feat(FactoryReset): add factory reset feature

Signed-off-by: nam <namnh0122@gmail.com>
Signed-off-by: James <james@jan.ai>
Co-authored-by: Faisal Amir <urmauur@gmail.com>
Co-authored-by: James <james@jan.ai>
2024-01-31 13:23:48 +07:00
Faisal Amir
50fb0bc907 feat: add snackbar component and update style side banner 2024-01-31 12:40:28 +07:00
Helloyunho
5e58f67abd
chore: add react developer tools to electron (#1858)
Co-authored-by: NamH <NamNh0122@gmail.com>
2024-01-31 12:32:49 +07:00
hiento09
cfadd130e9
Increase timeout for explore.e2e.spec test (#1844)
* Increase timeout for explore.e2e.spec test

* fix: test cases and timeout

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
Co-authored-by: Louis <louis@jan.ai>
2024-01-31 11:26:30 +07:00
hiro
203f816e85
Merge pull request #1877 from janhq/chore/bump_nitro_0.3.3
chore: Bump nitro to 0.3.3
2024-01-31 10:48:24 +07:00
hiro
2ec6037b8a chore: Bump nitro to 0.3.3 for fixing hungup 2nd request 2024-01-31 10:48:17 +07:00
Faisal Amir
0693f551eb
Merge pull request #1866 from janhq/fix/retrieval-setting
fix: auto collapse retrieval setting while update config
2024-01-31 10:33:06 +07:00
Faisal Amir
0e17f776fe
Merge pull request #1870 from janhq/fix/loader-change-folder
fix: loader show while error global when change folder
2024-01-31 10:29:40 +07:00
Service Account
0b20a401f5 janhq/jan: Update README.md with nightly build artifact URL 2024-01-30 20:26:39 +00:00
James
282dd58d05 fix: not allow user to choose sub directory as jan data folder
Signed-off-by: James <james@jan.ai>
2024-01-30 23:03:20 +07:00
Faisal Amir
96aded6b03 fix: showing catch error on modal when change folder 2024-01-30 17:04:56 +07:00
Faisal Amir
00c4397be6 fix: loader error change folder 2024-01-30 16:43:58 +07:00
Faisal Amir
5e13fd2f53 fix: loader error change folder 2024-01-30 16:36:58 +07:00
Faisal Amir
a2b6055911 fix: auto collapse retrieval setting while update config 2024-01-30 11:20:52 +07:00
Faisal Amir
b4602ef262
Merge pull request #1856 from janhq/fix/retrieval-always-ask-for-api-key
fix: retrieval always ask for api key
2024-01-30 11:10:52 +07:00
Service Account
0778beb652 janhq/jan: Update README.md with nightly build artifact URL 2024-01-29 20:22:44 +00:00
Louis
12ebf272d6
fix: retrieval always ask for api key 2024-01-29 22:44:13 +07:00
Service Account
24fc0f027d janhq/jan: Update README.md with nightly build artifact URL 2024-01-29 12:17:38 +00:00
NamH
1689702dcd
fix: all input text box are disabled (#1855)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-01-29 18:53:49 +07:00
Faisal Amir
4237c46fce
Merge pull request #1850 from janhq/fix/jan-data-folder
fix: add loader when user change folder
2024-01-29 17:51:47 +07:00