Releases: seanpedrick-case/llm_topic_modelling
Releases · seanpedrick-case/llm_topic_modelling
v0.9.1
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
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
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
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
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
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
What's Changed
- Corrected mcp server reference in blocks launch by @seanpedrick-case in #55
- Upgraded packages. Added compatibility for gradio version 6.0.2 by @seanpedrick-case in #56
- Upgraded packages and added compatibility with Gradio 6 by @seanpedrick-case in #57
- Added workaround for 'hidden' components being visible on UI by @seanpedrick-case in #58
- Added Gemma 12b and Ministral 3 14b support. Minor bug fixes by @seanpedrick-case in #59
Full Changelog: v0.5.1...v0.5.2
v0.5.1
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
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
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