Chore: remove dead code in class Graph (#22791)

Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
This commit is contained in:
Yongtao Huang 2025-09-04 10:30:04 +08:00 committed by GitHub
commit ac057a2d40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 59 deletions

View file

@ -7,7 +7,7 @@ This module provides the interface for invoking and authenticating various model
## Features
- Supports capability invocation for 5 types of models
- Supports capability invocation for 6 types of models
- `LLM` - LLM text completion, dialogue, pre-computed tokens capability
- `Text Embedding Model` - Text Embedding, pre-computed tokens capability

View file

@ -7,7 +7,7 @@
## 功能介绍
- 支持 5 种模型类型的能力调用
- 支持 6 种模型类型的能力调用
- `LLM` - LLM 文本补全、对话,预计算 tokens 能力
- `Text Embedding Model` - 文本 Embedding预计算 tokens 能力