Skip to content

docs: Update image and text embeddings documentation#449

Merged
jakmro merged 3 commits intomainfrom
@jakmro/docs-embeddings
Jul 18, 2025
Merged

docs: Update image and text embeddings documentation#449
jakmro merged 3 commits intomainfrom
@jakmro/docs-embeddings

Conversation

@jakmro
Copy link
Copy Markdown
Contributor

@jakmro jakmro commented Jul 16, 2025

Description

Changed:

  • moved note about normalization
  • changed CLIP model names
  • changed CLIP model description
  • added cosine similarity (now we don't normalize text and image embeddings by default), normalization is done inside the models

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (improves or adds clarity to existing documentation)

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

@jakmro jakmro merged commit 274703b into main Jul 18, 2025
3 checks passed
@jakmro jakmro deleted the @jakmro/docs-embeddings branch July 18, 2025 13:16
mkopcins pushed a commit that referenced this pull request Oct 15, 2025
## Description

Changed:
- moved note about normalization
- changed CLIP model names
- changed CLIP model description
- added cosine similarity (now we don't normalize text and image
embeddings by default), normalization is done inside the models

### Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] Documentation update (improves or adds clarity to existing
documentation)

### Checklist

- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have updated the documentation accordingly
- [x] My changes generate no new warnings
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