Skip to content

Latest commit

 

History

History
148 lines (89 loc) · 9.33 KB

CHANGELOG.md

File metadata and controls

148 lines (89 loc) · 9.33 KB

1.2.0 (2024-11-11)

Features

  • ttl_to_building_description function (d83e66f)

Bug Fixes

  • improved ttl description generation (bf4bdae)

Docs

  • imporeved docs and ttl_output method (24a7d8b)

Perf

  • add custom logging level (82bead2)

CI

  • release: 1.2.0-beta.1 [skip ci] (3d36efa)
  • release: 1.2.0-beta.2 [skip ci] (67115f0)
  • release: 1.2.0-beta.3 [skip ci] (a7d9112)

1.2.0-beta.3 (2024-11-11)

Perf

  • add custom logging level (82bead2)

1.2.0-beta.2 (2024-11-11)

Bug Fixes

  • improved ttl description generation (bf4bdae)

1.2.0-beta.1 (2024-11-11)

Features

  • ttl_to_building_description function (d83e66f)

Docs

  • imporeved docs and ttl_output method (24a7d8b)

1.1.2 (2024-11-05)

Bug Fixes

1.1.1 (2024-11-05)

Bug Fixes

1.1.0 (2024-11-05)

Features

1.0.1 (2024-11-05)

Bug Fixes

  • replaced banner for pypi (218a60f)

1.0.0 (2024-11-05)

Features

  • add abstract graph, new state, examples (ecd7f94)
  • add makefile (03aa829)
  • add mkdocs (d38421e)
  • add validation (835a6ba)
  • added custom models (67cc309)
  • added ISSUE_TEMPLATE and ci cd workflows (5969ec5)
  • added pre-commit and tox integration (25dff8b)
  • added return types (f495549)
  • BrickSchemaGraphLocal workflow definition (b80e855)
  • refactor: created lib (980b0e7)
  • fine-tuned prompt template (7a22eb8)
  • initial release (8a8f5a1)
  • initial release (804a19f)
  • initial release (8f9d7aa)
  • integration of ollama fine-tuned model (633bb93)
  • agent: langgraph porting (34f614a)
  • local generation node using the fine-tuning (dd625ca)
  • move graph compilation inside class (e753523)
  • rdf parser from raw llm response (740143e)
  • update config and states for hosting also the local model instructions (4b85fc7)
  • validate local llm (we need another function since the return node is different (f228764)

Bug Fixes

chore

  • add simpler building description (57dcb2e)
  • modified cicd (580199b)
  • rename folder containers into finetuned (0eca876)

Docs