IT

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 






 







 


IT

 

 

AI  

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

Web  

 

 

PlayStation  

 

YouTuber  

 





 

 





 

 

 












Doing RAG? Vector search is *not* enough  

46users  
techcommunity.microsoft.com  


I'm concerned by the number of times I've heard, "oh, we can do RAG with retriever X, here's the vector search query." Yes, your retriever for a RAG flow should definitely support vector search, since that will let you find documents with similar semantics to a user's query, but vector search is not enough. Your retriever should support a full hybrid search, meaning that it can perform both a vect



 

2024/06/12 07:43
 













 

















Migrating OCR Enhancement from GPT-4 Turbo Vision Preview to GPT-4 Turbo GA  

4users  
techcommunity.microsoft.com  


The introduction of Optical Character Recognition (OCR) enhancement as a component of the GPT-4 Turbo Vision Preview was aimed at generating higher-quality responses for dense texts, transformed images, and number-heavy financial documents. Although, the recent announcement regarding the GPT-4 Turbo 2024-04-09 General Availability (GA) model indicated that the OCR enhancement is not included in th



 

2024/06/11 12:21
 



 











VBScript deprecation: Timelines and next steps  

21users  
techcommunity.microsoft.com  


Scripting options for web development and task automation are modernizing. To provide you with the most modern and efficient options, we are replacing VBScript with more advanced alternatives such as JavaScript and PowerShell. Find out what VBScript deprecation means for you and how you can get ready. What is VBScript? Visual Basic Scripting Edition, commonly referred to as VBScript, is a lightwei



 

2024/05/23 09:26
 









 











Announcing the AI Toolkit for Visual Studio Code  

14users  
techcommunity.microsoft.com  


We are excited to introduce the AI Toolkit for Visual Studio Code, a powerful VS Code extension available today in the Visual Studio Marketplace. AI Toolkit enables developers to explore, try, fine-tune, and integrate state-of-the-art models from Azure AI Studio and HuggingFace into applications. The AI Toolkit is an evolution of the Windows AI Studio extension that was released in November 2023.



 

2024/05/22 20:20
 















 











Examining the Deception infrastructure in place behind code.microsoft.com  

19users  
techcommunity.microsoft.com  


The domain name code.microsoft.com has an interesting story behind it. Today its not linked to anything but that wasnt always true. This is the story of one of my most successful honeypot instances and how it enabled Microsoft to collect varied threat intelligence against a broad range of actor groups targeting Microsoft. Im writing this now as weve decided to retire this capability. In the pa



 

2024/04/28 18:06
 











 











Exchange Online to introduce External Recipient Rate Limit  

8users  
techcommunity.microsoft.com  


Today, we are announcing that, beginning in January 2025, Exchange Online will begin enforcing an external recipient rate limit of 2,000 recipients in 24 hours. Exchange Online does not support bulk or high-volume transactional email. We have not enforced limiting of bulk email until now, but we plan on doing so with the introduction of an External Recipient Rate (ERR) limit. The ERR limit is per



 

2024/04/22 23:18
 













Three Reasons Why You Should Not Use iPerf3 on Windows  

12users  
techcommunity.microsoft.com  


James Kehr here with the Microsoft Commercial Support  Windows Networking team. This article will explain why you should not use iPerf3 on Windows for synthetic network benchmarking and testing.  Followed by a brief explanation of why you should use ntttcp and ctsTraffic instead. UPDATE (22 April 2024): Various update tags were made throughout the article based on feedback in the comments. Reason




 

2024/04/19 21:11
 









 











Office Scripts is now available for Office 365 Enterprise E1 and Office 365 F3 licenses  

6users  
techcommunity.microsoft.com  


We are happy to announce that Office Scripts in Excel is now available for customers with Office 365 Enterprise E1 and Office 365 F3! Starting today you can find the Office Scripts feature set in the Automate tab on the Excel ribbon. What is Office Scripts? Office Scripts is an automation platform in Excel that allows users with all levels of programming experience to automate their repetitive wor



 

2024/03/19 20:42
 



 











Announcing New DMARC Policy Handling Defaults for Enhanced Email Security  

5users  
techcommunity.microsoft.com  


Domain-based Message Authentication, Reporting & Conformance (DMARC) is a standard that helps prevent spoofing by verifying the senders identity. If an email fails DMARC validation, it often means that the sender is not who they claim to be, and the email could be fraudulent. The p= value (this stands for policy) in a DMARC TXT DNS record represents the senders policy for their domain. It te



 

2024/03/18 14:34
 













 











On Your Data is now Generally Available in Azure OpenAI Service  

6users  
techcommunity.microsoft.com  


We're thrilled to announce the much-anticipated Azure OpenAI Service On Your Data is now generally available! The groundbreaking feature empowers you to leverage the power of OpenAI models, such as GPT-4, and incorporates the advanced capabilities of RAG (Retrieval Augmented Generation) model, directly on your data with enterprise-grade security on Azure. This cutting-edge capability transforms th



 

2024/02/21 08:27
 







 











Introducing Windows Server 2025!  

3users  
techcommunity.microsoft.com  


Introducing Windows Server 2025! Today, we are thrilled to announce the official name of the next release of Windows Server, Windows Server 2025. Windows Server 2025 is driven by your feedback and your desire to embrace a hybrid, adaptive cloud. Here are a few areas were investing in: Windows Server Hotpatching for everyone Next Generation Active Directory and SMB Mission Critical Data & Storage



 

2024/01/27 09:18
 



 











Security Best Practices for GenAI Applications (OpenAI) in Azure  

5users  
techcommunity.microsoft.com  


Introduction GenAI applications are those that use large language models (LLMs) to generate natural language texts or perform natural language understanding tasks. LLMs are powerful tools that can enable various scenarios such as content creation, summarization, translation, question answering, and conversational agents. However, LLMs also pose significant security challenges that need to be addre



 

2024/01/17 13:41
 













 











Azure OpenAI Insights: Monitoring AI with Confidence  

4users  
techcommunity.microsoft.com  


Azure OpenAI Insights: Monitoring AI with Confidence Welcome to the forefront of AI innovation! In the ever-evolving world of Artificial Intelligence, organizations and entities across various sectors are on a quest to leverage advanced technologies efficiently. Azure OpenAI opens a realm of possibilities, offering both challenges and excitement, particularly for those at the early stages of AI ad



 

2024/01/12 18:06
 



 











Create an Azure OpenAI, LangChain, ChromaDB, and Chainlit chat app in AKS using Terraform  

3users  
techcommunity.microsoft.com  


In this sample, I demonstrate how to quickly build chat applications using Python and leveraging powerful technologies such as OpenAI ChatGPT models, Embedding models, LangChain framework, ChromaDB vector database, and Chainlit, an open-source Python package that is specifically designed to create user interfaces (UIs) for AI applications. These applications are hosted in an Azure Kubernetes Servi



 

2024/01/09 20:01
 



 











The evolution of Windows authentication  

15users  
techcommunity.microsoft.com  


As Windows evolves to meet the needs of our ever-changing world, the way we protect users must also evolve to address modern security challenges. A foundational pillar of Windows security is user authentication. We are working on strengthening user authentication by expanding the reliability and flexibility of Kerberos and reducing dependencies on NT LAN Manager (NTLM). Kerberos has been the defau



 

2023/10/12 12:47
 





 











Unveiling the Next Generation of OneDrive  

4users  
techcommunity.microsoft.com  


OneDrive has come a long way since it first launched as a cloud storage provider. OneDrive is now the center of your files experience in Microsoft 365. It goes beyond storing and protecting files. It also powers sharing, collaboration and file security, and its used by people and organizations big and small around the world. OneDrive hosts trillions of files, with nearly 2 billion more files adde



 

2023/10/04 08:19
 



 











Copilot in Windows and new Cloud PC experiences coming to Windows 11  

9users  
techcommunity.microsoft.com  


Integrating artificial intelligence (AI) capabilities into the Windows 11 experience can unlock a new era of productivity for the people across your organization. Today we are offering insights to help you plan better for managing AI capabilities across your Windows estate. Copilot in Windows with Bing Chat Enterprise: availability and control Many people are excited about the availability of gene



 

2023/09/25 19:26
 

















 











Demystifying Azure OpenAI Networking for Secure Chatbot Deployment  

30users  
techcommunity.microsoft.com  


Introduction Azure AI Landing Zones provide a solid foundation for deploying advanced AI technologies like OpenAI's GPT-4 models. These environments are designed to support AI enthusiasts, but it's essential to grasp their networking aspects, especially concerning Platform as a Service (PaaS) offerings. In this article, we'll dive into the networking details of OpenAI Landing Zones, focusing on ho



 

2023/09/23 06:30
 















 











Azure AI Search: Outperforming vector search with hybrid retrieval and ranking capabilities  

8users  
techcommunity.microsoft.com  


A common practice for implementing the retrieval step in retrieval-augmented generation (RAG) applications is to use vector search. This approach finds relevant passages using semantic similarity. We fully support this pattern in Azure AI Search (formerly Azure Cognitive Search) and offer additional capabilities that complement and build on vector search to deliver markedly improved relevance. In



 

2023/09/19 18:29
 













Announcing the Preview of OpenAI Whisper in Azure OpenAI service and Azure AI Speech  

5users  
techcommunity.microsoft.com  


In July we shared with this audience that OpenAI Whisper would be coming soon to Azure AI services, and today  we are very happy to announce  is the day! Customers of Azure OpenAI service and Azure AI Speech can now use Whisper. The OpenAI Whisper model is an encoder-decoder Transformer that can transcribe audio into text in 57 languages. Additionally, it offers translation services from those l



 

2023/09/17 14:20
 

















Coming Soon  Platform SSO for macOS  

3users  
techcommunity.microsoft.com  


Earlier this year we took a big step towards improving customers experience with Apple devices by providing companies with the Microsoft Enterprise SSO plug-in for Apple devices. This plug-in enables Microsoft Entra ID users to have device-wide single sign-on (SSO) for all apps and websites in a consistent, secure, and seamless way. Best of all, it always stays up to date with the latest Microsof



 

2023/08/30 09:19
 













Introducing Microsoft Playwright Testing service private preview  

4users  
techcommunity.microsoft.com  


[Update Oct 4th, 2023] We are excited to announce that the Microsoft Playwright Testing service is now available in Preview! Explore the numerous features and enhancements by reading the announcement. No more waitlists! You can dive straight in and start using the service directly here. ----------------------------------------------------------------------------------------------------------------



 

2023/08/29 15:01
 



 











Announcing Python in Excel: Combining the power of Python and the flexibility of Excel.  

141 users  
techcommunity.microsoft.com  


September Update Python in Excel is now available to all Enterprise, Business, Education, and Family and Personal users running Beta Channel on Windows. This feature will roll out to Excel for Windows first, starting with build 16.0.16818.20000, and then to the other platforms at a later date. Since its inception, Microsoft Excel has changed how people organize, analyze, and visualize their data,



 

2023/08/22 22:42
 















 











Function calling is now available in Azure OpenAI Service  

12users  
techcommunity.microsoft.com  


Over the last couple of years, weve learned just how powerful language models can be.  With the advent of gpt-35-turbo and gpt-4, these models can accomplish more than ever before and we're seeing customers be successful with an array of new scenarios. While these models are incredibly useful on their own, you can accomplish even more by integrating them with other systems and tools. Function cal




 

2023/07/22 07:14
 









 











Azure AD is Becoming Microsoft Entra ID  

10users  
techcommunity.microsoft.com  


Today we announced significant milestones for identity and network access, including the news that Microsoft Azure Active Directory (Azure AD) is becoming Microsoft Entra ID. As part of our ongoing commitment to simplify secure access experiences for everyone, the rebranding of Azure AD to Microsoft Entra ID is designed to make it easier for you to use and navigate the unified and expanded Microso



 

2023/07/12 07:27
 







 











Introducing new and updated models to Azure OpenAI Service  

6users  
techcommunity.microsoft.com  


From Mercedes-Benz enhancing their in-car experiences to AT&T using these models to empower their employees were seeing customers innovate with Azure OpenAI Service like never before. The gpt-35-turbo and gpt-4 models have been a catalyst for widespread adoption of large language models (LLMs), and weve seen tremendous ingenuity from our customers in virtually every industry. Were excited to an



 

2023/07/02 00:48
 





 











The False Identifier Anti-pattern  

10users  
techcommunity.microsoft.com  


Today, wed like to highlight a dangerous anti-pattern in the identity world: the false identifier anti-pattern. An anti-pattern is a common response to a recurring problem thats usually ineffective and risks being highly counter-productive. You may have also heard of thepassword anti-pattern.Today's discussion represents a possibly even more dangerous practice. The false identifier anti-patte



 

2023/06/21 08:09
 









 











Introducing Azure OpenAI Service On Your Data in Public Preview  

30users  
techcommunity.microsoft.com  


We are excited to announce the launch of Azure OpenAI Service on your data in public preview, a groundbreaking new feature that allows you to harness the power of OpenAI models, such as GPT-4, with your own data. This new and highly requested customer capability revolutionizes the way you interact with and analyze your data, providing greater accuracy, speed, and valuable insights. Lets explore t



 

2023/06/20 08:44
 











 











Introducing the Azure Linux container host for AKS  

3users  
techcommunity.microsoft.com  


We are excited to announce the general availability of the Azure Linux container host for Azure Kubernetes Service (AKS). The Azure Linux container host for AKS is a lightweight, secure, and reliable OS platform optimized for performance on Azure. With this platform, you can easily deploy and manage your container workloads using the same proven tooling used by many of Microsofts own services. Th



 

2023/05/28 05:59
 







 








 




























 

Microsoft Community Hub  

 



j

k

l

e

o
 
 
















 









 

















 









 









 







Pro



 




 






App Storeからダウンロード
Google Playで手に入れよう


Copyright © 2005-2024 Hatena. All Rights Reserved.
 





x