From 97ada6940106de8610b8005b87c38b134d42137e Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Fri, 24 May 2024 00:15:48 +0900 Subject: [PATCH] =?UTF-8?q?Update=20README.md=20=20(Typo=20"Azure=20Open?= =?UTF-8?q?=20AI"=E2=86=92"Azure=20OpenAI")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/Azure-Samples/spring-petclinic-langchain4j/blob/main/README.md 3PingMSFTDocs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8807bea..d149948 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Quick Start -The sample project is an AI application that uses Azure Spring Apps and Azure Open AI. The application provides AI assitant functionality in a Spring Pet Clinic application. +The sample project is an AI application that uses Azure Spring Apps and Azure OpenAI. The application provides AI assitant functionality in a Spring Pet Clinic application. You can smoothly get help by having a natural language chat with the AI assistant. The AI assistant can assist you with the following tasks: 1. Querying the registered pet owners @@ -57,4 +57,4 @@ You can also talk with the agent with your own language, like Chinese The problem is that your [Term of Use](https://github.com/showpune/spring-petclinic-langchain4j/blob/master/src/main/resources/petclinic-terms-of-use.txt) is in English, the traditional way is that provide a localized term of use for each language, but you can use openAI to make it easier -We can define a [Retrieval Augmentor](https://github.com/showpune/spring-petclinic-langchain4j/blob/c95a598f4fdaf68a3f331b32ca42ef5ef95e5c17/src/main/java/org/springframework/samples/petclinic/chat/AgentConfig.java#L47C21-L47C39), and translate your ask into English before you retrieve the content \ No newline at end of file +We can define a [Retrieval Augmentor](https://github.com/showpune/spring-petclinic-langchain4j/blob/c95a598f4fdaf68a3f331b32ca42ef5ef95e5c17/src/main/java/org/springframework/samples/petclinic/chat/AgentConfig.java#L47C21-L47C39), and translate your ask into English before you retrieve the content