Weaxs
Weaxs
# Description update model_apis for minimax Fixes # (issue) https://github.com/langgenius/dify/pull/4012#issuecomment-2095273983 ## Type of Change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an...
# Description When use minimax model with streaming, api returns several chunks which all contain the function_call. That will cause the tool to be called several times.  Fixes #...
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
# Description https://github.com/langgenius/dify/issues/4381 Support TiDB Vector for knowledge. - add pymysql, `pymysql` 1.1.1 and `tidb-vector` 0.0.9 TiDB Vector doc: https://docs.google.com/document/d/15eAO0xrvEd6_tTxW_zEko4CECwnnSwQg8GGrqK1Caiw/edit Fixes # (issue) ## Type of Change Please delete options...
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
# Checklist: > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [ ] Please open an issue before creating a PR or link to an...
### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
**Is your feature request related to a problem? Please describe.** Timeline shortcode not support markdown now  **Describe the solution you'd like** - **Describe alternatives you've considered** - **Additional context**...
**Describe the bug** [Links must have discernible text](https://dequeuniversity.com/rules/axe/4.10/link-name) menue.toml: ``` [[main]] identifier = "travelling" pre = "travelling" url = "https://www.travellings.cn/go.html" weight = 60 ``` html in website: ``` ``` ``...