2540 Commits

Author SHA1 Message Date
Daniel
465fb952b1 Refactor about page to other pages 2024-02-10 11:52:39 +08:00
Daniel
71f77c6e4a Scaffold 'About' Pages 2024-02-10 11:41:03 +08:00
Faisal Amir
5ec4b8e532
feat: revamp ui dropdown list model option (#1977)
* feat: add modal troubleshooting guideline

* resolve inconsistent message hidden

* feat: revamp ui dropdown list model option

* display model id and copy button

* add function copy id model from dropdownlist

* add info concurrently send requests to one active local model
2024-02-10 00:51:16 +07:00
hieu-jan
d518370e5c docs: add Jan installation using Docker 2024-02-09 21:00:39 +07:00
Louis
eb09399fbf
chore: reduce bundle size (#1970)
* chore: reduce bundle size

* chore: trimming langchainjs

* chore: trim pdf-parse
2024-02-09 19:23:56 +07:00
Faisal Amir
bb11bc2933
feat: add modal troubleshooting guideline (#1968)
* feat: add modal troubleshooting guideline

* show app, server log and device specs from user agent

* add function copy app, server log and device specs

* add todo device specs

* update style darkmode for modal troubleshoot

* resolve inconsistent message hidden

* fix: model failed to load but the server started successfully (#1971)

* fix: start server success but modal load failed

* add information model failed load while start server successfully
2024-02-09 18:10:43 +07:00
Daniel
7c37bc63c1 Scaffold the About section 2024-02-09 16:53:29 +08:00
0xSage
7d98ce88aa
Merge pull request #1973 from janhq/update-authors.yml-hieu
docs: add author.yml
2024-02-09 16:50:10 +08:00
0xSage
fe02d038ae
docs: Update authors.yml 2024-02-09 16:46:57 +08:00
0xSage
3a34d5391c
chore: keep slug consistent 2024-02-09 16:38:31 +08:00
0xSage
dd8c0eef8d
chore: update slug 2024-02-09 16:37:12 +08:00
0xSage
15ae120a0e
Merge branch 'dev' into local-server-documentation 2024-02-09 16:33:20 +08:00
hieu-jan
7ae36a3880 docs: add author Henry 2024-02-08 20:27:57 +07:00
Faisal Amir
9e7348e623
fix: RAG enhancements (#1965)
* fix: rag enhancements

* fix: remove auto generate prompt when user attach file

* fix: remove auto generate promp attach file via dropzone

* finalize RAG enhancements

* customize title of action sidebar panel

* remove useless import

* fix miss align retrieval toggle with switch check
2024-02-08 14:38:54 +07:00
Hieu
c85b75610e
Merge branch 'dev' into local-server-documentation 2024-02-08 06:59:26 +07:00
Service Account
dfaab4fd28 janhq/jan: Update README.md with nightly build artifact URL 2024-02-07 20:23:15 +00:00
Hieu
a8c1d70020
Merge pull request #1958 from janhq/feat-umami-integration
feat: integrate umami script locally
2024-02-07 22:45:28 +07:00
Hieu
68d7d1916c
Merge pull request #1956 from janhq/chore/rex-update-author
Update authors.yml Rex
2024-02-07 22:33:28 +07:00
Hieu
e23c2ce130
Merge branch 'dev' into chore/rex-update-author 2024-02-07 22:30:03 +07:00
Hieu
d2c6d9c656
Merge pull request #1955 from janhq/chore/louis-update-author 2024-02-07 22:13:21 +07:00
Hieu
eb532ba185
Merge branch 'dev' into chore/louis-update-author 2024-02-07 22:06:51 +07:00
Hieu
31e6bcb3a3
Merge pull request #1953 from janhq/chore/hien-update-author
Update authors.yml hien
2024-02-07 22:06:20 +07:00
Hieu
cbb8e7935d
Merge branch 'dev' into chore/hien-update-author 2024-02-07 22:03:18 +07:00
hiento09
8feaf24186
Change env Dockerfile.gpu and update README (#1963)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-02-07 21:53:47 +07:00
hiento09
3b0fb4d209
Update docs run Jan Server in Docker mode (#1960)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-02-07 20:39:56 +07:00
hieu-jan
b864a28e64 change to mainpage 2024-02-07 18:51:16 +07:00
hieu-jan
b2659ac14a fix lint issue 2024-02-07 18:37:19 +07:00
hieu-jan
fd36310bb3 feat: integrate umami script locally 2024-02-07 18:23:35 +07:00
Hoang Ha
44a7f0590b
fix: authors.yml 2024-02-07 18:12:32 +07:00
Faisal Amir
9a1b1adc72
fix: update conditional check last status message (#1951)
* fix: update conditional check last status message

* fix: no new message on failed message

---------

Co-authored-by: Louis <louis@jan.ai>
2024-02-07 18:07:12 +07:00
Louis
5890ade451
chore: server download progress + S3 (#1925)
* fix: reduce the number of api call

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

* fix: download progress

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

* chore: save blob

* fix: server boot up

* fix: download state not updating

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

* fix: copy assets

* Add Dockerfile CPU for Jan Server and Jan Web

* Add Dockerfile GPU for Jan Server and Jan Web

* feat: S3 adapter

* Update check find count from ./pre-install and correct copy:asserts command

* server add bundleDependencies @janhq/core

* server add bundleDependencies @janhq/core

* fix: update success/failed download state (#1945)

* fix: update success/failed download state

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

* fix: download model progress and state handling for both Desktop and Web

---------

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

* chore: refactor

* fix: load models empty first time open

* Add Docker compose

* fix: assistants onUpdate

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
Co-authored-by: Hien To <tominhhien97@gmail.com>
Co-authored-by: NamH <NamNh0122@gmail.com>
2024-02-07 17:54:35 +07:00
Hoang Ha
41888650a8
Update authors.yml Rex 2024-02-07 16:11:43 +07:00
Louis
60d4fd1f04
Update authors.yml Louis 2024-02-07 15:52:29 +07:00
hiro
1442479666
Merge pull request #1954 from janhq/chore/add-author-van
chore: Update authors.yml for Van Pham
2024-02-07 15:40:25 +07:00
Van Pham
fe29265ed6
Update authors.yml for Van Pham 2024-02-07 14:02:25 +07:00
hiento09
2fc8f22c00
Update authors.yml 2024-02-07 13:57:21 +07:00
Hieu
8ef33c8de3
Merge pull request #1952 from janhq/chore/add-author-james
chore: add author james
2024-02-07 13:27:01 +07:00
Hieu
5ce16c0341
Merge branch 'dev' into chore/add-author-james 2024-02-07 13:23:03 +07:00
Hieu
1d0128a072
Merge pull request #1950 from janhq/update/add-ashley-author
chore: add author - Ashley
2024-02-07 13:21:13 +07:00
James
893d73596b chore: add author james
Signed-off-by: James <james@jan.ai>
2024-02-07 13:21:02 +07:00
Hieu
47df3907ec
Merge branch 'dev' into update/add-ashley-author 2024-02-07 13:20:51 +07:00
Hieu
d070830d95
Merge pull request #1949 from janhq/chore/add_author_hiro
chore: Add Author - Hiro
2024-02-07 13:19:36 +07:00
Ashley
9dae95a222 add author 2024-02-07 12:17:57 +07:00
hiro
e6ea11e860 chore: Add Author - Hiro 2024-02-07 11:55:32 +07:00
Hieu
97466c71f0
Merge pull request #1947 from janhq/docs
sync current docs branch to dev branch
2024-02-07 10:59:04 +07:00
Van Pham
2f961d7cab
feat: Playwright capture screenshot of Electron desktop app (Jan) on failures (#1934)
* feat: Apply Screenshot on failures

* feat: set timeout by default

* chore: clean up import
2024-02-07 09:41:35 +07:00
Service Account
823f8e0997 janhq/jan: Update README.md with nightly build artifact URL 2024-02-06 20:20:11 +00:00
Faisal Amir
a8cd9724ef
fix: markdown render for chat completion role user (#1944) 2024-02-06 22:46:48 +07:00
Daniel
78d0b1e192 Remove /events page that was causing errors 2024-02-06 23:17:01 +08:00
Daniel
d6cfc3f07a Scaffold Docs Site Structure 2024-02-06 20:50:42 +08:00