Skip to content

Commit

Permalink
Dataprep Multimodal Redis README fixes (opea-project#1330)
Browse files Browse the repository at this point in the history
Signed-off-by: Dina Suehiro Jones <[email protected]>
  • Loading branch information
dmsuehir authored Feb 26, 2025
1 parent c70f868 commit ad8f517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comps/dataprep/src/README_multimodal.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export HUGGINGFACEHUB_API_TOKEN=${your_hf_api_token}

```bash
cd ../../../../
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 .
docker build -t opea/dataprep:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/dataprep/src/Dockerfile .
```

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

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

### 4.1 Consume _ingest_with_text_ API
### 4.1 Consume _ingest_ API

**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.

Expand Down

0 comments on commit ad8f517

Please sign in to comment.