Skip to content

Conversation

@bvgastel
Copy link
Contributor

Thanks for this great crate. To support text-to-image search, it is useful to have ClipVitB32 text embedding, as this maps to the same vector space as the ClipVitB32 image embedder.

Let me know if changes are needed to this pull request.

Copy link
Owner

@Anush008 Anush008 left a comment

Choose a reason for hiding this comment

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

Hi @bvgastel. Thanks for the contribution.
Could you please add the model to the list in README.md?

@bvgastel
Copy link
Contributor Author

bvgastel commented Nov 22, 2024

Done. Thanks for looking at this very quickly.

@Anush008 Anush008 merged commit a890a61 into Anush008:main Nov 23, 2024
1 check passed
github-actions bot pushed a commit that referenced this pull request Nov 23, 2024
# [4.2.0](v4.1.2...v4.2.0) (2024-11-23)

### Features

* Added ClipVitB32 model to support text-to-image search. ([#126](#126)) ([a890a61](a890a61))

## [4.2.0](v4.1.2...v4.2.0) (2024-11-23)

### 🍕 Features

* Added ClipVitB32 model to support text-to-image search. ([#126](#126)) ([a890a61](a890a61))

### 🔁 Continuous Integration

* Use ONNX version as cache key for the ONNX cache ([#127](#127)) ([f19a540](f19a540))
@github-actions
Copy link

🎉 This PR is included in version 4.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@bvgastel
Copy link
Contributor Author

Thank you!

greenhat616 added a commit to gety-ai/fastembed-rs that referenced this pull request Dec 2, 2024
* chore: bump ort recv

* docs: Support notice in README.md (Anush008#123)

Signed-off-by: Anush008 <[email protected]>

* chore: Bump ort to 2.0.0.-rc8 with "ort/half" enabled (Anush008#124)

* chore(release): 4.1.1 [skip ci]

## [4.1.1](Anush008/fastembed-rs@v4.1.0...v4.1.1) (2024-11-21)

## [4.1.1](Anush008/fastembed-rs@v4.1.0...v4.1.1) (2024-11-21)

### 📝 Documentation

* Support notice in README.md ([Anush008#123](Anush008#123)) ([a3794de](Anush008@a3794de))

### 🧹 Chores

* Bump ort to 2.0.0.-rc8 with "ort/half" enabled ([Anush008#124](Anush008#124)) ([f4844a8](Anush008@f4844a8))

* chore: Bump ort to v2.0.0-rc.9 (Anush008#125)

* chore: Bump ort to v2.0.0-rc.9

Signed-off-by: Anush008 <[email protected]>

* refactor: Dedup imports

Signed-off-by: Anush008 <[email protected]>

* ci: Custom link v1.20.1 ONNX build

Signed-off-by: Anush008 <[email protected]>

* chore: no 'half'

---------

Signed-off-by: Anush008 <[email protected]>

* chore(release): 4.1.2 [skip ci]

## [4.1.2](Anush008/fastembed-rs@v4.1.1...v4.1.2) (2024-11-22)

## [4.1.2](Anush008/fastembed-rs@v4.1.1...v4.1.2) (2024-11-22)

### 🧹 Chores

* Bump ort to v2.0.0-rc.9 ([Anush008#125](Anush008#125)) ([87f4ced](Anush008@87f4ced))

* ci: Use ONNX version as cache key for the ONNX cache (Anush008#127)


Signed-off-by: Anush008 <[email protected]>

* feat: Added ClipVitB32 model to support text-to-image search. (Anush008#126)

* chore(release): 4.2.0 [skip ci]

# [4.2.0](Anush008/fastembed-rs@v4.1.2...v4.2.0) (2024-11-23)

### Features

* Added ClipVitB32 model to support text-to-image search. ([Anush008#126](Anush008#126)) ([a890a61](Anush008@a890a61))

## [4.2.0](Anush008/fastembed-rs@v4.1.2...v4.2.0) (2024-11-23)

### 🍕 Features

* Added ClipVitB32 model to support text-to-image search. ([Anush008#126](Anush008#126)) ([a890a61](Anush008@a890a61))

### 🔁 Continuous Integration

* Use ONNX version as cache key for the ONNX cache ([Anush008#127](Anush008#127)) ([f19a540](Anush008@f19a540))

* refactor: Turn most panics into recoverable errors (Anush008#128)

* for image embeddings, turn some panics into returned errors

* turn more panics into recoverable errors

* Simplify collection of image embeddings

Co-authored-by: Anush  <[email protected]>

* Pass errors in sparse text embedding and reranking batches onto the user instead of panicking

* fix warnings: only import anyhow::Context if online feature enabled

* cargo fmt

---------

Co-authored-by: Anush <[email protected]>

* chore(release): 4.2.1 [skip ci]

## [4.2.1](Anush008/fastembed-rs@v4.2.0...v4.2.1) (2024-11-26)

## [4.2.1](Anush008/fastembed-rs@v4.2.0...v4.2.1) (2024-11-26)

### 🧑‍💻 Code Refactoring

* Turn most panics into recoverable errors ([Anush008#128](Anush008#128)) ([86594fc](Anush008@86594fc))

* feat: Support for nomic-embed-vision-v1.5 image embeddings model (Anush008#129)

* adds support for nomic-embed-vision-v1.5 image embeddings model

* ignore optional test

* chore(release): 4.3.0 [skip ci]

# [4.3.0](Anush008/fastembed-rs@v4.2.1...v4.3.0) (2024-11-27)

### Features

* Support for nomic-embed-vision-v1.5 image embeddings model ([Anush008#129](Anush008#129)) ([76751ec](Anush008@76751ec))

## [4.3.0](Anush008/fastembed-rs@v4.2.1...v4.3.0) (2024-11-27)

### 🍕 Features

* Support for nomic-embed-vision-v1.5 image embeddings model ([Anush008#129](Anush008#129)) ([76751ec](Anush008@76751ec))

* chore: bump onnx version to 1.20.1

---------

Signed-off-by: Anush008 <[email protected]>
Co-authored-by: Anush008 <[email protected]>
Co-authored-by: Daniel Boros <[email protected]>
Co-authored-by: Bernard van Gastel <[email protected]>
Co-authored-by: llenck <[email protected]>
Co-authored-by: Alex Rozgo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants