Skip to content
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

feat: Integration of VLM embedding model #446

Merged
merged 57 commits into from
Jun 5, 2024
Merged

feat: Integration of VLM embedding model #446

merged 57 commits into from
Jun 5, 2024

Conversation

FUYICC
Copy link
Contributor

@FUYICC FUYICC commented Feb 1, 2024

Description

Issue #445

Summary by CodeRabbit

  • New Features
    • Introduced CLIPEmbedding for image and text embedding functionalities.
  • Bug Fixes
    • Improved file encoding handling in license updates.
  • Tests
    • Added tests for the new CLIPEmbedding functionality, covering initialization, embedding processes, and output dimension retrieval.

@FUYICC FUYICC self-assigned this Feb 1, 2024
@FUYICC FUYICC linked an issue Feb 1, 2024 that may be closed by this pull request
4 tasks
@FUYICC FUYICC closed this Feb 4, 2024
@FUYICC FUYICC reopened this Feb 5, 2024
@FUYICC FUYICC marked this pull request as ready for review February 9, 2024 03:11
@FUYICC FUYICC requested a review from Wendong-Fan May 5, 2024 17:14
@Wendong-Fan Wendong-Fan added this to the Sprint 4 milestone May 25, 2024
Copy link
Member

@Wendong-Fan Wendong-Fan left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution and sorry for the late review, left some comments

camel/embeddings/vlm_embedding.py Outdated Show resolved Hide resolved
camel/embeddings/vlm_embedding.py Outdated Show resolved Hide resolved
camel/embeddings/vlm_embedding.py Outdated Show resolved Hide resolved
camel/embeddings/vlm_embedding.py Outdated Show resolved Hide resolved
camel/embeddings/vlm_embedding.py Outdated Show resolved Hide resolved
camel/embeddings/vlm_embedding.py Outdated Show resolved Hide resolved
camel/embeddings/vlm_embedding.py Outdated Show resolved Hide resolved
camel/embeddings/vlm_embedding.py Outdated Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
FUYICC and others added 6 commits May 27, 2024 20:57
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
@Wendong-Fan Wendong-Fan changed the title Integration of VLM embedding model feat: Integration of VLM embedding model May 28, 2024
@FUYICC FUYICC requested a review from Wendong-Fan June 2, 2024 17:30
Copy link
Member

@Wendong-Fan Wendong-Fan left a comment

Choose a reason for hiding this comment

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

Thanks @FUYICC 's contribution! LGTM

@Wendong-Fan Wendong-Fan merged commit 52938a7 into master Jun 5, 2024
6 checks passed
@Wendong-Fan Wendong-Fan deleted the CLIP_model branch June 5, 2024 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Embeddings lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
Status: Reviewing
Development

Successfully merging this pull request may close these issues.

[Feature Request] Multi-modal RAG(Retrieval-Augmented Generation)
6 participants