Craig Presti

Results 69 comments of Craig Presti

Thanks for posting, this does sound interesting and I wonder if it would be possible to provide a LLamaSharp implementation along the lines of this sample: https://github.com/microsoft/semantic-kernel/blob/main/samples/dotnet/kernel-syntax-examples/Example16_CustomLLM.cs @dluc make have...

> I can chat with it now, but I feel that the quality of his answer is not as high as chatgpt3.5. What is the reason? I used AzureOpenAI, gpt-35-turbo...

Sorry about this, we brought in a PR last week that was supposed to allow both numbers and strings for that property (Qdrant allows this) and it appears to have...

PR #1313 was merged and should have resolved this, if you have a moment to verify that would be appreciated

You may need to use a guid for the id see https://github.com/microsoft/semantic-kernel/issues/794#issuecomment-1533797386 The next step in improving qdrant support is to add guid validation when a string is used as...

Try updating to the latest nuget that was just released: https://www.nuget.org/packages/Microsoft.SemanticKernel/0.15.230609.2-preview

There are some line and paragraph splitting implementations that you can use today in SK, ie: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/SemanticKernel/Text/TextChunker.cs Another library we've seen used is [Blingfire](https://github.com/microsoft/BlingFire), I've used this in a little...

Makes sense - some related discussion over at #478 @dluc is the prior work something that the community could continue or something the SK team will own?

@XunLi-Nick were you able to get unblocked?