Martin Peck

Results 13 issues of Martin Peck

In a similar way to how rake allows `desc` statements to describe tasks, it would be great if flightplan supported some way to give description text when printing the results...

enhancement

Started `azbrowse` after a long period of not using it... ``` $ azbrowse 2022/01/18 08:53:05 Checking for updates 2022/01/18 08:53:08 Successfully updated to version 2.1.554 Sorry a crash occurred Error:...

help wanted
no-issue-activity
no-stale

Allow unwanted labels (those not in defintions.json) to be removed. Make this optional.

enhancement

The script should be able to patch an existing label with the colour required, rather than just failing to create it. This should be optional.

enhancement

In some situations, when run the script generates warnings that it can't make a secure SSL connection.

bug

Seriously, add some tests or you're going to get a slap.

bug
enhancement

The default `config.json` has this section for configuring embedding models... ```json "embedding_models": [ { "type": "sentence-transformer", "model_name": "all-mpnet-base-v2" } ], ``` However, if you use Azure OpenAI you need to...

In many cases, the data that customers want to use with this project is sensitive/restricted. As such, the RAG Experiement Accelerator is often deployed into an Azure environment where the...

documentation
Must have

The GitHub action `rag_exp_acc_ci` runs on PRs. However, because PRs from forks aren't given secrets, this action will fail for all such PRs. This project needs to address this if...

github_actions
Must have

`.env.template` contains the following section... ```env #### Azure Document Intelligence AZURE_DOCUMENT_INTELLIGENCE_ENDPOINT= AZURE_DOCUMENT_INTELLIGENCE_ADMIN_KEY= ``` These entries are optional, but are not in the `OPTIONAL` section of the .env They need to...