Skip to content

v0.0.2

Compare
Choose a tag to compare
@bclavie bclavie released this 06 Sep 11:37
· 41 commits to main since this release
b1d9aa6

Minor release addressing a few issues:

  • Indexing whole folder does not adhere to a particular format on every system. To mitigate this, index() and add_to_index() now return a dictionary mapping {doc_id: filename}. Metadata and user-defined doc ids will be supported in a future release.
  • Adding support for non-CUDA accelerators for scoring, thanks to @velaia's work and @ManuelFay and @tonywu71's lighting-fast reactions.
  • Fancy new examples thanks to @comhar