Kasia
Kasia
Pull the results of the short-term forecast available via Carbon Intensity API, see this [endpoint](https://carbon-intensity.github.io/api-definitions/#get-intensity-from-fw48h).
applies to - to get_national_ci() - get_regional_ci() - get_stats() - get_mix()
It's not really an issue, but specific application question. I have an app where a user chooses a file name from a drop-down menu (`selectizeInput`) and confirms the choice with...
In the [official vignette](https://github.com/KKulma/demoR.git), the suggested way of referring to code chunks ( ```{r, include = FALSE, demo = "how_to_pipe"}``` ) returns errors. However, if we simply name the code...
I'm having problems installing the packege from GitHub: ``` > devtools::install_github("kbodwin/demoR") Downloading GitHub repo kbodwin/demoR@master √ checking for file 'C:\Users\kkulma\AppData\Local\Temp\Rtmpa24Xua\remotes102c18d325f2\kbodwin-demoR-968292a/DESCRIPTION' ... - preparing 'demoR': √ checking DESCRIPTION meta-information ... -...
Related to #734 When creating a custom environment on PromptFlow, installation of the rag-experiment-accelerator package fails due to dependency conflicts This results in the failed indexing step in the flow:
I'm following the Prompt Flow setup steps outlined in [this document](https://github.com/microsoft/rag-experiment-accelerator/blob/development/promptflow/rag-experiment-accelerator/README.md#vscode) however, I'm having issues building the hnswlib package from source. This happens even though I have a C++ compiler...