From fd57692d46163e69b772b19ec78f37df417ebf6c Mon Sep 17 00:00:00 2001 From: aice-support Date: Thu, 7 Nov 2024 12:53:54 -0800 Subject: [PATCH] removed curl instruction Signed-off-by: aice-support --- getting-started/README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/getting-started/README.md b/getting-started/README.md index 2fb995cb..3ca323b6 100644 --- a/getting-started/README.md +++ b/getting-started/README.md @@ -1,6 +1,5 @@ # Getting Started with OPEA -In this document, we provide a tailored guide to deploying the ChatQnA application in OPEA GenAI Examples across multiple cloud platforms, including Amazon Web Services (AWS), Google Cloud Platform (GCP), IBM Cloud, Microsoft Azure and Oracle Cloud enabling you to choose the best fit for your specific needs and requirements. For additional deployment targets, see the [ChatQnA Sample Guide](https://opea-project.github.io/latest/examples/ChatQnA/ChatQnA_Guide.html). - +In this document, we provide a tailored guide to deploying the ChatQnA application in OPEA GenAI Examples across multiple cloud platforms, including Amazon Web Services (AWS), Google Cloud Platform (GCP), IBM Cloud, Microsoft Azure and Oracle Cloud Infrastructure, enabling you to choose the best fit for your specific needs and requirements. For additional deployment targets, see the [ChatQnA Sample Guide](https://opea-project.github.io/latest/examples/ChatQnA/ChatQnA_Guide.html). ## Understanding OPEA's Core Components @@ -230,19 +229,6 @@ Given that any information about OPEA was not in the training data for the model We observe that the response is relevant and is based on the PDF uploaded. See the [ChatQnA Sample Guide](https://opea-project.github.io/latest/examples/ChatQnA/ChatQnA_Guide.html) to learn how you can customize the example with your own content. -To interact with the ChatQnA application via a `curl` command: - -```bash -curl http://${host_ip}:8888/v1/chatqna \ - -H "Content-Type: application/json" \ - -d '{ - "messages": "What is OPEA?" - }' -``` -ChatQnA provides the answer to your query as a text stream. - -Modify the `message` parameter in the `curl` command to continue interacting with ChatQnA. - ## What’s Next - Try [GenAIExamples](/examples/index.rst) in-detail starting with [ChatQnA](/examples/ChatQnA/ChatQnA_Guide.rst) example; this is a great example to orient yourself to the OPEA ecosystem.