-
Notifications
You must be signed in to change notification settings - Fork 136
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
adding embedding support for CLIP based models for VideoRAGQnA example for v0.9 #538
adding embedding support for CLIP based models for VideoRAGQnA example for v0.9 #538
Conversation
@chensuyue can you please tag this PR with 'V0.9' Milestone |
Codecov ReportAll modified and coverable lines are covered by tests ✅
|
@XuhuiRen @lvliang-intel Could you help to review the code? Thanks |
@srinarayan-srikanthan, |
@lvliang-intel , the example test fail seem to be unrelated to the PR changes. This test seems to fail in another PR too. |
please fix the name confliction with #575 before merging |
For the failed test "Example-test", here is the comment from @chensuyue The test failed at megaservice step due to mismatch of the expected keyword and output from curl To fix this, please do local test on your side with this script to see what happens. Please note you need to modify line 19 to checkout to your branch under testing. (for example, git clone -b sri-clip-embedding https://github.com/siddhivelankar23/GenAIComps.git) |
Signed-off-by: srinarayan-srikanthan <[email protected]>
for more information, see https://pre-commit.ci Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: srinarayan-srikanthan <[email protected]>
for more information, see https://pre-commit.ci Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: Sun, Xuehao <[email protected]> Signed-off-by: srinarayan-srikanthan <[email protected]>
* fix get file error & refine logs Signed-off-by: letonghan <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: letonghan <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: srinarayan-srikanthan <[email protected]>
…oject#541) Signed-off-by: letonghan <[email protected]> Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: srinarayan-srikanthan <[email protected]>
…pea-project#313) Signed-off-by: Chendi.Xue <[email protected]> Signed-off-by: srinarayan-srikanthan <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: BaoHuiling <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: XuhuiRen <[email protected]> Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: Xinyu Ye <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: lkk <[email protected]> Co-authored-by: test <[email protected]> Co-authored-by: root <[email protected]> Co-authored-by: Letong Han <[email protected]> Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: chensuyue <[email protected]> Signed-off-by: srinarayan-srikanthan <[email protected]>
* Use Gaudi base images from Dockerhub Signed-off-by: Abolfazl Shahbazi <[email protected]> * Fixing the malformed tag Signed-off-by: Abolfazl Shahbazi <[email protected]> * fix another malformed tag Signed-off-by: Abolfazl Shahbazi <[email protected]> --------- Signed-off-by: Abolfazl Shahbazi <[email protected]> Signed-off-by: srinarayan-srikanthan <[email protected]>
* Add toxicity detection microservice Signed-off-by: Qun Gao <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modification to toxicity plugin PR (opea-project#432) * changed microservice to use Service.GUARDRAILS and input/output to TextDoc Signed-off-by: Tyler Wilbers <[email protected]> * simplify dockerfile to use langchain Signed-off-by: Tyler Wilbers <[email protected]> * sort requirements Signed-off-by: Tyler Wilbers <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Tyler Wilbers <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Minor SPDX header update (opea-project#434) Signed-off-by: Abolfazl Shahbazi <[email protected]> * Remove 'langsmith' per code review (opea-project#534) Signed-off-by: Abolfazl Shahbazi <[email protected]> * Add toxicity detection microservices with E2E testing Signed-off-by: Qun Gao <[email protected]> --------- Signed-off-by: Qun Gao <[email protected]> Signed-off-by: Tyler Wilbers <[email protected]> Signed-off-by: Abolfazl Shahbazi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Abolfazl Shahbazi <[email protected]> Co-authored-by: Tyler W <[email protected]> Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: BaoHuiling <[email protected]> Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: BaoHuiling <[email protected]> Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: srinarayan-srikanthan <[email protected]>
for more information, see https://pre-commit.ci Signed-off-by: srinarayan-srikanthan <[email protected]>
1d26b57
to
532741d
Compare
@BaoHuiling @srinarayan-srikanthan please consider to have a better name to distinguish your previous PR for the folder https://github.com/opea-project/GenAIComps/tree/main/comps/embeddings/multimodal_embeddings/multimodal_langchain and the folder "comps/embeddings/langchain_multimodal/" in this PR. These two names are too similar. The name should have a clarify representation. Otherwise, it will lead to unexpected confusion. |
Signed-off-by: BaoHuiling <[email protected]>
@lvliang-intel , can we please merge this PR since all issues are resolved? |
Signed-off-by: srinarayan-srikanthan <[email protected]>
Signed-off-by: srinarayan-srikanthan <[email protected]>
Description
Add support for CLIP based embeddings for multimodal VideoRAG usecase.
Issues
List the issue or RFC link this PR is working on. If there is no such link, please mark it as
n/a
.The RFC is under review : opea-project/docs#49
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.