Skip to content

Releases: seanpedrick-case/llm_topic_modelling

v0.9.1

09 Jan 15:47
8174857

Choose a tag to compare

What's Changed

  • Minor correction to Dockerfile to allow for correct package installation with Python 3.12. Improved overall summary prompt. by @seanpedrick-case in #66

Full Changelog: v0.9.0...v0.9.1

v0.9.0

09 Jan 10:00
8daacf3

Choose a tag to compare

What's Changed

  • Rollback to Gradio 6.0.2 as some features degraded.
  • Improved LLM deduplication reliability.
  • Improved some table parsing throughout.
  • Fixed GPT OSS tagging issue in responses.
  • Consistent topic cleaning functions now used throughout codebase.
  • Ensured GPT OSS models have reasoning prompt suffix correctly applied.

by @seanpedrick-case in #65

Full Changelog: v0.8.0...v0.9.0

v0.8.0

07 Jan 15:45
5d39fde

Choose a tag to compare

What's Changed

  • Zero shot topic parsing improvements, improved deduplication throughout process, Gradio upgrade and formatting improvements by @seanpedrick-case in #64

Full Changelog: v0.7.0...v0.8.0

v0.7.0

18 Dec 21:14
7eaf3e4

Choose a tag to compare

What's Changed

  • Integration of LLM deduplication into all in one pipeline (optional).
  • Can now output only xlsx file in direct mode.
  • Improved Excel file output formatting.
  • Cleaned up suggested topic file input
    by @seanpedrick-case in #63

Full Changelog: v0.6.0...v0.7.0

v0.6.0

12 Dec 22:28
87c25fe

Choose a tag to compare

What's Changed

  • Added cli functionality, and linked direct run mode and AWS lambda compatible entrypoint. Added test suite. General code cleanup and minor bug fixes. by @seanpedrick-case in #62

Full Changelog: v0.5.3...v0.6.0

v0.5.3

03 Dec 22:34
098dab5

Choose a tag to compare

What's Changed

  • formatter and linter checks through all code. Formatting change to xlsx outputs. by @seanpedrick-case in #60

Full Changelog: v0.5.2...v0.5.3

v0.5.2

03 Dec 22:12
aeaac87

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

18 Nov 09:43
50d140c

Choose a tag to compare

What's Changed

  • Added support for local inference server APIs.
  • Optimised installation packages and instructions.
  • Added Gemma 3 12B to local options.
  • Other minor fixes and optimisations

by @seanpedrick-case in #54

Full Changelog: v0.5.0...v0.5.1

v0.5.0

20 Oct 21:44
808744c

Choose a tag to compare

What's Changed

  • Created wrapper summarisation function so revised summaries will be correctly created by group. Fixed output logs for summarisation tasks. Fixed some structured summary prompt issues. Minor prompt adjustments by @seanpedrick-case in #53
  • Also fixes to AWS Bedrock key usage in validation functions

Full Changelog: v0.4.0...v0.5.0

v0.4.0

15 Oct 12:16
44570ea

Choose a tag to compare

What's Changed

  • Added output validation capability to LLM calls, LLM deduplication, minor prompt and code optimisation by @seanpedrick-case in #52

Full Changelog: v0.3.1...v0.4.0