Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
983137b6
authored
Jul 16, 2025
by
Shiver
Committed by
GitHub
Jul 16, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add recommended configuration for Oceanbase deployment (#5225)
parent
44a474d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
docSite/content/zh-cn/docs/development/docker.md
+12
-0
docSite/static/llms-full.txt
+12
-0
No files found.
docSite/content/zh-cn/docs/development/docker.md
View file @
983137b6
...
...
@@ -41,6 +41,18 @@ weight: 707
| 500w 组向量 | 8c32g 200GB | 16c64g 200GB |
{{
<
/
table
>
}}
### Oceanbase版本
支持最大 16,000 维的 float 稠密向量数据存储。
{{
<
table
"
table-hover
table-striped-columns
"
>
}}
| 环境 | 最低配置(单节点) | 推荐配置 |
| ----------- | ------------------ | -------- |
| 测试 | 2c6g | 2c8g |
| 100w 组向量 | 未测试 | |
| 500w 组向量 | | |
{{
<
/
table
>
}}
### Milvus版本
对于亿级以上向量性能更优秀。
...
...
docSite/static/llms-full.txt
View file @
983137b6
...
...
@@ -1175,6 +1175,18 @@ curl --location --request POST 'https://<oneapi_url>/v1/chat/completions' \
| 500w 组向量 | 8c32g 200GB | 16c64g 200GB |
{{< /table >}}
### Oceanbase版本
支持最大 16,000 维的 float 稠密向量数据存储。
{{< table "table-hover table-striped-columns" >}}
| 环境 | 最低配置(单节点) | 推荐配置 |
| ----------- | ------------------ | -------- |
| 测试 | 2c6g | 2c8g |
| 100w 组向量 | 未测试 | |
| 500w 组向量 | | |
{{< /table >}}
### Milvus版本
对于亿级以上向量性能更优秀。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment