You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: