[Bug: 900] Create a version of MultimodalQnA example with Zilliz/Milvus as Vector DB#1639
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.
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? |
…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>
…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: cogniware-devops <ambarish.desai@cogniware.ai>
[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