nhsengland / privfp-experiments

Exploration and experiment repository for extending privfp-poc
https://nhsengland.github.io/privfp-experiments/
MIT License
2 stars 1 forks source link

Sk Adds Config Handler Class and an Example Pipeline Workflow #29

Closed scarlett-k-nhs closed 5 months ago

scarlett-k-nhs commented 5 months ago

Summary

What/Why

This branch adds multiple functionality:

  1. Functions to define prompt templates and save this to a defined path to then be able to read the data in using the experimental pipeline handler.
  2. Yaml files, which are parsed and handled in the ExperimentConfigHandler Class.
  3. An example experimental workflow where ollama, local, and gliner are compared.

Checklists

This pull/merge request meets the following requirements:

Comments have been added below around the incomplete checks.