修复milvus的indexer文档,缺乏”document配置必须搭配fields配置“这一信息,导致容易误用问题#1331
Merged
meguminnnnnnnnn merged 2 commits intocloudwego:mainfrom May 13, 2025
Merged
修复milvus的indexer文档,缺乏”document配置必须搭配fields配置“这一信息,导致容易误用问题#1331meguminnnnnnnnn merged 2 commits intocloudwego:mainfrom
meguminnnnnnnnn merged 2 commits intocloudwego:mainfrom
Conversation
修改milvus的indexer档案缺乏信息导致容易误用问题
meguminnnnnnnnn
approved these changes
May 13, 2025
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closed #1330
如果要使用milvus的indexer,指定collection的时候,如果要使用自己创建的collection,必须指定Fields,否则会报错,无法正常使用,详情见cloudwego/eino-ext#252
原文档缺乏这部分信息补充,导致自己排查了很久才发现相应问题,这个pr补充了相应信息