dependabot[bot]
33827a1ba8
build(deps): bump Microsoft.SemanticKernel.Abstractions ( #542 )
Bumps [Microsoft.SemanticKernel.Abstractions](https://github.com/microsoft/semantic-kernel ) from 1.1.0 to 1.4.0.
- [Release notes](https://github.com/microsoft/semantic-kernel/releases )
- [Commits](https://github.com/microsoft/semantic-kernel/compare/dotnet-1.1.0...dotnet-1.4.0 )
---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel.Abstractions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Martin Evans
c9c8cd0d62
- Swapped embeddings generator to use `llama_decode`
- Modified `GetEmbeddings` method to be async
1 year ago
xbotter
90815ae7d8
bump sk & km
- bump semantic kernel to 1.1.0
- bump kernel memory to 0.26
1 year ago
Aleksei Smirnov
cc892a5eed
Fix typos in SemanticKernel README file
1 year ago
xbotter
40ac944fb5
Bump sk to 1.0.1
1 year ago
xbotter
213b4be723
bump sk-1.0.0-rc4
1 year ago
xbotter
13a312b4ec
update sk to 1.0.0-rc3 & km to 0.18
1 year ago
xbotter
a2b26faa7a
🔧 Refactor chat completion implementation
- Refactored the chat completion implementation in `LLamaSharpChatCompletion.cs` to use `StatelessExecutor` instead of `InteractiveExecutor`.
- Updated the chat history prompt in `LLamaSharpChatCompletion.cs` to include a conversation between the assistant and the user.
- Modified the `HistoryTransform` class in `HistoryTransform.cs` to append the assistant role to the chat history prompt.
- Updated the constructor of `LLamaSharpChatCompletion` to accept optional parameters for `historyTransform` and `outputTransform`.
- Modified the `GetChatCompletionsAsync` and `GetChatCompletions` methods in `LLamaSharpChatCompletion.cs` to use the new `StatelessExecutor` and `outputTransform`.
- Updated the `ExtensionMethods.cs` file to include the assistant and system roles in the list of anti-prompts.
2 years ago
Ian Foutz
060d7c273d
Added a converter similar to the Open AI one
2 years ago
xbotter
15db931a66
bump semantic kernel 1.0.0-beta8
2 years ago
xbotter
6c31f69720
bump semantic kernel to 1.0.0-beta-6
2 years ago
Yaohui Liu
502bb73b1e
fix typo.
2 years ago
Yaohui Liu
d7675f7936
Merge branch 'master' of github.com:AsakusaRinne/LLamaSharp into cuda_detection
2 years ago
Yaohui Liu
4d2c5f1003
build: change nuget configuration for cuda detection.
2 years ago
Chirag Karia
aa5e1ad541
Add ignoreCase parameter to ToLLamaSharpChatHistory extension method
2 years ago
Chirag Karia
1b4659dff9
Update ToLLamaSharpChatHistory extension method to be public and support semantic-kernel author roles
2 years ago
Yaohui Liu
6a7e74e71b
build: add package for kernel-memory integration.
2 years ago
xbotter
ab83016fb4
chore: update semantic kernel examples
2 years ago
Daniel Vaughan
10a7d68330
Change to nullable cast in LLamaSharpTextCompletion.
2 years ago
Daniel Vaughan
f64a54c9c8
Support SemanticKernel 1.0.0-beta1
2 years ago
Tim Miller
abeab9f0a1
Bump dependencies
2 years ago
Tim Miller
dced651f8b
Allow setting ChatRequestSettings Defaults and ChatSession
2 years ago
sa_ddam213
70b36f8996
Add Microsoft.Extensions.Logging.Abstractions, update any required deps
2 years ago
Yaohui Liu
3067e01a4b
build: add package info for LLamaSharp.semantic-kernel
2 years ago
Tim Miller
94a395240a
Bump example, readme
2 years ago
Tim Miller
521f068d64
Add Embedding for Semantic Kernel
2 years ago
Tim Miller
d4a57fffef
README, Cleanup
2 years ago
Tim Miller
2bde188c64
Change Namespace
2 years ago
Tim Miller
a81edacbfb
Remove embedding for now
2 years ago
Tim Miller
98bfbe1d50
Update
2 years ago
Tim Miller
9a1d6f99f2
Add Semantic Kernel support
2 years ago