Skip to content

Commit 5dcdc9e

Browse files
fix(doc_eino): loader interface path
1 parent 5252c1d commit 5dcdc9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • content
    • en/docs/eino/core_modules/components/document_loader_guide
    • zh/docs/eino/core_modules/components/document_loader_guide

content/en/docs/eino/core_modules/components/document_loader_guide/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Document Loader is a component used for loading documents. Its primary function
1818

1919
### **Interface Definition**
2020

21-
> Code Location: eino/components/document/parser/interface.go
21+
> Code Location: eino/components/document/interface.go
2222
2323
```go
2424
type Loader interface {

content/zh/docs/eino/core_modules/components/document_loader_guide/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Document Loader 是一个用于加载文档的组件。它的主要作用是从
1818

1919
### **接口定义**
2020

21-
> 代码位置:eino/components/document/parser/interface.go
21+
> 代码位置:eino/components/document/interface.go
2222
2323
```go
2424
type Loader interface {

0 commit comments

Comments
 (0)