From 039cde7893513c21f78f6b07b9ce3b5bf97d9626 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:21:34 +0800 Subject: [PATCH] Updated obsolete screenshot. (#3141) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Documentation Update --- docs/guides/start_chat.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guides/start_chat.md b/docs/guides/start_chat.md index 575612f65..45e69dc1b 100644 --- a/docs/guides/start_chat.md +++ b/docs/guides/start_chat.md @@ -56,6 +56,8 @@ Hover over an intended chat assistant **>** **Edit** to show the chat configurat ## Integrate chat capabilities into your application -RAGFlow also offers conversation APIs. Hover over your dialogue **>** **Chat Bot API** to integrate RAGFlow's chat capabilities into your application: +RAGFlow also offers HTTP and Python APIs for you to integrate RAGFlow's capabilities into your applications. Read the following documents for more information: -![chatbot api](https://github.com/infiniflow/ragflow/assets/93570324/fec23715-f9af-4ac2-81e5-942c5035c5e6) +- [Acquire a RAGFlow API key](./guides/develop/acquire_ragflow_api_key.md) +- [HTTP API reference](./references/http_api_reference.md) +- [Python API reference](./references/python_api_reference.md)