Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 888 Bytes

changelog.md

File metadata and controls

37 lines (29 loc) · 888 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.2] - 2023-08-23

Added

  • Added advanced_retriever.py.

Changed

  • Text preprocessing refactoring.

[0.2.1] - 2023-05-16

Added

  • Added doc strings to sparse_retriver.py.
  • Added doc strings to dense_retriver.py.
  • Added doc strings to hybrid_retriver.py.

[0.2.0] - 2023-02-19

Added

  • Added sparse_retriver.py.
  • Added dense_retriver.py.
  • Added hybrid_retriver.py.
  • Added encoder.py.
  • Added ann_searcher.py.
  • Added merger.py.

Changed

  • Almost everything.

Removed

  • Removed dependance from cyhunspell.

[0.1.5] - 2023-01-26

Changed

  • Search efficiency improvements.