Releases: whosonfirst/go-dedupe
Releases · whosonfirst/go-dedupe
0.0.8
0.0.7
What's Changed
- Add
foursquare
package by @thisisaaronland in #6 - Bump golang.org/x/net from 0.30.0 to 0.33.0 by @dependabot in #7
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: v0.0.6...v0.0.7
0.0.6
0.0.5
- Add
NullEmbedder
which returns an empty array of floats. This is specifically designed for use with (vector) databases that generate their own embeddings.
0.0.4
What's Changed
- Update embeddings.Embedder interface by @thisisaaronland in #4
- Update
embeddings.Embedder
interface to require[]byte
as input forImageEmbeddings
methods - Bug fix: Ensure
LlamafileImageDataEmbeddingRequest.Id
property isint64
(string values causellava-v1.5-7b-q4.llamafile
to crash) - This release is not backwards compatible
Full Changelog: v0.0.3...v0.0.4
0.0.3
What's Changed
- Add LlamafileEmbedder implementation by @thisisaaronland in #3
- Add
embeddings.LlamafileEmbedder
implementation - Modify the
embeddings.Embedder
interface to exportImageEmbeddings
andImageEmbeddings32
methods - Improved tests
- Improved documentation
- This release is not backwards compatible
Full Changelog: v0.0.2...v0.0.3
0.0.2
What's Changed
- Add support for DuckDB by @thisisaaronland in #2
- Add
vector.DuckDBDatabase
implementation - Add
location.DuckDBDatabase
implementation - Remove
txtai
implementation since it was import code that has never been used or tested yet - Add build tags
- Update vendor deps
New Contributors
- @thisisaaronland made their first contribution in #2
Full Changelog: v0.0.1...v0.0.2
0.0.1
- Initial release