Martin Peck
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...
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:...
Allow unwanted labels (those not in defintions.json) to be removed. Make this optional.
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.
In some situations, when run the script generates warnings that it can't make a secure SSL connection.
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...
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...
`.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...