Skip to content

Releases: neuml/paperai

v1.4.0

06 Nov 14:43
Compare
Choose a tag to compare

This release adds the following enhancements and bug fixes:

  • Allow specifying vector output file (#10, #11, #13)
  • Build test suite (#12)
  • Add additional column parameters (#14)
  • Allow indexing partial datasources (#15)
  • Add GitHub actions build script (#16)

v1.3.0

18 Aug 20:31
Compare
Choose a tag to compare

This release addresses the following:

  • Remove NLTK dependency (#9)

v1.2.1

12 Aug 16:41
Compare
Choose a tag to compare

Minor README update to note package can be installed from PyPI

v1.2.0

11 Aug 21:42
Compare
Choose a tag to compare

Release addresses the following:

  • Allow customized the QA model used for QA extraction (#5)
  • Migrated embeddings index logic to txtai project (#7)

v1.1.0

05 Aug 01:15
Compare
Choose a tag to compare

Release addresses the following:

  • Add wildcard report queries (#1) - Add ability to run report against entire database. This is only practical for smaller datasets.
  • Fix Windows install issues (#2)
  • Embeddings index memory improvements (#3) - Various improvements to limit memory usage when building an embeddings index
  • Support must clauses for custom query columns (#4) - Add same logic already present in general queries to require a term to be present when deriving report query columns

v1.0.0

21 Jul 19:42
Compare
Choose a tag to compare

Initial release of paperai, migrating AI/ML/Search logic from existing cord19q project.