Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump SK to 1.0.0-rc3 , KM to 0.18 #79

Merged
merged 2 commits into from
Dec 11, 2023
Merged

Bump SK to 1.0.0-rc3 , KM to 0.18 #79

merged 2 commits into from
Dec 11, 2023

Conversation

xbotter
Copy link
Collaborator

@xbotter xbotter commented Dec 11, 2023

  • Updated package versions for Microsoft.KernelMemory.Core, Microsoft.SemanticKernel.Abstractions, Microsoft.SemanticKernel.Core, Microsoft.SemanticKernel.Plugins.Core, and Microsoft.SemanticKernel.Plugins.Memory.
  • Fixed code in ERNIE-Bot-Kernel-Memory.Sample/Program.cs and SK-ERNIE-Bot.Sample/Controllers/ApiController.cs.
  • Renamed ERNIE-Bot.KernelMemory/ERNIEBotTextEmbeddingGeneration.cs to ERNIE-Bot.KernelMemory/ERNIEBotTextEmbeddingGenerator.cs.
  • Updated ERNIEBotTextEmbeddingGenerator class to implement ITextEmbeddingGenerator interface.
  • Added MaxTokens property and GenerateEmbeddingAsync method to ERNIEBotTextEmbeddingGenerator class.
  • Added CountTokens method to ERNIEBotTextEmbeddingGenerator class.
  • Updated summary formatting in ERNIEBotTextEmbeddingGenerator class.
  • Added two new model endpoints: XuanYuan_70B_Chat_4bit and ChatLaw.
  • Updated the bge-large-zh and bge-large-en embedding models to include a size of 512.
  • Refactored ERNIEBotKernelBuilderExtensions to simplify code and improve readability.

🔧 Update ModelEndpoints and ERNIEBotKernelBuilderExtensions

  • Added two new model endpoints: XuanYuan_70B_Chat_4bit and ChatLaw.
  • Updated the bge-large-zh and bge-large-en embedding models to include a size of 512.
  • Refactored ERNIEBotKernelBuilderExtensions to simplify code and improve readability.

- Updated package versions for Microsoft.KernelMemory.Core, Microsoft.SemanticKernel.Abstractions, Microsoft.SemanticKernel.Core, Microsoft.SemanticKernel.Plugins.Core, and Microsoft.SemanticKernel.Plugins.Memory.
- Fixed code in ERNIE-Bot-Kernel-Memory.Sample/Program.cs and SK-ERNIE-Bot.Sample/Controllers/ApiController.cs.
- Renamed ERNIE-Bot.KernelMemory/ERNIEBotTextEmbeddingGeneration.cs to ERNIE-Bot.KernelMemory/ERNIEBotTextEmbeddingGenerator.cs.
- Updated ERNIEBotTextEmbeddingGenerator class to implement ITextEmbeddingGenerator interface.
- Added MaxTokens property and GenerateEmbeddingAsync method to ERNIEBotTextEmbeddingGenerator class.
- Added CountTokens method to ERNIEBotTextEmbeddingGenerator class.
- Updated summary formatting in ERNIEBotTextEmbeddingGenerator class.
- Added two new model endpoints: XuanYuan_70B_Chat_4bit and ChatLaw.
- Updated the bge-large-zh and bge-large-en embedding models to include a size of 512.
- Refactored ERNIEBotKernelBuilderExtensions to simplify code and improve readability.

🔧 Update ModelEndpoints and ERNIEBotKernelBuilderExtensions

- Added two new model endpoints: XuanYuan_70B_Chat_4bit and ChatLaw.
- Updated the bge-large-zh and bge-large-en embedding models to include a size of 512.
- Refactored ERNIEBotKernelBuilderExtensions to simplify code and improve readability.
@github-actions github-actions bot added sdk ERNIE-Bot Sdk sk semantic kernel sample labels Dec 11, 2023
@xbotter xbotter merged commit 09c74b8 into main Dec 11, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sample sdk ERNIE-Bot Sdk sk semantic kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant