Chinedum Echeta

Results 41 issues of Chinedum Echeta

# Motivation Implement caching of dependencies from Poetry, as in the docs: https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages ```yaml steps: - uses: actions/checkout@v4 - name: Install poetry run: pipx install poetry - uses: actions/setup-python@v5 with:...

enhancement

# Describe the bug The EventGrid topic sends messages to the Storage queue both when a blob is created or deleted, however the `batch_push_results` function is set up to only...

bug

# Describe the bug The frontend crashed after receiving a response from the `/custom` endpoint. I was not able to obtain the response, however the crash occurred at this line,...

bug

# Motivation At present, there is an env var `AZURE_OPENAI_STREAM` which controls streaming when using the byod endpoint, but it is not used at all when using the custom endpoint....

enhancement

# Motivation Every time we call `ConfigHelper.get_active_config_or_default()` we make a request to the storage account, which happens multiple times per request. Considering that this is not updated often, we should...

enhancement
subtask

Currently langchain or the semantic kernel orchestration strategies do not use an intent prompt. We are adding a 3rd Orchestration which will be Promptflow (#406). This will include using the...

# Motivation The `TokenLogger` class is not necessary, now that App Insights has been integrated into the application properly. As a result, the class can be removed, and replaced with...

enhancement

# Motivation Currently when Key Vault is used, the `EnvHelper()` makes a number of requests to Azure Key Vault. EnvHelper is currently cached, but there can be multiple calls to...

enhancement
good first issue

# Motivation For requests to `/api/custom/azure_byod`, we currently use the `requests` package when using data, yet we use the `openai` package when not using data, leading to code duplication. We...

enhancement

# Motivation There are a number of imports which are done within functions, rather than at the top of the file, such as [here](https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/blob/256522ff8b5d10adadfe827079171dbc66ab8804/code/create_app.py#L219). These include latency into requests in...

enhancement