Releases: sciknoworg/OntoAligner
Releases · sciknoworg/OntoAligner
v1.2.3
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
- minor fix
- license update
v1.2.1
- documentation update
- fix hugging face requirements
- fix to the docs
v1.2.0
- Bug fixing in rag dataset and RAG modules.
- OntoAlignerPipeline added.
- Documentation updated.
v1.1.0
- 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
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.