GSD Agent
2d00ea3dd9
test: updae unit tests
2026-05-30 13:52:26 +00:00
GSD Agent
4e8227ab4c
fix: ensures proper cleanup of event listeners before replacing the Tribute instance.
2026-05-30 13:12:05 +00:00
GSD Agent
baa9694d93
fix: render file mentions as HTML and support unquoted names
2026-05-30 13:09:03 +00:00
GSD Agent
40a98d3366
fix: use chat_input_text for llm input instead of the UI display message
2026-05-30 12:57:04 +00:00
GSD Agent
deac838c67
docs: update installation doc with uv
2026-05-30 12:27:41 +00:00
GSD Agent
8246c10dfd
fix: disable enable_mkldnn for cpu inference
2026-05-30 12:12:23 +00:00
GSD Agent
598f1e1909
fix: updating mcp server must reflect in the tool choice UI
2026-04-03 11:28:18 +00:00
GSD Agent
aaac893864
docs: add integration guides for PaddleOCR and Docling
2026-04-03 11:28:18 +00:00
GSD Agent
cd43ec7519
feat: parameterize CUDA version in Dockerfile for paddlepaddle installation
2026-04-03 11:28:18 +00:00
GSD Agent
0e88320510
fix: allow configure paddleocr device with env
2026-04-03 11:28:18 +00:00
cin-niko
4849c96fa5
fix: paddleocr[all] -> paddleocr[doc-parser]
2026-04-03 11:28:18 +00:00
cin-niko
1b9cb14e6c
fix: reset chunk preview filter when re-selecting file
2026-04-03 11:28:18 +00:00
cin-niko
8907a41468
tests: add skip_when_paddleocr_not_installed
2026-04-03 11:28:18 +00:00
cin-niko
683224814c
tests: update unit tests
2026-04-03 11:28:18 +00:00
cin-niko
0b3f733311
fix: docker gpu stage for paddleocr
2026-04-03 11:28:18 +00:00
cin-niko
71f2c885c9
fix: parse image block content
2026-04-03 11:28:18 +00:00
cin-niko
6776d249dc
tests: update
2026-04-03 11:28:18 +00:00
cin-niko
dc745f4fca
fix: paddleocr output adapter
2026-04-03 11:28:18 +00:00
cin-niko
af4cf3f62b
feat: restore the test connection panel in resources
2026-04-03 11:28:18 +00:00
cin-niko
d2f77e1536
fix: support both urls and mention files when chatting
2026-04-03 11:28:18 +00:00
cin-niko
cca9accb62
fix: import
2026-04-03 11:28:18 +00:00
cin-niko
4de32cad34
feat: feat: integrate paddleocr (PaddleOCR-VL, PP-StructureV3)
2026-04-03 11:28:18 +00:00
cin-niko
224b4e5430
fix: enhance UI (file filter, chunks preview, lightrag reader settings)
2026-04-03 11:28:18 +00:00
cin-niko
0735a54fb1
fix: shorter placeholder guide in chat
2026-04-03 11:28:18 +00:00
cin-niko
1b514a5940
fix: enhance mention @ (file, websearch) in chat
2026-04-03 11:28:18 +00:00
cin-niko
2c6bd0cd4f
docs: typo
2026-04-03 11:28:18 +00:00
Kudo Khang
4015bb0f7c
fix: update default Cohere rerank model to rerank-v4.0-fast
v0.11.3
2026-03-28 23:29:42 +07:00
Khoi-Nguyen Nguyen-Ngoc
155e590720
feat: support MCP tools and enhance resource updating with renaming c… ( #813 )
...
* feat: support MCP tools and enhance resource updating with renaming capabilities.
* chore: styling
* tests: update unit tests
* fix: hightlight error
* fix: uv build in docker
* fix: keep original action name
v0.11.2
2026-03-04 17:16:52 +07:00
Daniel Kwak
fe52d208e2
✨ feat(build): add uv package manager support for faster installation ( #790 )
...
- Add uv workspace configuration to pyproject.toml
- Create run_uv.sh script for automated uv-based installation
- Update README with uv installation option (10-100x faster than conda)
- Add uv.lock for reproducible builds
- Maintain backward compatibility with existing conda setup
- Fix known dependency conflicts (hnswlib, chroma-hnswlib)
Benefits:
- Faster dependency resolution (seconds vs minutes)
- Simplified installation process (~50 lines vs 200+ lines)
- Cross-platform compatibility
- Reproducible builds with lock file
- Better development experience
- Automatic Python version management
Co-authored-by: Your Name <your.email@company.com >
v0.11.1
2026-02-27 16:47:03 +07:00
Khoi-Nguyen Nguyen-Ngoc
37cdc28ceb
fix: add validation to avoid path-traversal vulnerabilities ( #755 )
...
* fix: add validation to avoid path-traversal vulnerabilities
* fix: update init value is_safe
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* refactor: extract zip check
* fix: dont need to check relative path
* fix: disable check zip file (zipfile have taken it)
---------
Co-authored-by: kan_cin <kan@cinnamon.is >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: phv2312 <kat87yb@gmail.com >
v0.11.0
2025-07-02 14:50:40 +07:00
kan_cin
ec1f6abdc4
fix: typo lancedb ( #760 )
2025-07-01 17:11:22 +07:00
mginfn
ffe766f24d
chore: added base_url parameter to CochereReranking ( #743 )
...
Co-authored-by: Mauro Gattari <mauro.gattari@infn.it >
2025-06-05 16:35:00 +07:00
TommasoMoroHtx
833982ac81
fix(docstore): preserve retrieval ranking order in lancedb get() ( #745 )
2025-06-05 16:08:49 +07:00
Pang Chun Lam
ddb5187293
fix: scope is not passd to vector store query ( #747 )
2025-06-05 16:08:40 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
5132288386
feat: add VoyageAI's rerank and embeddings models ( #733 ) #none
...
* Introducing VoyageAI's rerank and embeddings models
* fix: comfort CI
* fix: update test case
---------
Co-authored-by: fzowl <zoltan@voyageai.com >
2025-04-15 15:54:23 +07:00
Amin
c33bedca9e
feat: add options for Mistral AI ( #707 ) #none
...
* add Mistral AI emb AI embedding vendor, types
* add mistral env setting to example
* add mistral LLM option
* chore: fix default embedding back to normal
* fix: comfort CI
---------
Co-authored-by: Tadashi <tadashi@cinnamon.is >
2025-04-15 15:11:22 +07:00
Ben Dykstra
9b05693e4f
feat: add structured output to openai ( #603 ) #none
...
* add structured output to openai
* remove notebook, modify prepare output method
* fix: comfort precommit
---------
Co-authored-by: Tadashi <tadashi@cinnamon.is >
2025-04-15 14:54:23 +07:00
Christopher Kao
6f4acc979c
fix: update Docling call to generate figure caption #729 #none
2025-04-15 14:37:36 +07:00
Tadashi
54abe1a535
ci: disable fly deployment #none
2025-04-15 08:28:52 +07:00
Tadashi
a3e2e20735
fix: comfort CI
v0.10.7
2025-04-01 11:33:48 +07:00
Benno Löffler
911b20caf0
fix: error 'history_messages' with LightRAG latest version ( #719 ) bump:patch
...
* fix: Error: 'history_messages' with LightRAG
* added comment
v0.10.6
2025-04-01 11:31:44 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
2ffe374c2f
feat: add index batch size setting for lightrag ( #720 ) #none
2025-04-01 11:31:06 +07:00
Tzzed
79a5f064a2
fix: rename nonexistent function call in update_macos.sh script ( #687 ) #none
2025-04-01 11:28:30 +07:00
taprosoft
edec6142bf
fix: add pylance req for local script-based install bump:patch
v0.10.5
2025-03-31 15:05:31 +00:00
taprosoft
fbc2cd4ce5
fix: add matplotlib req for Colab install bump:patch
v0.10.4
2025-03-31 14:53:01 +00:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
86b3ee8b29
fix: update Dockerfile ( #718 ) #none
2025-03-31 13:57:40 +07:00
Tadashi
8f87ddfb31
fix: update default params in sso mode #none
2025-02-14 21:40:23 +07:00
Tadashi
c51c1fce77
fix: windows encoding python bump:patch
v0.10.3
2025-02-14 21:36:55 +07:00
Varun Sharma
952026da6c
fix: ValueError breaks Ui #629 ( #630 ) #none
2025-02-14 21:33:35 +07:00
Jinke
8b04f8475a
fix: encoding error after brand new installation ( #654 ) #none
...
fix: encoding error after brand new installation
2025-02-14 21:32:39 +07:00