File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
zh/docs/eino/ecosystem_integration Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ with Eino's vector storage and retrieval system for enhanced semantic search cap
18
18
### Installation
19
19
20
20
``` bash
21
- go get github.com/eino-project/eino /indexer/milvus@latest
21
+ go get github.com/cloudwego/ eino-ext/components /indexer/milvus
22
22
```
23
23
24
24
### Create the Milvus Indexer
@@ -35,7 +35,7 @@ import (
35
35
" github.com/cloudwego/eino/schema"
36
36
" github.com/milvus-io/milvus-sdk-go/v2/client"
37
37
38
- " github.com/cloudwego/eino-ext/components/retriever /milvus"
38
+ " github.com/cloudwego/eino-ext/components/indexer /milvus"
39
39
)
40
40
41
41
func main () {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ with Eino's vector storage and retrieval system for enhanced semantic search cap
18
18
### Installation
19
19
20
20
``` bash
21
- go get github.com/eino-project/eino /retriever/milvus@latest
21
+ go get github.com/cloudwego/ eino-ext/components /retriever/milvus
22
22
```
23
23
24
24
### Create the Milvus Retriever
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Eino 的向量存储和检索系统,增强语义搜索能力。
17
17
### 安装
18
18
19
19
``` bash
20
- go get github.com/eino-project/eino /indexer/milvus@latest
20
+ go get github.com/cloudwego/ eino-ext/components /indexer/milvus
21
21
```
22
22
23
23
### 创建 Milvus 存储
@@ -34,7 +34,7 @@ import (
34
34
" github.com/cloudwego/eino/schema"
35
35
" github.com/milvus-io/milvus-sdk-go/v2/client"
36
36
37
- " github.com/cloudwego/eino-ext/components/retriever /milvus"
37
+ " github.com/cloudwego/eino-ext/components/indexer /milvus"
38
38
)
39
39
40
40
func main () {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Eino 的向量存储和检索系统,增强语义搜索能力。
19
19
### 安装
20
20
21
21
``` bash
22
- go get github.com/eino-project/eino /retriever/milvus@latest
22
+ go get github.com/cloudwego/ eino-ext/components /retriever/milvus
23
23
```
24
24
25
25
### 创建 Milvus 搜索
You can’t perform that action at this time.
0 commit comments