Commit Graph

308 Commits

Author SHA1 Message Date
Tadashi
602aba5bc7 fix: file limiting in docstore 2025-02-02 13:13:43 +07:00
Tadashi
3aa59bdc9b fix: secure download for single file 2025-02-02 13:13:43 +07:00
Tadashi
a4dbeac343 fix: improve chat suggestion 2025-02-02 13:13:42 +07:00
Tadashi
311a324e53 fix: improve group id handling 2025-02-02 13:13:42 +07:00
Tadashi
f72f689767 fix: improve chat suggestion UI and flow 2025-02-02 13:13:42 +07:00
Tadashi
072ec7468f fix: user_id to string in models 2025-02-02 13:13:42 +07:00
Tadashi
2e0aba3e19 fix: UI enhancement 2025-02-02 13:13:42 +07:00
Tadashi
ca8705949c fix: improve citation logics 2025-02-02 13:13:42 +07:00
Tadashi
f37ecbb02b fix: update group id-based operation 2025-02-02 13:13:41 +07:00
Tadashi
4ac9b682d0 fix: refine UI 2025-02-02 13:13:41 +07:00
Tadashi
85d590a5e7 fix: add requirement 2025-02-02 13:13:41 +07:00
Tadashi
ad8c4cc682 fix: update flowsetting 2025-02-02 13:13:41 +07:00
Tadashi
fc6e5bb084 feat: add SSO login 2025-02-02 13:13:41 +07:00
Tadashi
e9692bb83e fix: update .env.example 2025-02-02 13:13:41 +07:00
Tadashi
3006402d7e docs: update README #none 2025-01-22 15:21:55 +07:00
Tadashi
1f9b52cab2 docs: update README #none 2025-01-22 12:58:40 +07:00
Tadashi
06d3bd4386 docs: update README #none 2025-01-21 10:50:33 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
1c5849c711 docs: improve installation instructions (#620) #none
* docs: update instructions

* fix: typo in CONTRIBUTING.md (#614)

* fix: typo in usage.md (#598)

minor typo fix (tt -> it)

---------

Co-authored-by: Varun Sharma <contactvarun27@gmail.com>
Co-authored-by: natowi <natowi@users.noreply.github.com>
2025-01-13 07:42:47 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
5343d0d3ee fix: openai async (#585) bump:patch v0.9.11 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
v0.9.10
2024-12-23 09:28:24 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
4fe080737a fix: improve citation logic (#578) bump:patch v0.9.9 2024-12-18 20:27:53 +07:00
Tadashi
3bd19f399f fix: tei_fast_rerank logic bump:patch v0.9.8 2024-12-17 17:33:47 +07:00
Elias Judin
54320d08df feat(loader): implement markdown parsing in MathpixPDFReader (#498)
*  feat(loader): implement markdown parsing in MathpixPDFReader

Add functionality to properly handle PDF content:
- Add parse_markdown_text_to_tables method to separate tables and text
- Fix load_data implementation to properly process documents
- Fix lazy_load_data method
- Improve document metadata handling for tables and text sections

The loader now correctly processes PDFs through Mathpix API and converts content to proper Document objects.

* fix(loader): remove super() calls blocking MathpixPDFReader implementation

Remove early returns using super() in load_data and lazy_load_data methods that were preventing the actual implementation from being executed. This fixes the "not implemented" error while maintaining the full PDF reader functionality.
2024-12-17 17:30:17 +07:00
Emmanuel Ferdman
b1e9f98c5a fix: update flowsettings.py reference (#506)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2024-12-17 17:24:33 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
cd87a7e35f fix: UI tab name and reranking process for TeiFastReranking (#576)
* fix: update user-management.md

* fix: reranking process when TeiFastReranking is specified.

---------

Co-authored-by: Ryuichi Takano <45957617+tknrych@users.noreply.github.com>
Co-authored-by: Ryuichi Takano <ryuichi.takano@jp.ricoh.com>
2024-12-17 17:23:54 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
9039b4f32b fix: using a base path breaks file preview (#575)
* fix: using a base path breaks file preview

* fix: comfort precommit

---------

Co-authored-by: Varun Sharma <contactvarun27@gmail.com>
2024-12-17 17:12:27 +07:00
eddprogrammer
a8b8fcea32 fix: add retry to lightrag llm_func call (#572)
* add retry to lightrag llm_func call

* fix: update logic for nanographrag

---------

Co-authored-by: Song Lin <song.lin@kirkland.com>
Co-authored-by: Tadashi <tadashi@cinnamon.is>
2024-12-17 17:02:06 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
1d3c4f4433 feat: add graphrag modes (#574) #none
* feat: add support for retrieval modes in LightRAG & NanoGraphRAG

* feat: expose custom prompts in LightRAG & NanoGraphRAG

* fix: optimize setting UI

* fix: update non local mode in LightRAG

* fix: update graphRAG mode
2024-12-17 16:49:37 +07:00
Tadashi
c667bf9d0a fix: update Dockerfile v0.9.7 2024-12-16 08:41:12 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
7a02cb72af feat: add URL indexing directly from chat input (#571) bump:patch
* feat: enable lightrag by default and add graphrag key check

* feat: add URL indexing from chatbox
v0.9.6
2024-12-15 23:13:52 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
a0c9a6e8de feat: add quick setting for follow up chat suggestions & add more common languages (#556) bump:patch
* feat: add chat suggestion quick setting

* feat: add more common languages

* fix: minor fixes
v0.9.5
2024-12-07 09:19:21 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
6650b15c64 feat: add citation style quick setting (#554) bump:patch v0.9.4 2024-12-05 19:55:59 +07:00
ian
7d8f40e841 docs: add bibtex (#551) #none 2024-12-05 15:13:16 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
b016a84b97 feat: add Google embedding support & update setup (#550) bump:patch v0.9.3 2024-12-04 11:09:57 +07:00
Pedro Lima
159f4da7c9 fix: Remove Collections from all index names (#473)
Co-authored-by: Tadashi <tadashi@cinnamon.is>
2024-12-04 09:40:46 +07:00
Tran Huu Hoang
32732c35de feat: set user being able to set chunk size and overlap for indices (#524)
* 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

* add chunk size and chunk overlap param for indices

* refactor code to pass pre-commit

* fix: minor update logics

---------

Co-authored-by: Tadashi <tadashi@cinnamon.is>
2024-12-04 09:04:50 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
a1fecfac45 feat: add toggle for conversation control sidebar (#546) #none 2024-12-04 07:53:28 +07:00
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