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

Update SemanticKernel packages and console output #68

Merged
merged 1 commit into from
Feb 23, 2025

Conversation

elbruno
Copy link
Collaborator

@elbruno elbruno commented Feb 23, 2025

DETAILS

  • Updated Microsoft.SemanticKernel to version 1.38.0 across multiple project files.
  • Updated Microsoft.SemanticKernel.Connectors.Ollama to version 1.38.0-alpha.
  • Updated Microsoft.SemanticKernel.Connectors.InMemory to version 1.38.0-preview.
  • Updated Microsoft.SemanticKernel.Connectors.AzureAISearch to version 1.38.0-preview.
  • Updated Microsoft.SemanticKernel.Connectors.Qdrant to version 1.38.0-preview.
  • Upgraded Microsoft.Extensions.Configuration.UserSecrets to version 9.0.2.
  • Modified console output in Program.cs to include modelId in AI responses.

DETAILS

- Updated `Microsoft.SemanticKernel` to version `1.38.0` across multiple project files.
- Updated `Microsoft.SemanticKernel.Connectors.Ollama` to version `1.38.0-alpha`.
- Updated `Microsoft.SemanticKernel.Connectors.InMemory` to version `1.38.0-preview`.
- Updated `Microsoft.SemanticKernel.Connectors.AzureAISearch` to version `1.38.0-preview`.
- Updated `Microsoft.SemanticKernel.Connectors.Qdrant` to version `1.38.0-preview`.
- Upgraded `Microsoft.Extensions.Configuration.UserSecrets` to version `9.0.2`.
- Modified console output in `Program.cs` to include `modelId` in AI responses.
@elbruno elbruno requested a review from Copilot February 23, 2025 15:28
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

03-CoreGenerativeAITechniques/src/BasicChat-04OllamaSK/Program.cs:31

  • Ensure that the variable 'modelId' is defined and accessible in this scope. If not, add its declaration or a default value to prevent potential runtime errors.
Console.Write($"AI [{modelId}]: ");

@elbruno elbruno merged commit dd67ddd into main Feb 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant