Skip to content

Releases: tensorchord/VectorChord-bm25

0.1.1

15 Feb 08:56
64fda5e
Compare
Choose a tag to compare

Fix stopword and long tokens

What's Changed

  • docs: update README to enhance getting started section and clarify tokenizer support by @VoVAllen in #37
  • docs: update wrong guc default value in readme by @silver-ymz in #39
  • chore: change segment_growing_max_page_size guc default value by @silver-ymz in #40
  • fix: unicode token length cannot exceed 8191 by @silver-ymz in #41
  • fix: previous stop-words don't use nltk by @silver-ymz in #42

Full Changelog: 0.1.0...0.1.1

0.1.0

06 Feb 12:47
d938e20
Compare
Choose a tag to compare

First release for BM25 ranking in PostgreSQL