Skip to content

Releases: EURAC-EEBgroup/brick-llm

v1.0.0

05 Nov 08:39
Compare
Choose a tag to compare

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