Skip to content

修复milvus的indexer文档,缺乏”document配置必须搭配fields配置“这一信息,导致容易误用问题#1331

Merged
meguminnnnnnnnn merged 2 commits intocloudwego:mainfrom
Wood-Q:main
May 13, 2025
Merged

修复milvus的indexer文档,缺乏”document配置必须搭配fields配置“这一信息,导致容易误用问题#1331
meguminnnnnnnnn merged 2 commits intocloudwego:mainfrom
Wood-Q:main

Conversation

@Wood-Q
Copy link
Copy Markdown
Contributor

@Wood-Q Wood-Q commented May 12, 2025

closed #1330

如果要使用milvus的indexer,指定collection的时候,如果要使用自己创建的collection,必须指定Fields,否则会报错,无法正常使用,详情见cloudwego/eino-ext#252

原文档缺乏这部分信息补充,导致自己排查了很久才发现相应问题,这个pr补充了相应信息

Wood-Q added 2 commits May 12, 2025 18:59
修改milvus的indexer档案缺乏信息导致容易误用问题
@Wood-Q Wood-Q requested review from a team as code owners May 12, 2025 11:04
@meguminnnnnnnnn meguminnnnnnnnn merged commit 0bf6396 into cloudwego:main May 13, 2025
3 checks passed
panda-xinyi added a commit to panda-xinyi/cloudwego.github.io that referenced this pull request May 27, 2025
docs: create generic streaming documentation in Chinese version (cloudwego#1326)

docs: 明确NewOpenTelemetryProvider的重复调用规范(关联Issue cloudwego#1327) (cloudwego#1328)

修复milvus的indexer文档,缺乏”document配置必须搭配fields配置“这一信息,导致容易误用问题 (cloudwego#1331)

chore: upgrade typos (cloudwego#1332)

feat: update merge register & with eager execution (cloudwego#1333)

chore: update getting-started docs (cloudwego#1334)

feat: update host multi-agent docs (cloudwego#1335)

docs: add doc for hertz v0.10.0 (cloudwego#1337)

Co-authored-by: Kyle Xiao <xiaoguoqiao@bytedance.com>

fix(eino): remove error prompt directory (cloudwego#1338)

docs(kitex): improve transport protocol documentation with clearer explanations

docs: improve transport protocol documentation to clarify Kitex's support for Thrift and Protobuf with gRPC transport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

milvus的indexer描述不清晰,导致使用问题

2 participants