A very critical part of implementing a Generative AI solution that utilizes Retrieval Augmented Generation (RAG) like Microsoft Copilot is the discovery of the most relevant grounding documents. These most relevant grounding documents are then passed to the LLM for use in generating the NLP response. For example, if you want to find out how […]
Read More →Tags: AI
Install, configure, and test GitHub Copilot in Visual Studio 2022
If you have not read or heard about Microsoft Copilot read more about it here. In summary it is a natural language generative AI application that can respond to questions using your proprietary/private data in sentences and paragraphs instead of links. It does much more than that, read the article if you want to find […]
Read More →