Skip to content

Conversation

@dmsuehir
Copy link
Contributor

@dmsuehir dmsuehir commented Apr 21, 2025

Description

This PR fixes a few issues when running MultimodalQnA with the Milvus vector database backend:

  • Using export COLLECTION_NAME=mm_rag_milvus as the README instructions state does not work. The test script instead uses export COLLECTION_NAME="LangChainCollection", and this does work, so I updated the README to match.
  • The compose yaml is missing env vars for the data prep "get" and "delete" endpoints, so the "Vector Store" tab did not work.
  • Ingested images with an audio caption is unsupported with the Milvus backend, so I added a note to the README

Issues

#1858

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Dependencies

None

Tests

Manually tested based on the README instructions. Existing tests did not fail, since the env setup in the script differed from the README.

Signed-off-by: Dina Suehiro Jones <dina.s.jones@intel.com>
Copilot AI review requested due to automatic review settings April 21, 2025 21:59
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes issues with MultimodalQnA’s integration with the Milvus vector database backend. It updates the docker-compose configuration to include missing environment variables, corrects the collection name in the README, and adds documentation regarding unsupported audio captions.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
MultimodalQnA/docker_compose/intel/cpu/xeon/compose_milvus.yaml Added missing dataprep endpoints (GET and DELETE) to support file operations
MultimodalQnA/docker_compose/intel/cpu/xeon/README.md Updated the collection name to "LangChainCollection" and added a note about unsupported audio captions

@github-actions
Copy link

github-actions bot commented Apr 21, 2025

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Files

None

@ashahba ashahba added the v1.3 label Apr 21, 2025
@ashahba ashahba added this to the v1.3 milestone Apr 21, 2025
Signed-off-by: Dina Suehiro Jones <dina.s.jones@intel.com>
Copy link
Collaborator

@ashahba ashahba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Collaborator

@mkbhanda mkbhanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@louie-tsai louie-tsai merged commit e10e6dd into opea-project:main Apr 21, 2025
15 checks passed
chensuyue pushed a commit that referenced this pull request Apr 25, 2025
Signed-off-by: Dina Suehiro Jones <dina.s.jones@intel.com>
(cherry picked from commit e10e6dd)
yongfengdu pushed a commit to yongfengdu/GenAIExamples that referenced this pull request May 8, 2025
Signed-off-by: Dina Suehiro Jones <dina.s.jones@intel.com>
chyundunovDatamonsters pushed a commit to chyundunovDatamonsters/OPEA-GenAIExamples that referenced this pull request May 16, 2025
Signed-off-by: Dina Suehiro Jones <dina.s.jones@intel.com>
Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
letonghan pushed a commit that referenced this pull request Sep 17, 2025
Signed-off-by: chensuyue <suyue.chen@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants