You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To construct the Mega Service, we utilize the [GenAIComps](https://github.com/opea-project/GenAIComps.git) microservice pipeline within the [multimodalqna.py](../../../../multimodalqna.py) Python script. Build MegaService Docker image via below command:
-d '{"retrieved_docs": [], "initial_query": "What is this?", "top_n": 1, "metadata": [], "chat_template":"The caption of the image is: '\''{context}'\''. {question}"}'
275
304
```
276
305
277
-
6. dataprep-multimodal-redis
306
+
7. dataprep-multimodal-redis
278
307
279
308
Download a sample video, image, and audio file and create a caption
To construct the Mega Service, we utilize the [GenAIComps](https://github.com/opea-project/GenAIComps.git) microservice pipeline within the [multimodalqna.py](../../../../multimodalqna.py) Python script. Build MegaService Docker image via below command:
101
118
@@ -114,16 +131,19 @@ cd GenAIExamples/MultimodalQnA/ui/
-d '{"retrieved_docs": [], "initial_query": "What is this?", "top_n": 1, "metadata": [], "chat_template":"The caption of the image is: '\''{context}'\''. {question}"}'
224
253
```
225
254
226
-
6. Multimodal Dataprep Microservice
255
+
7. Multimodal Dataprep Microservice
227
256
228
257
Download a sample video, image, and audio file and create a caption
0 commit comments