Skip to content

Releases: neuml/txtai

v1.3.0

11 Oct 18:07
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Added FastAPI interface (#12)
  • Fix tokenization error in notebook (#28)
  • Added text labeling interface using zero shot classifier (#30)
  • Update macOS version in Travis CI script

v1.2.1

11 Sep 19:17
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Upgrade to transformers 3.1.0/sentence-transformers v0.3.6 (#25)

v1.2.0

10 Sep 22:50
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Add unit tests and integrate Travis CI (#7)
  • Add documentation for Embeddings settings to README (#11)
  • Compatibility issues with transformers 3.1 and sentence-transformers (#20)
  • Add batch indexing for transformer indices (#23)
  • Add option to store word vectors with embeddings model (#24)

v1.1.0

18 Aug 19:27
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Fully support Windows and macOS installs (#1, #2, #8, #9)
  • Add support for additional index backends, Annoy (#4) and hnswlib (#5)
  • Support string ids (#6)
  • Enable flag to enable/disable Faiss SQ8 quantization (#10)

v1.0.0

11 Aug 17:43
Compare
Choose a tag to compare

Initial release of txtai