Minh141120
388959a1fe
chore: gate check auto updater
2025-08-14 12:39:48 +07:00
Louis
4350d4c9a0
fix: feature toggle for auto updater
2025-08-14 09:58:46 +07:00
Akarshan Biswas
f4661912b0
feat: Add GGUF metadata reading functionality ( #6120 )
...
* feat: Add GGUF metadata reading functionality
This commit introduces a new Tauri command and a corresponding function to read metadata from GGUF model files.
The new read_gguf_metadata command in the Rust backend uses the byteorder crate to parse the GGUF file format and extract key metadata. This information, including the file's version, tensor count, and a key-value map of other metadata, is then made available to the TypeScript frontend.
This functionality is a foundational step toward providing users with more detailed information about their loaded models directly within the application.
This will be refactored later.
fixes : #6001
* loadMetadata() should return
* Properly throw eror to FE
* Use BufReader to improve performance
2025-08-13 22:54:20 +05:30
Nguyen Ngoc Minh
da31675f64
Merge pull request #6161 from menloresearch/ci/fix-tauri-linux-build
...
ci: fix tauri build nightly for linux
2025-08-13 10:35:54 +07:00
Minh141120
156bf8230a
ci: fix tauri build nightly for linux
2025-08-13 10:26:29 +07:00
Faisal Amir
5266583e5b
enhancement: Add support for mmproj models ( #6150 )
2025-08-13 10:05:25 +07:00
Nguyen Ngoc Minh
186e6c5bc9
Merge pull request #6159 from menloresearch/ci/add-disable-updater-input
...
add disable auto updater input for nightly build
2025-08-13 10:04:57 +07:00
Minh141120
c708dce033
add disable auto updater input for nightly build
2025-08-13 09:33:05 +07:00
Nguyen Ngoc Minh
87e542af65
Merge pull request #6143 from menloresearch/ci/add-flag-disable-auto-updater
...
ci: add disable auto update flag
2025-08-12 15:39:19 +07:00
Minh141120
d2389badef
Merge branch 'ci/add-flag-disable-auto-updater' of https://github.com/menloresearch/jan into ci/add-flag-disable-auto-updater
2025-08-12 14:50:16 +07:00
Minh141120
6bec267ef5
ci: add disable auto update flag
2025-08-12 14:50:05 +07:00
Louis
8e22b8959a
Merge pull request #6141 from menloresearch/fix/detail-HF-and-readme-visualization-private-repo
...
fix: visualize readme content for private repo with HF token
2025-08-12 14:08:59 +07:00
Minh141120
2e6d1f6f8d
ci: add disable auto update flag
2025-08-12 13:05:13 +07:00
Louis
34b97e41d9
Merge pull request #6140 from menloresearch/fix/factory-reset-got-blocked
...
fix: factory reset process got blocked
2025-08-12 12:57:17 +07:00
Louis
7b2d0432e6
fix: weird HF readme accessibility
2025-08-12 12:46:57 +07:00
Louis
1a72a592b9
fix: visualize readme content for private repo with HF token
2025-08-12 12:07:25 +07:00
Louis
7c25d1dbfd
fix: HF token is not used while searching repositories ( #6137 )
...
* fix: HF token is not used while searching repositories
* chore: whitelist jan model with tool use support by default
* fix: tests
* fix: duplicate model while searching
* fix: deprecate addSource tests since the function was removed
2025-08-12 11:48:06 +07:00
Louis
8e5fac83fd
fix: deprecate addSource tests since the function was removed
2025-08-12 11:25:47 +07:00
Louis
736790473e
fix: duplicate model while searching
2025-08-12 11:17:00 +07:00
Louis
276a286853
fix: tests
2025-08-12 10:37:00 +07:00
Louis
25a0c14be8
chore: whitelist jan model with tool use support by default
2025-08-12 10:33:41 +07:00
Nguyen Ngoc Minh
a75b9c5027
Merge pull request #6130 from menloresearch/ci/add-path-tauri-nightly-build
...
ci: add path for tauri nightly build
2025-08-11 07:01:16 -07:00
Louis
9ed98614fe
fix: factory reset process got blocked
2025-08-11 19:42:59 +07:00
Minh141120
d5ca195059
ci: add path for tauri nightly build
2025-08-11 17:10:51 +07:00
Bui Quang Huy
f26b7ada50
Merge pull request #6125 from menloresearch/freelerobot-patch-1-1
...
docs: Update 4-goal.md
2025-08-11 17:56:33 +08:00
Nicole Zhu
503c3011e1
Merge pull request #6124 from menloresearch/freelerobot-patch-1
...
docs: Update 3-epic.md
2025-08-11 17:53:31 +08:00
Nicole Zhu
376873b5ee
docs: Update 4-goal.md
2025-08-11 17:40:35 +08:00
Nicole Zhu
15ba8d217f
docs: Update 3-epic.md
2025-08-11 17:39:37 +08:00
Louis
c355649759
fix: HF token is not used while searching repositories
2025-08-11 15:29:50 +07:00
Louis
0bc1bf9f3d
Merge pull request #6119 from menloresearch/fix/bring-back-gpu-detection
...
fix: bring back gpu detection - app data relocate issue
2025-08-11 15:04:41 +07:00
Louis
f3dd26e499
fix: uvx and npx dirs should be not be relocated
2025-08-11 14:33:58 +07:00
Louis
b924156a15
fix: bring back GPU detection
2025-08-11 13:52:20 +07:00
Ramon Perez
4d3c84f1c6
Merge pull request #6118 from menloresearch/rp/jan-docs-v2-blog
...
adding handbook, blog, and changelog to jan docs v2
2025-08-11 15:49:01 +10:00
Ramon Perez
7e3db2f1ff
Update website/src/content/changelog/2023-12-21-faster-inference-across-platform.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:47:07 +10:00
Ramon Perez
4135d8b1e6
Update website/src/content/changelog/2024-11-22-jan-bugs.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:45:43 +10:00
Ramon Perez
dc730412de
Update website/src/content/blog/rag-is-not-enough.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:45:19 +10:00
Ramon Perez
882996a875
Update website/src/content/blog/rag-is-not-enough.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:45:01 +10:00
Ramon Perez
fc56c418d6
Update website/src/content/blog/data-is-moat.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:44:43 +10:00
Ramon Perez
654920b3b4
Update website/src/pages/blog.astro
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:44:22 +10:00
Ramon Perez
c3d4d957cd
Update website/src/content/blog/data-is-moat.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:43:44 +10:00
Ramon Perez
2eeb0b15e8
removed duplicate handbook
2025-08-11 15:40:32 +10:00
Ramon Perez
f97d4d9355
fixed blog
2025-08-11 15:19:54 +10:00
Ramon Perez
f3d0cbb03d
Update website/src/content/changelog/2024-11.14-jan-supports-qwen-coder.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:18:51 +10:00
Ramon Perez
6905eab2b1
Update handbook/why/icp.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:18:03 +10:00
Ramon Perez
c91ddae6ed
Update website/src/pages/changelog/[slug].astro
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:17:03 +10:00
Ramon Perez
a7ab08fa4c
Update website/src/content/changelog/2025-02-18-advanced-llama.cpp-settings.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:16:34 +10:00
Ramon Perez
516c2e5e1d
Update website/src/content/changelog/2024-12-30-jan-new-privacy.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:16:24 +10:00
Ramon Perez
269918c09c
Update website/src/content/docs/handbook/hr/travel.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:16:10 +10:00
Ramon Perez
46c285aa41
Update handbook/team/index.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:16:01 +10:00
Ramon Perez
a93a13b172
Update handbook/sell/marketing.mdx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-11 15:15:43 +10:00