321 Commits

Author SHA1 Message Date
Tuan Anh Nguyen Dang (Tadashi_Cin)
ab6b3fc529
feat: add quick file selection upon tagging on Chat input (#533) bump:patch
* fix: improve inline citation logics without rag

* fix: improve explanation for citation options

* feat: add quick file selection on Chat input
v0.9.2
2024-11-28 21:12:56 +07:00
Tadashi
f15abdbb23
fix: improve inline citation parsing bump:patch v0.9.1 2024-11-26 20:52:03 +07:00
Tadashi
f3a2a293f2
fix: remove debug print #none 2024-11-25 16:07:56 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
7e34e4343b
feat: add inline citation style (#523) bump:minor
* feat: add URL quick index, export mindmap, refine UI & animation

* fix: inject multimodal mode from env var

* fix: minor update css

* feat: add citation inline mode

* fix: minor update citation inline pipeline

* feat: add citation quick setting

* fix: minor update

* fix: minor update
v0.9.0
2024-11-25 12:07:02 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
013f6f4103
fix: code block overflow in chat (#509) bump:patch v0.8.3 2024-11-20 16:08:31 +07:00
Tadashi
747bff8ee0
fix: minor update bump:patch v0.8.2 2024-11-19 13:39:04 +07:00
Tadashi
8b454db888
fix: Gradio table display with Firefox 2024-11-19 13:35:47 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
664df8ec10
feat: update Docker build with Docling (#501) #none
* feat: refine UI and add go to chat btn

* fix: update Docker file

* fix: update docling in Docker build

* fix: minor update
2024-11-18 20:38:26 +07:00
Tadashi
db2737d309
fix: relocate information panel expand button bump:patch v0.8.1 2024-11-18 16:45:08 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
74124323e8
feat: refine UI and add go to chat btn (#500) bump:minor v0.8.0 2024-11-18 14:48:15 +07:00
Tadashi
d42b4773cb
docs: update mkdocs develop guide #none 2024-11-16 11:09:23 +07:00
Quang (Albert)
56c40f1c05
feat: integrate with docling (#471) bump:patch
* feat: add docling reader implementation

* feat: expose docling to UI

* fix: improve docling output parsing

* docs: update README

---------

Co-authored-by: Tadashi <tadashi@cinnamon.is>
v0.7.9
2024-11-16 10:04:57 +07:00
cin-cris
5b828c213c
fix: fix Application UI using UTC time (#472) bump:patch
* use tzlocal to get the local time

* delete tmp folder

* update date_created and date_updated with current timezone

* pass precommit

* update date_created field default by local time
v0.7.8
2024-11-11 16:51:38 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
6a81c77dd8
fix: update Docker file for graphrag (#477) #none 2024-11-08 17:00:51 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
42a5cbd21e
feat: include light rag build in Docker (#475) #none
* feat: update docker build for lightrag

* feat: update docker build

* feat: update docker build
2024-11-07 21:07:16 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
aeace96c48
feat: add lightrag support (#474) bump:patch
* feat: add lightrag support

* docs: update README
v0.7.7
2024-11-07 17:22:41 +07:00
Pedro Lima
908452cc18
allow chunk_overlap with zero value (#457) #none
Co-authored-by: Tadashi <tadashi@cinnamon.is>
2024-11-05 14:12:52 +07:00
KennyWu
d127fec9f7
feat: support for visualizing citation results (via embeddings) (#461)
* feat:support for visualizing citation results (via embeddings)

Signed-off-by: Kennywu <jdlow@live.cn>

* fix: remove ktem dependency in visualize_cited

* fix: limit onnx version for fastembed

* fix: test case of indexing

* fix: minor update

* fix: chroma req

* fix: chroma req

---------

Signed-off-by: Kennywu <jdlow@live.cn>
Co-authored-by: Tadashi <tadashi@cinnamon.is>
v0.7.6
2024-11-05 14:02:57 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
bd2490bef1
fix: clean chatUI and simplify regen logic (#452) bump:patch v0.7.5 2024-11-02 17:19:10 +07:00
Tadashi
fb241a467c
fix: nano-graphrag import when not installed 2024-10-31 09:22:55 +07:00
Tadashi
cce3639074
fix: update pymupdf version in requirements 2024-10-31 08:32:16 +07:00
Tadashi
f38dd0fe8b
docs: update README #none 2024-10-30 16:26:46 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
280f0d58ce
fix: rewoo citation (#441) #none 2024-10-30 16:20:21 +07:00
cin-klein
66e565649e
feat: integrate nano-graphrag (#433)
* add nano graph-rag

* ignore entities for relevant context reference

* refactor and add local model as default nano-graphrag

* feat: add kotaemon llm & embedding integration with nanographrag

* fix: add env var for nano GraphRAG

---------

Co-authored-by: Tadashi <tadashi@cinnamon.is>
v0.7.4
2024-10-30 15:32:30 +07:00
Khoi-Nguyen Nguyen-Ngoc
19b386b51e
fix: pin python-multipart version to avoid yanking issues with micropip (#436) v0.7.3 2024-10-28 15:13:47 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
f2f192ed72
feat: add toggle dark mode button on main Chat UI (#423)
* feat: add toggle dark mode button on main UI

* docs: update docs
v0.7.2
2024-10-22 18:48:18 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
764fe595f4
feat: add file grouping feature (#416) bump:patch v0.7.1 2024-10-21 12:47:18 +07:00
cin-jimmy
2bc1b01876
docs: update README.md (#404) #none
* docs: update README.md

* feat: prettify commit

* docs: prettify commit

* fix: trim trailing whitespace and prettier

* docs: minor update

* docs: update resources

* docs: minor update

---------

Co-authored-by: Tadashi <tadashi@cinnamon.is>
2024-10-17 15:40:58 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
e6fa1af404
feat: add mindmap visualization (#405) bump:minor v0.7.0 2024-10-17 14:35:28 +07:00
a652
4764b0e82a
fix: update adobe_loader (#399) bump:patch
* Update adobe_loader.py

fix:When initializing the Document, extra_info was not added to the metadata.

* Update adobe_loader.py

Change the method of checking whether extra_info is None.
v0.6.12
2024-10-16 11:01:55 +07:00
Tadashi
c793856d91
docs: update README bump:patch v0.6.11 2024-10-15 22:45:08 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
b113efc855
feat: add web URL loader & refine indexing logics (#397)
* feat: add web URL loader & refine indexing logics

* fix: comfort mypy
2024-10-15 22:42:24 +07:00
Tadashi
41966fcd5b
docs: update README for GraphRAG instructions #none 2024-10-15 08:33:30 +07:00
Tadashi
710e3cce59
docs: update README for GraphRAG instructions #none 2024-10-14 21:46:30 +07:00
ronchengang
8188760f32
feat: allow to use customized GraphRAG settings.yaml (#387) bump:patch
* allow to use customized GraphRAG settings.yaml

* adjust import style

* fix typo

* Added GraphRAG original documentation reference.

* feat: allow to use customized GraphRAG settings.yaml
(#387)

---------

Co-authored-by: Chen, Ron Gang <git@git.com>
v0.6.10
2024-10-14 21:18:34 +07:00
Tadashi
f0f3b4b23e
docs: update README #none 2024-10-14 10:16:43 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
15c7916ad8
fix: improve GRAPHRAG key passing (#384) #none 2024-10-11 12:01:06 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
497cb40aaf
fix: docker multiplatform (#383)
* fix: multiplatform build

* fix: test build
v0.6.9
2024-10-11 10:30:21 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
6da9db489f
fix: add optional graphrag toggle in dockerfile (#377)
* fix: toggle graphrag install in Docker build

* fix: update Dockerfile

* fix: remove unused logics in chat_fn

* fix: disable duckduckgo test due to API limit
v0.6.8
2024-10-10 16:09:57 +07:00
Tadashi
3ff6af8acf
fix: optimize chat suggestion logic v0.6.7 2024-10-10 14:44:50 +07:00
ronchengang
ad34395d0b
update output path logic since GraphRAG has changed the storage config value in the latest release (#374) bump:patch
Co-authored-by: Chen, Ron Gang <git@git.com>
v0.6.6
2024-10-10 11:20:02 +07:00
KennyWu
49a083fd9f
feat: tweak the 'Chat suggestion' feature to tie it to conversations (#341) #none
Signed-off-by: Kennywu <jdlow@live.cn>
2024-10-10 11:02:04 +07:00
Khoi-Nguyen Nguyen-Ngoc
96f58a445a
docs: add contributing guidelines (#359) #none
Co-authored-by: Tadashi <tadashi@cinnamon.is>
2024-10-06 18:12:51 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
dfd00fe752
fix: vastly improve chat UI responsiveness by reordering Gradio events (#360) bump:patch v0.6.5 2024-10-04 17:15:49 +07:00
Tadashi
b01fc217b2
docs: update README #none 2024-10-02 05:47:44 +07:00
taprosoft
76ab3fdd90 fix: check empty Cohere key in rerank v0.6.4 2024-10-01 09:37:09 +00:00
Tadashi
8d3a752710
fix:empty default cohere rerank config v0.6.3 2024-10-01 16:12:24 +07:00
Tadashi
a424a630f2
fix: pass .env.example to Docker and release package bump:patch v0.6.2 2024-10-01 14:49:57 +07:00
taprosoft
89785f5be8 ci: fix release .env v0.6.1 2024-10-01 06:04:11 +00:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
7ac8f0329a
fix: improve Download UI bump:minor (#352)
* fix: rerank test ui

* fix: improve download all UI
v0.6.0
2024-10-01 12:03:19 +07:00