Alex Chao
Alex Chao
@Codie-Petersen Hmm I'm not able to reproduce this on my side. Can you clear your pypoetry cache and try again? `rm -rf ~/.cache/pypoetry/`
@ghadlich This PR updates the prompt templating engine for Python! https://github.com/microsoft/semantic-kernel/pull/200 I'd invite you to check it out and give feedback!
Hi @vincilee2! Thank you for your message! So we currently don't support gpt-35-turbo because that is a ChatCompletion model and has a different API than the normal TextCompletion ones like...
We just landed #161! @vincilee2 I'd check that out to get gpt-35-turbo (ChatGPT) working for you. Closing this issue now, but feel free to raise it again if it doesn't...
Hi @zijeibo64270! I'd refer to this example here for how to use the gpt-35-turbo model: https://github.com/microsoft/semantic-kernel/blob/main/samples/dotnet/kernel-syntax-examples/Example17_ChatGPT.cs There will also be another notebook example with this PR: https://github.com/microsoft/semantic-kernel/pull/258
Thanks for sharing this idea @glenchao! We'd be happy to receive a PR from you!
Yup +1 to putting directly in the comments the implementation details if we have to make certain choices on how to use Chroma with the SK.
@joowon-dm-snu @awharrison-28 Do we need to add a line to the requirements to pip install Chroma? If there are concerns for not putting too much bloat into the SK package,...
Agree that this shouldn't need to be called "semantic". I like the phrase "text chunking". As long as you all think implementing various "Chunkers" sounds good and makes sense. In...
Thank you @renrut for picking this up! I'd make sure to refer to the latest change in planner https://github.com/microsoft/semantic-kernel/discussions/170 Adding @jjhenkel and @vivekpandit-msft who can help review and keep you...