Skip to content

Commit ad8f517

Browse files
authored
Dataprep Multimodal Redis README fixes (opea-project#1330)
Signed-off-by: Dina Suehiro Jones <[email protected]>
1 parent c70f868 commit ad8f517

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

comps/dataprep/src/README_multimodal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export HUGGINGFACEHUB_API_TOKEN=${your_hf_api_token}
8888

8989
```bash
9090
cd ../../../../
91-
docker build -t opea/dataprep-multimodal-redis:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/dataprep/src/Dockerfile .
91+
docker build -t opea/dataprep:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/dataprep/src/Dockerfile .
9292
```
9393

9494
### 2.5 Run Docker with CLI (Option A)
@@ -116,7 +116,7 @@ Once this dataprep microservice is started, user can use the below commands to i
116116

117117
This microservice provides 3 different ways for users to ingest files into Redis vector store corresponding to the 3 use cases.
118118

119-
### 4.1 Consume _ingest_with_text_ API
119+
### 4.1 Consume _ingest_ API
120120

121121
**Use case:** This API is used for videos accompanied by transcript files (`.vtt` format), images accompanied by text caption files (`.txt` format), and PDF files containing a mix of text and images.
122122

0 commit comments

Comments
 (0)