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

Interfere with existing Code #1

Open
hannespreishuber opened this issue Jun 1, 2024 · 2 comments
Open

Interfere with existing Code #1

hannespreishuber opened this issue Jun 1, 2024 · 2 comments

Comments

@hannespreishuber
Copy link

Heart of semantic kernel is to call functions or get data, As I understood.
How to solve tasks like
"switch on light in living room"
or
"name of ppedv ceo" use web
or
"best customer in year 2024" use db logic

Looking into the common semantic kernel samples, ther is always a api call to OpenAi or simalar.

@hannespreishuber hannespreishuber changed the title Interfear with existing Code Interfere with existing Code Jun 1, 2024
@elbruno
Copy link
Owner

elbruno commented Jun 5, 2024

Hi @hannespreishuber

Yes, SK can be used to call functions, and also to call services. Some of those services are AI related services like AI Search or LLMs (Azure OpenAI Services or OpenAI APIs). In the same line SK allows to call models running locally.

The 3rd sample shows how to use SK to invoke a local model using ONNX libraries.

@hannespreishuber
Copy link
Author

talking about lab2
and merge to code like https://learn.microsoft.com/en-us/semantic-kernel/overview/?tabs=Csharp

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

No branches or pull requests

2 participants