Тёмный

02 - Microsoft Semantic Kernel - HelloWorld 

Learn Microsoft AI
Подписаться 2,7 тыс.
Просмотров 6 тыс.
50% 1

Join this channel to get access to perks:
/ @vinothrajendran
#openai #ai #microsoft
Microsoft Semantic Kernel is an open-source SDK that lets you easily combine AI services like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C# and Python. By doing so, you can create AI apps that combine the best of both worlds.
Semantic Kernel is what Microsoft uses to power its own products, like Microsoft 365 Copilot and Bing. It lets you use the same Copilot stack that Microsoft uses to make its apps intelligent while still using your own skills and tools.
Semantic Kernel supports and encapsulates several design patterns from the latest in AI research, such as prompt chaining, recursive reasoning, summarization, zero/few-shot learning, contextual memory, long-term memory, embeddings, semantic indexing, planning, retrieval-augmented generation and accessing external knowledge stores as well as your own data.
Azure open AI :
• Azure Open AI in Bot ...
• Azure Open AI in Bot ...

Опубликовано:

 

15 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 8   
@Jsk_Mohit
@Jsk_Mohit 11 месяцев назад
Getting below error at this line: var result = await regSemanticfunc.InvokeAsync(input) The completion operation does not work with the specified model, gpt-4. Please choose a different model and try again. Any advise?
@VinothRajendran
@VinothRajendran 11 месяцев назад
Find the source code here : github.com/rvinothrajendran/MicrosoftSemanticKernelSamples/tree/main/SKSampleCSharp and check again
@asdasdaa7063
@asdasdaa7063 8 месяцев назад
how to use custom LLM API instead of using openAI/azure/huggingface? for example lets say i have LLM model which works with custom API how can i use it with Semantic Kernel?
@VinothRajendran
@VinothRajendran 8 месяцев назад
Yes, but you need to create your own connector.
@rupenanjaria
@rupenanjaria 7 месяцев назад
Do we have to have paid account of Azure AI service or ChatGPT? if so any way to try MS SK for free? any video on that will be helpful.
@VinothRajendran
@VinothRajendran 7 месяцев назад
I believe it cost only... You can experiment with the LLM local server. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9Bl7aZ_s9nE.html
@sabeenashiju3276
@sabeenashiju3276 10 месяцев назад
How do you use the prompt template config in beta2?
@VinothRajendran
@VinothRajendran 10 месяцев назад
Working on it