2335 Commits

Author SHA1 Message Date
Service Account
36a8809c64 janhq/jan: Update README.md with nightly build artifact URL 2024-01-27 06:10:20 +00:00
NamH
642d7aacc9
fix: user can't view model setting in local api server (#1807)
* fix: cannot change jan data folder

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

* fix: user can't view model setting in local api server

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

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-01-27 12:56:45 +07:00
hiro
8a6827526a
Merge pull request #1506 from janhq/chore/jan-can-see-rebase
feat: Jan RAG
2024-01-26 23:27:37 +07:00
hiro
28e4405498
feat: support RAG
chore: Update new model.json with multiple binaries

feat: Add updates for handling multiple model binaries

chore: jan can see

Update Model.json (#1005)

* add(mixtral): add model.json for mixtral

* archived some models + update the model.json

* add(model): add pandora 10.7b

* fix(model): update description

* fix(model): pump vers and change the featured model to trinity

* fix(model): archive neuralchat

* fix(model): decapriated all old models

* fix(trinity): add cover image and change description

* fix(trinity): update cover png

* add(pandora): cover image

* fix(pandora): cover image

* add(mixtral): add model.json for mixtral

* archived some models + update the model.json

* add(model): add pandora 10.7b

* fix(model): update description

* fix(model): pump vers and change the featured model to trinity

* fix(model): archive neuralchat

* fix(model): decapriated all old models

* fix(trinity): add cover image and change description

* fix(trinity): update cover png

* add(pandora): cover image

* fix(pandora): cover image

* chore: model desc nits

* fix(models): adjust the size for solars and pandoras

* add(mixtral): description

---------

Co-authored-by: 0xSage <n@pragmatic.vc>

chore: reformat model.json and use new template

fix(Model): download/abort model (#1163)

* fix(Model): download/abort model
* fix: image preview

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

---------

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

add preview and reduce time re-render all chat screen

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

store files under thread_id/files

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

fix: Update llava 1.5 size

fix: Nitro extension path resolver

feat: Add upload preview clearance

chore: Update FileType to multiple targets

fix: delete file preview once new thread created

chore: Add langchain import

support storing pdf file

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

feat: add retrieval tool in node runtime

fix: import module done

Co-authored-by: Louis <louis-jan@users.noreply.github.com>

feat: Add type assistant tool

chore: Add tool_retrieval_enabled to InferenceEngine

chore: Add AssistantTool to thread entity

chore: refactor tool retrieval base class

feat: Add handler for assistant with rag enabled

chore: Update inferenceEngine type properly

chore: Update inferenceEngine type properly

fix: Update retrieval tool

chore: main entry correction

refactor: tsconfig files

chore: Update ModelRuntimeParams type

refactor: Remove unused files

fix: wip

chore: remove unused console.log for FileUploadPreview

fix: Update mapping correctly for engine and proxyEngine

feat: Add proxyEngine to type ModelInfo

fix: WIP with test route

fix: Add bundleDependencies to package.json

chore: remove conversational history memory

fix: refactor data passing

reafactor: remove unused code

fix: Update module

chore: export import correction

fix conflict

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

fix: resolve after rebased

fix: Update llava 1.5 model json

feat: Add bakllava 1 model json

refactor: node module export, ES syntax and langchain import

fix: WIP

fix: WIP

fix: WIP

fix: external module import

fix: WIP

Add UI attachment fot file upload

Prepare Thumbnail UI image

chore: rebase model folder to dev branch

chore: remove multiple binaries related commits

fix: remove multiple binaries related commits part 2

fix: Remove transformer.js related deps

Fix truncate file name attachment

remove unused code image preview attachment

fix: remove multi binaries error

chore: remove commented code for ModelArtifacts type

Dropzone for drag and drop attachment

Avoid conditional showing 0 using length

fix symbol windows

avoid undefined tools

fix: add tool retrieval to true by default and disable the change

chore: remove unused code

fix: Enable nitro embedding by default

fix: Update code WIP with nitro embedding

chore: remove unused running function

fix: assistant extension missing module

feat: Retrieval ingest, query and reforward

fix: Update hnswlib version conflict

fix: Add tool settings

fix: Update path to thread_id/memory

fix: Add support for nitro embedding usage

fix: RAG does not work with plain content message

fix(Model): #1662 imported model does not use gpu (#1723)

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

feat: allow users to update retrieval settings

chore: pass thread assistant settings to assistant extensions

chore: eslint fix

fix bug border right panel showing in thread while not have active thread

Update setting layout retrieval assistant

Renaming file settingcomponent

change default value in core extention

add fake loader generate response

fix conditional fake loader

remove unused import

Proper error message on file typr

fix: loading indicator

fix: chunk size and overlap constraint

conditional drag and drop when retrieval off

fix: enable retrieval middleware as soon as its tool is enabled

fix: configure embedding engine according to request

fix: Retrieval false by default

fix: engine json

chore: migrate assistant

disabled collapse panel when retrieval or children null

chore: remove unused log

chore: Bump nitro version to 0.2.14 for batch embedding

chore: remove unused console.log
2024-01-26 23:12:28 +07:00
Service Account
38f757dd4d janhq/jan: Update README.md with nightly build artifact URL 2024-01-26 13:26:21 +00:00
NamH
23dfb1c12f
fix: cannot change jan data folder (#1805)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-01-26 20:07:18 +07:00
Service Account
8bd539aac5 janhq/jan: Update README.md with nightly build artifact URL 2024-01-26 12:13:58 +00:00
Louis
532a589354
fix: model selection does not show in api settings page (#1802) 2024-01-26 18:57:52 +07:00
Hieu
53e97046aa
docs: update API Reference (#1792)
docs: update API Reference
2024-01-26 18:06:53 +09:00
Service Account
ba07f92636 janhq/jan: Update README.md with nightly build artifact URL 2024-01-26 07:58:45 +00:00
NamH
9fa28d2275
fix: user can't use a model in model hub (#1801)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-01-26 14:41:42 +07:00
Hieu
be720e4cb7
Merge branch 'docs' into update-api-reference 2024-01-26 15:53:56 +09:00
Service Account
c4d56362e2 janhq/jan: Update README.md with nightly build artifact URL 2024-01-26 06:05:46 +00:00
Service Account
2d96b69fdc janhq/jan: Update README.md with nightly build artifact URL 2024-01-26 06:02:39 +00:00
Louis
bdebbca9b5
fix: stop openai inference raises something amiss (#1799) 2024-01-26 12:50:58 +07:00
Service Account
b15650269e janhq/jan: Update README.md with nightly build artifact URL 2024-01-26 05:35:57 +00:00
Faisal Amir
a7edd37bfc
fix: disabled input darkmode (#1800) 2024-01-26 12:19:10 +07:00
NamH
143e76a0de
chore: clean up code and remove some lint suppression (#1777)
* chore: clean up code and remove some lint suppression

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

* Update .gitignore

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
Co-authored-by: Louis <louis@jan.ai>
2024-01-26 12:19:02 +07:00
Service Account
85b58eb824 janhq/jan: Update README.md with nightly build artifact URL 2024-01-26 04:00:07 +00:00
Hieu
6b92e59b7a
Merge branch 'docs' into update-installation-user-and-developer-guide 2024-01-26 12:12:51 +09:00
Hieu
9388125f16
docs: add OpenAI model list (#1794)
docs: add OpenAI model list
2024-01-26 12:00:55 +09:00
hiento09
99025cb02f
CI nightly update trigger to 3AM UTC +7 Tuesday, Wednesday, and Thursday (#1798)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-01-26 09:24:09 +07:00
Service Account
a52d81c79a janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 20:16:35 +00:00
hieu-jan
d26e97f4a7 docs: add OpenAI model list 2024-01-26 01:33:45 +09:00
Service Account
b0d63c988d janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 16:30:09 +00:00
NamH
663bf0c902
fix: clean last message when user clean thread message (#1793)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-01-25 23:14:24 +07:00
Hieu
8c5ba268fb
Merge pull request #1759 from team-dev-docs/devcontainer
adds devcontainer
2024-01-26 01:11:20 +09:00
hieu-jan
4e3f1a522e docs: add additional reasons to somethings amiss 2024-01-26 01:09:24 +09:00
Hieu
dd5d4aecc1
Merge branch 'docs' into update-api-reference 2024-01-26 00:52:27 +09:00
Service Account
e8796a7ad8 janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 15:43:16 +00:00
Service Account
a78e183eeb janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 15:36:30 +00:00
NamH
b2ff76ce80
fix: app log not being printed (#1790)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-01-25 22:29:27 +07:00
Louis
7ed523e183
fix: api settings are not applied on changes (#1789) 2024-01-25 22:19:28 +07:00
Hieu
439a02b38d
Merge branch 'docs' into update-installation-user-and-developer-guide 2024-01-26 00:16:35 +09:00
Hieu
ec479137ae
docs: update 06-unexpected-token.mdx (#1786)
docs: update 06-unexpected-token.mdx
2024-01-26 00:05:11 +09:00
hiento09
49670a84c3
Update 06-unexpected-token.mdx 2024-01-25 21:49:44 +07:00
copyhold
b2b1479fc3 Added focus 2024-01-25 16:38:32 +02:00
hiento09
f4bf8badc8
Merge pull request #1783 from janhq/chore/cherrypick-docs-ci
Docs publish to github page trigger on push to docs branch
2024-01-25 21:27:39 +07:00
hiento09
f0e88d6213 Docs publish to github page trigger on push to docs branch (#1782)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-01-25 21:20:59 +07:00
hiento09
837fa8a82d
Docs publish to github page trigger on push to docs branch (#1782)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-01-25 21:18:45 +07:00
Service Account
b291b3da71 janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 13:12:20 +00:00
Louis
c2310ed030
fix: could not delete model (#1779) 2024-01-25 19:52:54 +07:00
Service Account
75f32614e7 janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 11:27:46 +00:00
Louis
917d69db37
fix: can not start model when server is not enabled from model settings page (#1774) 2024-01-25 18:11:31 +07:00
Service Account
01fcfb7097 janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 10:35:24 +00:00
Faisal Amir
d779c81483
Merge pull request #1772 from janhq/regression/fix-input-port
regression fix: input port not accept alphabets
2024-01-25 17:16:10 +07:00
Faisal Amir
b9584db826 fix: input port local server not accepted alphabets 2024-01-25 16:56:29 +07:00
Service Account
dea35dad9e janhq/jan: Update README.md with nightly build artifact URL 2024-01-25 09:18:42 +00:00
NamH
acc774dc80
fix(Wording): #1758 correct text for windows (#1768)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-01-25 16:02:01 +07:00
NamH
7f55c1bed1
fix(Log): server log is not display in windows (#1764)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-01-25 15:58:45 +07:00