Skip to content

Releases: sciknoworg/OntoAligner

v1.2.3

04 Feb 21:29
Compare
Choose a tag to compare

Full Changelog: v1.2.2...v1.2.3

  • Minor fix to the CITATION.md, CONTRIBUTING.md, README.md, and documentations.
  • Added MAINTANENCE.md for maintanence plan.
  • Added CODE_OF_CONDUCT.md principles for community engagements and collaborations.
  • Added CHANGELOG.md
  • Added new version.
  • Fix bugs in retriever, pipeline, and rag modules.
  • Added new dependencies and update version of setfit library.

v1.2.2

20 Dec 02:54
Compare
Choose a tag to compare
  • minor fix
  • license update

v1.2.1

13 Dec 23:19
Compare
Choose a tag to compare
  • documentation update
  • fix hugging face requirements
  • fix to the docs

v1.2.0

10 Dec 00:06
Compare
Choose a tag to compare
  • Bug fixing in rag dataset and RAG modules.
  • OntoAlignerPipeline added.
  • Documentation updated.

v1.1.0

08 Dec 14:17
Compare
Choose a tag to compare
  • Fewshot RAG tested and added.
  • Added FewShotParent and FewShotChildren encoders.
  • ICV RAG tested and added.
  • Fix Imports for Fewshot and ICV RAGs
  • Examples are now complete.
  • Initial Pipeline added.
  • Fix to the .toml file
  • Update to the documentation.

v1.0.0

06 Dec 00:14
Compare
Choose a tag to compare

What's Changed

Major changes across the following modules:

  • Ontology classes.
  • Base classes.
  • Encoder classes.
  • Post processing extended with label-mappers and util.
  • ontology matches are curated for Lightweight, Retriever, LLM, and RAG models.
  • Major update on documentation.