File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-ai-docs/src/main/antora/modules/ROOT/pages/api Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -170,10 +170,10 @@ Example:
170
170
public class MyTikaDocumentReader {
171
171
172
172
@Value("classpath:/word-sample.docx") // This is the word document to load
173
- private Resource resource;
173
+ private Resource resource;
174
174
175
- List<Document> loadText() {
176
- TikaDocumentReader tikaDocumentReader = new TikaDocumentReader(resourceUri );
175
+ List<Document> loadText() {
176
+ TikaDocumentReader tikaDocumentReader = new TikaDocumentReader(resource );
177
177
return tikaDocumentReader.get();
178
178
}
179
179
}
@@ -229,4 +229,4 @@ See xref:api/vectordbs.adoc[Vector DB Documentation] for a full listing.
229
229
The following class diagram illustrates the ETL interfaces and implementations.
230
230
231
231
// image::etl-class-diagram.jpg[align="center", width="800px"]
232
- image::etl-class-diagram.jpg[align="center"]
232
+ image::etl-class-diagram.jpg[align="center"]
You can’t perform that action at this time.
0 commit comments