Skip to content

Late Chunking support for Jina Embeddings #4002

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

Merged
merged 3 commits into from
Feb 8, 2025

Conversation

gururise
Copy link
Contributor

@gururise gururise commented Feb 7, 2025

  • Add support for Jina Late Chunking
  • Switch default Jina embedding from jina-embeddings-v2-base-en to jina-embeddings-v3, which is the newer recommended embedding. Also supports multilingual text.

jina-embeddings-v3 support Late Chunking:
Apply the late chunking technique to leverage the model's long-context capabilities for generating contextual chunk embeddings.

Copy link
Contributor

@HenryHengZJ HenryHengZJ left a comment

Choose a reason for hiding this comment

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

thank you!

@HenryHengZJ HenryHengZJ merged commit 0449e80 into FlowiseAI:main Feb 8, 2025
2 checks passed
galexandrov pushed a commit to xheal/Flowise that referenced this pull request Feb 9, 2025
* Late Chunking support for Jina Embeddings

* improved constructor handling. remove redundant code.

* remove unnessary function overrides, since late_chunking parameter only needs to be stored in the class.
JJK801 pushed a commit to JJK801/Flowise that referenced this pull request Apr 9, 2025
* Late Chunking support for Jina Embeddings

* improved constructor handling. remove redundant code.

* remove unnessary function overrides, since late_chunking parameter only needs to be stored in the class.
Yshayy pushed a commit to Yshayy/Flowise that referenced this pull request Apr 23, 2025
* Late Chunking support for Jina Embeddings

* improved constructor handling. remove redundant code.

* remove unnessary function overrides, since late_chunking parameter only needs to be stored in the class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants