-
Notifications
You must be signed in to change notification settings - Fork 330
[Bug: 900] Create a version of MultimodalQnA example with Zilliz/Milvus as Vector DB #1639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
…us as Vector DB Fixes opea-project#900 Co-authored-by: Jaini, Pallavi <pallavi.jaini@intel.com> Co-authored-by: Kavulya, Soila <soila.kavulya@intel.com> Signed-off-by: Ghosh, Soumyadip <soumyadip.ghosh@intel.com> Signed-off-by: Piroozan, Nariman <nariman.piroozan@intel.com> Signed-off-by: Shifani Rajabose <srajabose@habana.ai>
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @srajabos , please fix the E2E test failure and add test scripts for compose_milvus on xeon and gaudi like your another PR.
Thanks!
Signed-off-by: Pallavi Jaini <pallavi.jaini@intel.com>
|
Hi @srajabos one CI failed, please take care |
|
@srajabos the video frame is unexpectedly truncated https://github.com/opea-project/GenAIComps/blob/main/comps/dataprep/src/integrations/milvus_multimodal.py#L177 and the truncated image base64 string cannot be handled correctly by LVM. Please check whether that hard limit 65535 is a must. |
|
@Spycsh @letonghan -> https://github.com/opea-project/GenAIComps/blob/main/comps/dataprep/src/integrations/milvus_multimodal.py#L177 -> There is a limitation for the metadata values , that is the reason for adding that. The real embeddings and texts are added to the database. https://github.com/opea-project/GenAIComps/blob/main/comps/dataprep/src/integrations/milvus_multimodal.py#L178 Will metadata truncation will also affect? |
letonghan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…us as Vector DB (opea-project#1639) Signed-off-by: Shifani Rajabose <srajabose@habana.ai> Signed-off-by: Pallavi Jaini <pallavi.jaini@intel.com>
…us as Vector DB (opea-project#1639) Signed-off-by: Shifani Rajabose <srajabose@habana.ai> Signed-off-by: Pallavi Jaini <pallavi.jaini@intel.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
[Bug: 900] Create a version of MultimodalQnA example with Zilliz/Milvus as Vector DB
Fixes #900
Description
Create a version of MultimodalQnA example with Zilliz/Milvus as Vector DB
Issues
#900
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
na
Tests
E2E tests are tested