#MicrosoftCopilots RSS

#MicrosoftCopilots -

This is one of the most requested features for Copilot Studio. We have added the ability to ask questions with adaptive cards. You can get adaptive card samples or build your own at https://adaptivecards.io. You can try Copilot Studio at https://aka.ms/TryCopilotStudio

Read more

#MicrosoftCopilots -

This video will show you how to configure your Copilot Studio bot for Application Insights and how to log custom telemetry events for your reporting needs. Please feel free to try Copilot Studio at https://aka.ms/TryCopilotStudio

Read more

#MicrosoftCopilots -

In this video I walk you through how to make a mutli-lingual copilot able to switch Generative Answers to support multiple languages. You can try Copilot Studio at https://aka.ms/TryCopilot Studio Sample YAML: kind: AdaptiveDialog beginDialog: kind: OnUnknownIntent id: main priority: -1 actions: - kind: SetVariable id: setVariable_qFmDEj variable: Topic.GenAnswersLocationConfig value: |- =Table( { Lang: "English", 'SearchID': "YourBingCustomSearchID" }, { Lang: "Spanish", 'SearchID': "YourBingCustomSearchID" } ) - kind: SearchAndSummarizeContent id: search-content userInput: =System.Activity.Text variable: Topic.Answer publicDataSource: kind: BingCustomSearchDataSource customConfigurationId: =LookUp(Topic.GenAnswersLocationConfig, Lang = System.User.Language,SearchID) - kind: ConditionGroup id: has-answer-conditions conditions: - id: has-answer condition: =!IsBlank(Topic.Answer) actions: - kind: EndDialog id: end-topic clearTopicQueue: true

Read more

#MicrosoftCopilots -

In this video, I walk you through the difference between using a traditional NLU model for conversational orchestration and Generative Actions which leverages Azure OpenAI. I also cover what is conversational orchestration if you need to understand that as well. You will also learn the benefits of combining Generative Actions and Plugin Actions to get a much more powerful copilot! Please like and subscribe to my videos and leave feedback in the comments. I have many more videos planned.

Read more

#MicrosoftCopilots -

In this exciting video, we delve into the transformative world of "Semantic Memory," a cutting-edge tool that's revolutionizing the fields of data indexing and natural language querying. 🌐 πŸ”₯ Become a Patron (Private Discord): https://patreon.com/WorldofAi β˜• To help and Support me, Buy a Coffee or Donate to Support the Channel: https://ko-fi.com/worldofai - It would mean a lot if you did! Thank you so much, guys! Love yall 🧠 Follow me on Twitter: https://twitter.com/intheworldofai πŸ“… Book a 1-On-1 Consulting Call With Me: https://calendly.com/worldzofai/ai-consulting-call-1 Business Inquires: intheworldzofai@gmail.com [MUST WATCH]: MemGPT: LLMs as Operating System With MEMORY: https://youtu.be/-xzX9o2BeUM?si=VOZaVNJ_lZmQ-u4f Sparse Priming Representation (SPR): 🧠 Giving AI Unlimited Memory!: https://youtu.be/awDkuSwfEQA?si=PSoSvEWZmvJXmvc_ AutoGen Tutorial: Create GODLY Custom AI Agents: https://youtu.be/ijYDTDR4f8k?si=vF6MBpXtsrpMC8X9 [Link's Used]: Blog Post: https://learn.microsoft.com/en-us/semantic-kernel/overview/ Repo: https://github.com/microsoft/kernel-memory Are you ready to unlock the limitless potential of AI and NLP in your projects? Join us as we explore how "Semantic Memory" is changing the game. 🧠 Video Content: πŸ“š Kernel Memory Unleashed: Discover how Kernel Memory (KM) is more than an open-source service and plugin; it's a game-changer. Learn how it streamlines dataset indexing and can even be used as a Docker container, making it your go-to resource for AI applications. πŸ“¦ 🌟 Enhanced Data-Driven Features: See how Kernel Memory seamlessly integrates with the likes of Semantic Kernel, Microsoft Copilot, and ChatGPT. Learn how it elevates data-driven features in applications across popular AI platforms, propelling your projects to new heights. πŸ’‘ 🧊 Unlimited Memory for AI: Find out why MemGPT's approach to providing AI agents with unlimited memory is a monumental advancement. A memory management system that enhances long-term learning and contextual understanding of AI models? It's a game-changer. πŸ“ Sparse Priming Representations (SPRs): Dive into how SPRs empower AI models to retain memory through prompts, ensuring context and knowledge persistence over time. It's the key to maintaining excellence. πŸ“– πŸ€– Semantic Kernel Memory: Get insights into how Microsoft's Semantic Kernel Memory is a versatile and invaluable tool for indexing datasets and enabling natural language querying. Explore its compatibility with various data sources and storage solutions. πŸ›  πŸš€ Ease of Use: Discover a groundbreaking feature that allows users to query datasets in plain English, eliminating the need for complex queries. It's a game-changer for non-technical users. πŸšΆβ€β™‚οΈ πŸ“¦ Data Processing Par Excellence: Learn why the support for asynchronous ingestion queues is vital for real-world applications, ensuring that Semantic Memory keeps up with data processing needs. πŸ’Ό Don't miss out on this opportunity to supercharge your projects with Semantic Memory. Like this video, subscribe to our channel, and share it with your fellow AI enthusiasts. πŸš€ Additional Tags and Keywords: Semantic Memory, AI, NLP, Kernel Memory, Data Indexing, Natural Language Querying, MemGPT, Unlimited Memory, Sparse Priming Representations, Semantic Kernel, Data Processing, ChatGPT, AI Development, Data Management. Hashtags: #SemanticMemory #AI #NLP #UnlimitedKnowledge #DataIndexing #Innovation #MemGPT #DataProcessing #AIEnthusiasts

Read more

#WebChat .container iframe{ width: 100%; height: 100vh; }