From cbac389bd4f40161c11f530734715e25b3788761 Mon Sep 17 00:00:00 2001 From: Bohan Feng <45181245+fengb3@users.noreply.github.com> Date: Thu, 27 Mar 2025 00:52:10 +0800 Subject: [PATCH] v0.0.3-alpha4 (#10) * fix upload document for knowledgebase with file * Update version to 0.0.1-alpha3 * merge into main * fix chunking mode naming --- DifySharp/DTOs/KnowledgeBase/DocForm.cs | 2 +- DifySharp/DifySharp.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DifySharp/DTOs/KnowledgeBase/DocForm.cs b/DifySharp/DTOs/KnowledgeBase/DocForm.cs index 0035955..c4bbbb7 100644 --- a/DifySharp/DTOs/KnowledgeBase/DocForm.cs +++ b/DifySharp/DTOs/KnowledgeBase/DocForm.cs @@ -13,7 +13,7 @@ public enum DocForm /// /// Parent-child mode /// - HierarchicalMode, + HierarchicalModel, /// /// Q and A Mode: Generates Q and A pairs for segmented documents and then embeds the questions diff --git a/DifySharp/DifySharp.csproj b/DifySharp/DifySharp.csproj index 9b06739..4f6cbec 100644 --- a/DifySharp/DifySharp.csproj +++ b/DifySharp/DifySharp.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 0.0.3-alpha3 + 0.0.3-alpha4 fengb3 https://github.com/fengb3/DifySharp.git https://github.com/fengb3/DifySharp