Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Releases: neuml/cord19q

v3.0.0

21 Jul 20:02
Compare
Choose a tag to compare

Migrate logic into paperetl and paperai projects

v2.3.0

20 Jul 00:44
Compare
Choose a tag to compare
  • Modify embeddings index logic to stream numpy arrays to temporary storage instead of storing fully in memory
  • Reorganized section queries

v2.2.0

10 Jul 17:30
Compare
Choose a tag to compare

v2.1.0

16 Jun 23:27
Compare
Choose a tag to compare
  • New feature to add must query clause to queries. Similarity results must contain a token with a plus at the front of it within a query.
  • Subquery system enhancements, bug fixes and improvements
  • Updated task queries/subqueries

v2.0.2

06 Jun 18:51
Compare
Choose a tag to compare

Fix report column names, removed debug prints, removed unused report methods.

v2.0.1

04 Jun 18:28
Compare
Choose a tag to compare

Fix issue with report sorting

v2.0.0

03 Jun 14:48
Compare
Choose a tag to compare

Major rewrite of the reporting framework to handle subqueries and more complex queries.

Reporting

  • Report queries now backed by YAML files to allow more control over query structure. Reports can include standard columns as well as user generated columns.

  • User generated columns can either be a constant value or subquery driven. Subqueries are backed by a transformers question-answering model that allows extraction of specific values within search results.

Database schema

  • Removed stats table as logic is now available via report subqueries

Fixes and improvements

  • Forked pymagnitude repository to simplify build process and remove dependencies/functionality not needed by this project. Removed related code no longer needed.
  • Consolidated section query and filtering logic
  • Refresh with data through 2020-06-02

v1.16.0

02 Jun 12:42
Compare
Choose a tag to compare

Refresh with data through 2020-06-01

v1.15.0

28 May 01:32
Compare
Choose a tag to compare

Refresh with data through 2020-05-27

v1.14.0

28 May 01:31
Compare
Choose a tag to compare

Refresh with data through 2020-05-26