Added 0.17.0 release notes (#5608)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-03-04 19:21:28 +08:00
committed by GitHub
parent f256e1a59a
commit fb4b5b0a06
26 changed files with 132 additions and 56 deletions

View File

@ -3,7 +3,7 @@ sidebar_position: 3
slug: /embed_agent_into_webpage
---
# Embed agent into a webpage
# Embed agent into webpage
You can use iframe to embed an agent into a third-party webpage.

View File

@ -3,7 +3,11 @@ sidebar_position: 2
slug: /general_purpose_chatbot
---
# Create a general-purpose chatbot
# Create chatbot
Create a general-purpose chatbot.
---
Chatbot is one of the most common AI scenarios. However, effectively understanding user queries and responding appropriately remains a challenge. RAGFlow's general-purpose chatbot agent is our attempt to tackle this longstanding issue.