浏览代码

Added GPUStack (#4649)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
tags/v0.16.0
writinwaters 9 个月前
父节点
当前提交
2cb8edc42c
没有帐户链接到提交者的电子邮件

+ 1
- 1
docs/references/agent_component_reference/concentrator.mdx 查看文件

@@ -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.

+ 1
- 0
docs/references/supported_models.mdx 查看文件

@@ -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: | | | |

+ 2
- 0
rag/llm/__init__.py 查看文件

@@ -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,

正在加载...
取消
保存