File tree 2 files changed +2
-0
lines changed
en/docs/eino/ecosystem_integration/indexer
zh/docs/eino/ecosystem_integration/indexer
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ type IndexerConfig struct {
116
116
// Default Collection config
117
117
// Collection is the collection name in milvus database
118
118
// Optional, and the default value is "eino_collection"
119
+ // If you want to use this configuration, you must include the Fields configuration
119
120
Collection string
120
121
// Description is the description for collection
121
122
// Optional, and the default value is "the collection for eino"
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ type IndexerConfig struct {
115
115
// 默认集合配置
116
116
// Collection 是 milvus 数据库中的集合名称
117
117
// 可选,默认值为 "eino_collection"
118
+ // 如果你想使用这个配置,必须加上Field配置,否则无法正常运行
118
119
Collection string
119
120
// Description 是集合的描述
120
121
// 可选,默认值为 "the collection for eino"
You can’t perform that action at this time.
0 commit comments