Releases: sciknoworg/schema-miner
Releases · sciknoworg/schema-miner
v2.0.2
v2.0.0
🚀 Schema-Miner v2.0.0
Schema-Minerpro extends the Schema-Miner framework with ontology grounding and improved usability across the ecosystem.
✨ What’s New
- Agentic Ontology Grounding (Schema-Miner Pro): Ontology grounding component using agentic AI. It performs multi-step reasoning with lexical heuristics and semantic similarity search to align schema elements with formal ontologies (e.g., QUDT).
- Restructured Codebase: The project has been restructured to support clean packaging and distribution as a Python package.
- PyPI Release: Schema-Miner is now available on PyPI for easy installation via
pip - Improved Documentation: Expanded and reorganized documentation with guides, usage examples, and details for both Schema-Miner and Schema-MinerPro. Documentation can be accessed here.
🛠️ Other Changes
- Minor bug fixes for improved stability.
- Added pre-commit hooks to support consistent coding standards.
v1.0.0
What's New
- JSON schema generation using LLMs and human feedbacks
- Tool usage documentation
- Schema generation example using the ALD (Atomic Layer Deposition) Use case
- Contribution and Maintenance guidelines