writinwaters
commited on
Commit
·
f815c96
1
Parent(s):
ec547dd
Updated obsolete screenshot. (#3141)
Browse files### 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
CHANGED
@@ -56,6 +56,8 @@ Hover over an intended chat assistant **>** **Edit** to show the chat configurat
|
|
56 |
|
57 |
## Integrate chat capabilities into your application
|
58 |
|
59 |
-
RAGFlow also offers
|
60 |
|
61 |
-
|
|
|
|
|
|
56 |
|
57 |
## Integrate chat capabilities into your application
|
58 |
|
59 |
+
RAGFlow also offers HTTP and Python APIs for you to integrate RAGFlow's capabilities into your applications. Read the following documents for more information:
|
60 |
|
61 |
+
- [Acquire a RAGFlow API key](./guides/develop/acquire_ragflow_api_key.md)
|
62 |
+
- [HTTP API reference](./references/http_api_reference.md)
|
63 |
+
- [Python API reference](./references/python_api_reference.md)
|