### What problem does this PR solve? ### Type of change - [x] Documentation Updatetags/v0.16.0
| @@ -18,7 +18,7 @@ A **Concentrator** component enhances the current UX design. For a component ori | |||
| ## Examples | |||
| Explore our general-purpose chatbot agent template, featuring a **Concentrator** component (component ID: **medical**) that relays an execution flow from category 2 of the **Categorize** component to the two translator components: | |||
| Explore our general-purpose chatbot agent template, featuring a **Concentrator** component (component ID: **medical**) that relays an execution flow from category 2 of the **Categorize** component to two translator components: | |||
| 1. Click the **Agent** tab at the top center of the page to access the **Agent** page. | |||
| 2. Click **+ Create agent** on the top right of the page to open the **agent template** page. | |||
| @@ -26,6 +26,7 @@ A complete list of models supported by RAGFlow, which will continue to expand. | |||
| | Fish Audio | | | | | | :heavy_check_mark: | | |||
| | Gemini | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | | | | |||
| | Google Cloud | :heavy_check_mark: | | | | | | | |||
| | GPUStack | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: | | |||
| | Groq | :heavy_check_mark: | | | | | | | |||
| | HuggingFace | :heavy_check_mark: | :heavy_check_mark: | | | | | | |||
| | Jina | | :heavy_check_mark: | :heavy_check_mark: | | | | | |||
| @@ -13,6 +13,8 @@ | |||
| # See the License for the specific language governing permissions and | |||
| # limitations under the License. | |||
| # | |||
| # AFTER UPDATING THIS FILE, PLEASE ENSURE THAT docs/references/supported_models.mdx IS ALSO UPDATED for consistency! | |||
| # | |||
| from .embedding_model import ( | |||
| OllamaEmbed, | |||
| LocalAIEmbed, | |||