Skip to content

Releases: whosonfirst/go-dedupe

0.0.8

29 Jan 23:08
Compare
Choose a tag to compare
  • Bug fix: remove errant import in cmd/embeddings

0.0.7

29 Jan 23:04
d4893bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

0.0.6

29 Aug 22:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

0.0.5

29 Aug 01:12
Compare
Choose a tag to compare
  • 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

23 Aug 18:17
eb1db3a
Compare
Choose a tag to compare

What's Changed

  • Update embeddings.Embedder interface by @thisisaaronland in #4
  • Update embeddings.Embedder interface to require []byte as input for ImageEmbeddings methods
  • Bug fix: Ensure LlamafileImageDataEmbeddingRequest.Id property is int64 (string values cause llava-v1.5-7b-q4.llamafile to crash)
  • This release is not backwards compatible

Full Changelog: v0.0.3...v0.0.4

0.0.3

23 Aug 16:15
529a485
Compare
Choose a tag to compare

What's Changed

  • Add LlamafileEmbedder implementation by @thisisaaronland in #3
  • Add embeddings.LlamafileEmbedder implementation
  • Modify the embeddings.Embedder interface to export ImageEmbeddings and ImageEmbeddings32 methods
  • Improved tests
  • Improved documentation
  • This release is not backwards compatible

Full Changelog: v0.0.2...v0.0.3

0.0.2

22 Aug 22:36
14e1e95
Compare
Choose a tag to compare

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

Full Changelog: v0.0.1...v0.0.2

0.0.1

16 Aug 19:47
Compare
Choose a tag to compare
  • Initial release