2025-03-14 Create your own OpenAI endpoints in Azure Cloud. AIAzureCloudOpenAI AI/ML Previously, we have introduced how to use Azure OpenAI to develop a RAG (Retrieval-Augmented Generation) chatbot. In thi
2025-02-27 Conversational RAG Chatbot - Build a Chatbot with LangChain and Chainlit AIChainlit ChatbotFAISSLangchainOpenAIPythonRAG AI/ML In previous blog, we have converting the PDF documents into the FAISS vector index, and saved in the local. Now, we will
2025-02-24 Conversational RAG Chatbot - Converting PDF Document to Vector AIChatbotFAISSLangchainOpenAIPythonRAG AI/ML IntroductionIn this series of blogs, we will build a RAG(Retrieval-Augmented Generation) chatbot which using WiX(WiXTool
2025-01-23 A RAG Chatbot base on Azure OpenAI AIChatbotFAISSLangChainOpenAIPythonRAGStreamlit AI/ML IntroductionIn this article, we will build a RAG (Retrieval-Augmented Generation) chatbot using Azure OpenAI’s GPT-4 lan
2024-11-05 What is Prompt Engineering? Best Practices and Examples AIGPT-3GPT-4OpenAIPrompt Engineering AI/ML As artificial intelligence (AI) models, especially large language models (LLMs) like OpenAI’s GPT series, have become in
2024-11-01 Understanding the Azure OpenAI GPT-4 API Chat Role Usage AIAzureGPT-4OpenAI AI/ML Azure OpenAI is a service provided by Microsoft that integrates OpenAI’s advanced language models into the Azure cloud p
2023-12-16 理解RAG:信息检索与生成模型的结合 AIOpenAIRAG AI/ML 在人工智能的快速发展中,如何有效地处理和生成自然语言成为了一个关键问题。近年来,RAG(Retrieval-Augmented Generation)系统的出现为这一挑战提供了新的解决方案。本文将深入探讨RAG的概念、出现的背景、原理以及其