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
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
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
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
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
2026-03-04 17:16:52 +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 >
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
a3e2e20735
fix: comfort CI
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
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
taprosoft
edec6142bf
fix: add pylance req for local script-based install bump:patch
2025-03-31 15:05:31 +00:00
taprosoft
fbc2cd4ce5
fix: add matplotlib req for Colab install bump:patch
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
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
Varun Sharma
e3921f7704
fix: selecting search all does not work on LightRAG / NanoGraphRAG ( #627 ) #none
...
* fix: base path
* fix: select all doesn't work
* fix: adding new documents should update the existing index within the file collection instead of creating new one #561
* fix linter issues
* feat: update NanoGraphRAG with global collection search
---------
Co-authored-by: Tadashi <tadashi@cinnamon.is >
2025-02-14 21:13:39 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
0b090896fd
feat: add support for reasoning llm with thought visualization ( #652 ) bump:patch
...
* fix: lanceDB query with empty file_ids
* feat: add thinking display
* feat: add low request mode for local llm
2025-02-05 13:45:12 +07:00
Hideyuki Kagami
f5b2200ffa
fix: update parameter name in AzureAIDocumentIntelligenceLoader ( #593 ) bump:patch
2025-02-03 08:10:10 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
756f46893f
fix: lightrag settings ( #649 ) #none
...
* Update lightrag_pipelines.py
* Update nano_pipelines.py
* fix: lightrag setting prompts
---------
Co-authored-by: RoadToNowhereX <37441177+RoadToNowhereX@users.noreply.github.com >
2025-02-03 08:07:53 +07:00
Tadashi
3b87945ab0
fix: plotly requirements #none
2025-02-02 18:58:37 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
3bd3830b8d
feat: sso login, demo mode & new mindmap support ( #644 ) bump:minor
...
* fix: update .env.example
* feat: add SSO login
* fix: update flowsetting
* fix: add requirement
* fix: refine UI
* fix: update group id-based operation
* fix: improve citation logics
* fix: UI enhancement
* fix: user_id to string in models
* fix: improve chat suggestion UI and flow
* fix: improve group id handling
* fix: improve chat suggestion
* fix: secure download for single file
* fix: file limiting in docstore
* fix: improve chat suggestion logics & language conform
* feat: add markmap and select text to highlight function
* fix: update Dockerfile
* fix: user id auto generate
* fix: default user id
* feat: add demo mode
* fix: update flowsetting
* fix: revise default params for demo
* feat: sso_app alternative
* feat: sso login demo
* feat: demo specific customization
* feat: add login using API key
* fix: disable key-based login
* fix: optimize duplicate upload
* fix: gradio routing
* fix: disable arm build for demo
* fix: revise full-text search js logic
* feat: add rate limit
* fix: update Dockerfile with new launch script
* fix: update Dockerfile
* fix: update Dockerignore
* fix: update ratelimit logic
* fix: user_id in user management page
* fix: rename conv logic
* feat: update demo hint
* fix: minor fix
* fix: highlight on long PDF load
* feat: add HF paper list
* fix: update HF papers load logic
* feat: fly config
* fix: update fly config
* fix: update paper list pull api
* fix: minor update root routing
* fix: minor update root routing
* fix: simplify login flow & paper list UI
* feat: add paper recommendation
* fix: update Dockerfile
* fix: update Dockerfile
* fix: update default model
* feat: add long context Ollama through LCOllama
* feat: espose Gradio share to env
* fix: revert customized changes
* fix: list group at app load
* fix: relocate share conv button
* fix: update launch script
* fix: update Docker CI
* feat: add Ollama model selection at first setup
* docs: update README
2025-02-02 15:19:48 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
5343d0d3ee
fix: openai async ( #585 ) bump:patch
2024-12-24 09:45:15 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
95191f53d9
feat: add web search ( #580 ) bump:patch
...
* feat: add web search
* feat: update requirements
2024-12-23 09:28:24 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
4fe080737a
fix: improve citation logic ( #578 ) bump:patch
2024-12-18 20:27:53 +07:00