Skip to content

image_description should be product_description #14

@JiahongXieEthan

Description

@JiahongXieEthan

In multimodal_search_with_opensearch_service.ipynb the payload for open search ingest pipline is:

payload = {
"description": "A text/image embedding pipeline",
"processors": [
{
"text_image_embedding": {
"model_id":model_id,
"embedding": "vector_embedding",
"field_map": {
"text": "image_description",
"image": "image_binary"
}}}]}

But there was never a image_description, do you mean product_description?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions