diff --git a/content/en/docs/eino/ecosystem_integration/indexer/indexer_milvus.md b/content/en/docs/eino/ecosystem_integration/indexer/indexer_milvus.md index 1adae1aafe..5e42042adc 100644 --- a/content/en/docs/eino/ecosystem_integration/indexer/indexer_milvus.md +++ b/content/en/docs/eino/ecosystem_integration/indexer/indexer_milvus.md @@ -116,6 +116,7 @@ type IndexerConfig struct { // Default Collection config // Collection is the collection name in milvus database // Optional, and the default value is "eino_collection" + // If you want to use this configuration, you must include the Fields configuration Collection string // Description is the description for collection // Optional, and the default value is "the collection for eino" diff --git a/content/zh/docs/eino/ecosystem_integration/indexer/indexer_milvus.md b/content/zh/docs/eino/ecosystem_integration/indexer/indexer_milvus.md index 2f64190126..6e17b01a10 100644 --- a/content/zh/docs/eino/ecosystem_integration/indexer/indexer_milvus.md +++ b/content/zh/docs/eino/ecosystem_integration/indexer/indexer_milvus.md @@ -115,6 +115,7 @@ type IndexerConfig struct { // 默认集合配置 // Collection 是 milvus 数据库中的集合名称 // 可选,默认值为 "eino_collection" + // 如果你想使用这个配置,必须加上Field配置,否则无法正常运行 Collection string // Description 是集合的描述 // 可选,默认值为 "the collection for eino"