Skip to content

Releases: Guest400123064/bbm25-haystack

v0.2.1

27 Apr 04:05
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Documentation improvements and slight code refactoring.

v0.2.0-alpha

18 Apr 06:07
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

A major change to the underlying representation of tokenized sentences by incorporating n-gram models. Instead of a set of strings, now use a set of string n-tuples representing n-grams, such as [("hello", "world"), ("world", "!")]

v0.1.3

17 Apr 04:08
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  1. make retriever run method set 'documents' attribute so that it can work in a pipeline
  2. set scores to returned documents
  3. return copied documents"

v0.1.2

14 Apr 04:44
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Minor bug fix

v0.1.1

14 Apr 03:58
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Enable evaluation over the BEIR benchmark!

v0.1.0-beta

14 Apr 02:20
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release
  • Code refactor
  • Leverage Haystack filtering logic by default (configurable from initialing parameter)
  • Use LLaMA-2 tokenizer as the default tokenizer

v0.1.0-alpha.1

11 Apr 05:24
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

Minimum viable product. This is an experimental project aiming to enhance the default InMemoryDocumentStore by performing incremental indexing and incorporating SentencePiece for tokenization. Now installable from PyPI via pip install bbm25-haystack

v0.1.0-alpha

11 Apr 05:05
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Minimum viable product. This is an experimental project aiming to enhance the default InMemoryDocumentStore by performing incremental indexing and incorporating SentencePiece for tokenization. Now installable from PyPI via pip install bbm25-haystack