Commit Graph

  • 8dd401e668 feat: poolize the ops trace instance Yingchun Lai 2025-03-16 23:57:21 +0800
  • fa275b9fdc feat: support huawei cloud vector database elvisliu 2025-03-18 23:35:04 +0800
  • 8dc83a1701 fmt Yingchun Lai 2025-03-18 23:26:55 +0800
  • 86b1295efa feat: enhance JSON schema editor with keyboard shortcuts and additional properties validation twwu 2025-03-18 23:14:38 +0800
  • 44be94d5b5 feat: add AJV for JSON schema validation and improve error handling twwu 2025-03-18 22:34:40 +0800
  • 1400e6717f fix: code lint 刘江波 2025-03-18 21:45:13 +0800
  • 0a14c5ef67 add kubernetes yaml for dify wyy 2025-03-18 21:42:34 +0800
  • 605a479e4d chore: use ConversationService.get_conversation instead of AgentChatAppGenerator._get_conversation_by_user and remove conversation.status == "normal" check 刘江波 2025-03-18 21:38:02 +0800
  • 43b5d6ac6a fix: code lint 刘江波 2025-03-18 21:20:08 +0800
  • 6703a8e9be fix: code lint 刘江波 2025-03-18 21:09:49 +0800
  • 8b2cc54404 fix: response_format include Json and json_object 刘江波 2025-03-18 20:44:16 +0800
  • 04ec205104
    Merge branch 'langgenius:main' into feat-add-childchunk-api GuanMu 2025-03-18 20:42:34 +0800
  • ac80c04bd3
    chore: bump version to 1.1.0 (#16128) 1.1.0 -LAN- 2025-03-18 20:01:24 +0800
  • fa9b767bf2
    fix chatflow metadata field name (#16130) Jyong 2025-03-18 19:40:42 +0800
  • 925ffbf76d fix weaviate delete issue jyong 2025-03-18 19:38:09 +0800
  • faed907240 refactor: ensure return type consistency in get_child_chunk_by_id and get_segment_by_id methods in SegmentService ZeroZ_JQ 2025-03-18 19:24:44 +0800
  • 35a0bc3e56
    chore: bump plugin-daemon to 0.0.5 -LAN- 2025-03-18 19:18:12 +0800
  • 5539cb3bab refactor: streamline method calls and formatting in segment.py and dataset_service.py for improved readability and consistency ZeroZ_JQ 2025-03-18 19:08:28 +0800
  • 632476ce29 refactor: format query for dataset retrieval in DatasetChildChunkApi for improved readability ZeroZ_JQ 2025-03-18 19:07:25 +0800
  • 13b2aabf90 refactor: remove unused ChildChunkUpdateArgs import for improved clarity ZeroZ_JQ 2025-03-18 19:03:34 +0800
  • 3bfc24860a refactor: simplify document, segment, and child chunk retrieval in DatasetChildChunkApi for improved clarity ZeroZ_JQ 2025-03-18 19:03:23 +0800
  • e146f1a08d refactor: remove extra space in import statement for improved consistency ZeroZ_JQ 2025-03-18 18:25:31 +0800
  • b53888a79e refactor: replace direct ChildChunk queries with SegmentService.get_child_chunk_by_id for improved code clarity and maintainability ZeroZ_JQ 2025-03-18 18:25:23 +0800
  • bfe5eb94c0 refactor: replace direct DocumentSegment queries with SegmentService.get_segment_by_id for improved code clarity and maintainability ZeroZ_JQ 2025-03-18 18:12:46 +0800
  • b496bba3d2 refactor: reorder import statements in dataset_service.py for improved clarity ZeroZ_JQ 2025-03-18 17:58:07 +0800
  • 8203899907 refactor: implement update_segment_by_id method for segment updates with validation and checks ZeroZ_JQ 2025-03-18 17:57:52 +0800
  • eb22554448 refactor: enhance get_segments method signature for improved type hinting and clarity ZeroZ_JQ 2025-03-18 16:50:26 +0800
  • f9bdc9917a refactor: update SegmentApi to use new get_segments method for improved clarity and efficiency ZeroZ_JQ 2025-03-18 16:49:47 +0800
  • 3c10b7ceca refactor: reorder import statements in segment.py for improved clarity ZeroZ_JQ 2025-03-18 16:21:30 +0800
  • 2a418f618e refactor: rename and reorganize child chunk API classes for clarity and consistency ZeroZ_JQ 2025-03-18 15:57:36 +0800
  • c93597ac68
    chore: bump version to 1.1.0 -LAN- 2025-03-18 18:53:07 +0800
  • 4f27d5d987
    refactor: remove max token limit from history prompt methods and related calculations feat/remove-llm-token-calc -LAN- 2025-03-18 18:48:29 +0800
  • 89de8ea481 add JSONType and json_index for db compatible He Wang 2025-03-13 20:40:04 +0800
  • 27d5535b54 fix: improve exception handling and resource cleanup in HTTP request executor zhouyy 2025-03-18 17:59:52 +0800
  • 94f9cc7c90
    Merge branch 'langgenius:main' into feat-add-childchunk-api GuanMu 2025-03-18 17:59:23 +0800
  • cd280db4f7
    Update api/core/app/features/rate_limiting/rate_limit.py crazywoola 2025-03-18 17:58:32 +0800
  • 98f6c516f1 Merge branch 'main' of github.com:chowyu12/dify zhouyy 2025-03-18 17:56:17 +0800
  • 0810fec214 Merge branch 'main' of https://github.com/cyflhn/dify into main cyflhn 2025-03-18 17:23:07 +0800
  • abeaea4f79
    Support knowledge metadata filter (#15982) Jyong 2025-03-18 16:42:19 +0800
  • b65f2eb55f
    fix embedding model name translate issue (#16111) Jyong 2025-03-18 16:41:35 +0800
  • 7dbbb277e6 fix weaviate delete issue jyong 2025-03-18 16:29:59 +0800
  • 7d620ffd5e
    Feat:app list dark mode (#16110) KVOJJJin 2025-03-18 16:21:53 +0800
  • d7ccfeb811 fix embedding model name translate issue jyong 2025-03-18 16:21:38 +0800
  • b8f9037cd3 Merge branch 'e-0154' into deploy/enterprise NFish 2025-03-18 16:13:14 +0800
  • 02606ba3c7 fix: cannot update webapp copyright info NFish 2025-03-18 16:09:02 +0800
  • 30863d2208 fix:Fix the error when using conversation variables during single-step debugging of iterative nodes. feat/loop Dongyu Li 2025-03-18 16:05:18 +0800
  • c48168084f Merge branch 'feat/edu-version' into deploy/dev zxhlyh 2025-03-18 16:01:55 +0800
  • 5fa8709989 fix: education verify feat/edu-version zxhlyh 2025-03-18 16:01:25 +0800
  • 79311d3fb5 Merge branch 'e-0154' into deploy/enterprise GareArc 2025-03-18 03:53:18 -0400
  • 31086a1fbf feat: add webapp copyright feature GareArc 2025-03-18 03:53:07 -0400
  • 30b868425d dataset footer jZonG 2025-03-18 15:48:17 +0800
  • d57c82bfa8 poetry lock jyong 2025-03-18 15:44:54 +0800
  • 80a928a7b1 Merge branch 'feat/llm-struct-output' of https://github.com/langgenius/dify into feat/llm-struct-output twwu 2025-03-18 15:43:03 +0800
  • 4a93aba8ba feat: refactor JSON schema visual editor with new context and store management twwu 2025-03-18 15:42:58 +0800
  • c47f949097 poetry lock jyong 2025-03-18 15:40:02 +0800
  • 5c34d41aea Merge branch 'main' into feat/support-knowledge-metadata jyong 2025-03-18 15:38:10 +0800
  • 7b692007dc feat: LLM nodes support the selection of json variables when the response_format is json_object under workflow. 刘江波 2025-03-18 15:35:13 +0800
  • 320ab65280 poetry lock jyong 2025-03-18 15:31:06 +0800
  • f2a08302ae fix: lint crazywoola 2025-03-18 15:18:52 +0800
  • 984499ee96 fix: properly handle resource cleanup in http request executor zhouyy 2025-03-12 18:11:49 +0800
  • 683b4ac615 fix: properly close pdf reader resources in pdf_extractor zhouyy 2025-03-12 18:00:16 +0800
  • a75e77e156 fix: can not set llm struct the right var type Joel 2025-03-18 15:15:29 +0800
  • 5211e7f7c7
    Merge branch 'langgenius:main' into feat-add-childchunk-api GuanMu 2025-03-18 15:11:53 +0800
  • 02409be679 Merge branch 'feat/edu-version' into deploy/dev zxhlyh 2025-03-18 15:11:03 +0800
  • ce180706d0 fix: search school zxhlyh 2025-03-18 15:10:33 +0800
  • fd785a40b5 refactor: reorder imports in segment.py for improved readability ZeroZ_JQ 2025-03-18 15:09:13 +0800
  • 7a647cf18e feat: implement JSON schema depth validation and update related components twwu 2025-03-18 15:09:08 +0800
  • 6f6ba2f025
    fix(api): enhance provider model records handling for missing langgenius providers (#16089) Yeuoly 2025-03-18 15:07:53 +0800
  • 33ba7e659b
    fix vector db sql injection (#16096) Jyong 2025-03-18 15:07:29 +0800
  • eabdf4f226
    Merge branch 'langgenius:main' into feat-add-childchunk-api GuanMu 2025-03-18 15:03:48 +0800
  • 2cebbb0bbc dark mode for app list & dataset list jZonG 2025-03-18 15:01:48 +0800
  • 750ec55646
    doc: auto correct the doc using autocorrect close #16091 (#16092) yihong 2025-03-18 14:57:14 +0800
  • 6ae5d052e5 Merge branch 'e-0154' into deploy/enterprise NFish 2025-03-18 14:55:36 +0800
  • c794ecf101 fix: user can edit webapp copyright info only if webapp_copyright_enabled is true NFish 2025-03-18 14:54:18 +0800
  • 8191cb8e9a
    Merge branch 'langgenius:main' into feat-add-childchunk-api GuanMu 2025-03-18 14:48:02 +0800
  • 24a7ea19ed fix: model settings Yeuoly 2025-03-18 14:45:28 +0800
  • c53a0db4e0
    feat: remove pre-calculation of token counts in ChatAppRunner -LAN- 2025-03-18 14:40:54 +0800
  • 832d1ada20
    chore: mark invoke_llm as deprecated with a reference to the issue -LAN- 2025-03-18 14:40:24 +0800
  • cab8391206 poetry lock jyong 2025-03-18 14:39:49 +0800
  • 8b71586c60 Merge branch 'main' into feat/support-knowledge-metadata jyong 2025-03-18 14:37:23 +0800
  • 86d3fff666
    fix: respect resolution settings for vision for basic chatbot, text generator, and parameter extractor node (#16041) kurokobo 2025-03-18 15:37:07 +0900
  • c8dbb4bd0f fix vector db sql injection jyong 2025-03-18 14:34:34 +0800
  • 5b897b330f feat: add the function of left folding in the exploration column(#10850) Xiaoba Yu 2025-01-10 18:20:12 +0800
  • 113aeab299 feat(api): add endpoints for managing child chunks in dataset documents ZeroZ_JQ 2025-03-18 14:29:17 +0800
  • 84afd64349 feat(api): update dataset document endpoints for indexing status and management ZeroZ_JQ 2025-03-18 14:27:40 +0800
  • 669b8f3868 doc: auto correct the doc using autocorrect close #16091 yihong0618 2025-03-18 14:27:23 +0800
  • cc009e9f20 fix(api): enhance provider model records handling for missing langgenius providers Yeuoly 2025-03-18 14:19:50 +0800
  • e5c483da57 mypy check jyong 2025-03-18 14:16:58 +0800
  • e91531fc23
    fix: error in migrate_annotation_vector_database when exec vdb-migrate (#15937) Naoki KOBAYASHI 2025-03-18 15:15:48 +0900
  • 6945e763e9
    Merge branch 'langgenius:main' into feat-add-childchunk-api GuanMu 2025-03-18 14:05:24 +0800
  • dd060746a1 chore: remove unused move_section.js file ZeroZ_JQ 2025-03-18 14:04:06 +0800
  • 9b311f8196 feat(api): implement CRUD operations for child chunks in dataset API ZeroZ_JQ 2025-03-18 13:59:30 +0800
  • 2524f16525
    support config filename in meta for create_blob_message (#15605) StoneFancyX 2025-03-18 13:59:00 +0800
  • d887aae012 Merge branch 'e-0154' into deploy/enterprise GareArc 2025-03-18 01:55:38 -0400
  • 1b1e96eff7 fix: typo GareArc 2025-03-18 01:55:27 -0400
  • 9b522bd820 feat(api): add child chunk management endpoints for segments in dataset API ZeroZ_JQ 2025-03-18 13:51:19 +0800
  • 239aee4883 fix: lint crazywoola 2025-03-18 13:50:50 +0800
  • c87202a20b fix a logic problem. StoneFancyX 2025-03-13 13:15:13 +0800
  • 31c2982096 support config filename in meta for create_blob_message StoneFancyX 2025-03-12 12:51:02 +0800
  • ffe08a35a4 Merge branch 'feat/llm-struct-output' of https://github.com/langgenius/dify into feat/llm-struct-output twwu 2025-03-18 13:42:14 +0800