llm_topic_modelling / Dockerfile

Commit History

Added examples for structured summaries and groups. Adapted functions for structured summaries. Simplified front tab GUI
5ed844b

seanpedrickcase commited on

Added possibility of adding examples quickly to the input files
8c54223

seanpedrickcase commited on

Enhanced app functionality by adding new UI elements for summary file management, put in Bedrock model toggle, and refined logging messages. Updated Dockerfile and requirements for better compatibility and added install guide to readme. Removed deprecated code and unnecessary comments.
ba1a951

seanpedrickcase commited on

Enhanced app functionality by adding new logging variables, refining file input options, and updating prompts for better user experience. Updated Dockerfile for improved environment setup and adjusted requirements for compatibility. Removed unnecessary print statements and added error handling in data loading functions.
714810a

seanpedrickcase commited on

Dockerfile now refers to prebuilt llama-cpp-python wheel
41f8cab

seanpedrickcase commited on

Minor fixes for Gemini, model calls. Updated Dockerfile for non-GPU systems
8ec0f3d

seanpedrickcase commited on

Added pyproject.toml file, updated some dependencies
359f819

Sonnyjim commited on

Code reorganisation to better use config files. Adapted code to use Gemma 3 as local model. Minor package updates
0c0a08a

seanpedrickcase commited on

Package updates. Small fix to allow for Gemma 2b successful responses
7122331

seanpedrickcase commited on

Topic deduplication/merging now separated from summarisation. Gradio upgrade
854a758

seanpedrickcase commited on

Corrected references to extra-index-url in requirements/Dockerfile
3db2499

seanpedrickcase commited on

Corrected prompt. Now runs Haiku correctly
0a726d1

seanpedrickcase commited on

Updated Dockerfile with packages needed to compile Python wheels (for llama-cpp-python)
11881a6

seanpedrickcase commited on

Can now specify root path for app with an environment variable
c79d667

seanpedrickcase commited on

Added support for using local models (specifically Gemma 2b) for topic extraction and summary. Generally improved output format safeguards.
b7f4700

seanpedrickcase commited on