From dedafdd1086e6c117b57a0fdf72e52bb81ee13e0 Mon Sep 17 00:00:00 2001
From: zyxucp <286513187@qq.com>
Date: Thu, 24 Oct 2024 15:11:25 +0800
Subject: [PATCH] fix sk update bug
---
src/AntSK.Domain/AntSK.Domain.csproj | 2 --
src/AntSK.Domain/Domain/Other/Bge/BgeEmbeddingConfig.cs | 2 +-
src/AntSK.Domain/Domain/Other/KMExcelHandler.cs | 2 +-
src/AntSK.Domain/Domain/Other/QAHandler.cs | 2 +-
src/Directory.Build.props | 4 ++--
5 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/src/AntSK.Domain/AntSK.Domain.csproj b/src/AntSK.Domain/AntSK.Domain.csproj
index 0d431f1b..0102afd5 100644
--- a/src/AntSK.Domain/AntSK.Domain.csproj
+++ b/src/AntSK.Domain/AntSK.Domain.csproj
@@ -29,8 +29,6 @@
-
-
diff --git a/src/AntSK.Domain/Domain/Other/Bge/BgeEmbeddingConfig.cs b/src/AntSK.Domain/Domain/Other/Bge/BgeEmbeddingConfig.cs
index 189cb9aa..b89db1b7 100644
--- a/src/AntSK.Domain/Domain/Other/Bge/BgeEmbeddingConfig.cs
+++ b/src/AntSK.Domain/Domain/Other/Bge/BgeEmbeddingConfig.cs
@@ -1,4 +1,4 @@
-using Microsoft.KernelMemory.AI;
+using Microsoft.KernelMemory.AI.OpenAI;
using Python.Runtime;
using Serilog;
using System;
diff --git a/src/AntSK.Domain/Domain/Other/KMExcelHandler.cs b/src/AntSK.Domain/Domain/Other/KMExcelHandler.cs
index ca0e142e..dcfe4734 100644
--- a/src/AntSK.Domain/Domain/Other/KMExcelHandler.cs
+++ b/src/AntSK.Domain/Domain/Other/KMExcelHandler.cs
@@ -1,7 +1,7 @@
using AntSK.Domain.Domain.Model.Constant;
using AntSK.Domain.Utils;
using Microsoft.Extensions.Logging;
-using Microsoft.KernelMemory.AI;
+using Microsoft.KernelMemory.AI.OpenAI;
using Microsoft.KernelMemory.Configuration;
using Microsoft.KernelMemory.DataFormats.Text;
using Microsoft.KernelMemory.Diagnostics;
diff --git a/src/AntSK.Domain/Domain/Other/QAHandler.cs b/src/AntSK.Domain/Domain/Other/QAHandler.cs
index 5f177da1..5fb5484a 100644
--- a/src/AntSK.Domain/Domain/Other/QAHandler.cs
+++ b/src/AntSK.Domain/Domain/Other/QAHandler.cs
@@ -3,7 +3,7 @@
using AntSK.Domain.Utils;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
-using Microsoft.KernelMemory.AI;
+using Microsoft.KernelMemory.AI.OpenAI;
using Microsoft.KernelMemory.Configuration;
using Microsoft.KernelMemory.DataFormats.Text;
using Microsoft.KernelMemory.Diagnostics;
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 6af848f7..ce49b306 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -1,9 +1,9 @@
- 0.90.241021.1
+ 0.71.240820.1
13.0.3
112.1.0
- 1.24.1
+ 1.17.2