Skip to content

v2.0.0

Choose a tag to compare

@SameerSamji SameerSamji released this 23 Sep 18:15
· 76 commits to main since this release

🚀 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.