Andreu Codina
Andreu Codina
@realvictorprm Instead of: `(fun x y -> x + y)` **Proposal 1:** `\(x y -> x + y)` shown with a font ligature: `λ(x y -> x + y)` **Proposal...
Can we make progress on this @samuelcolvin? I can lend a hand. To use Azure Key Vault from localhost, your Microsoft account needs a role, for example, `Key Vault Administrator`,...
It still occurs with `verbose=True` langchain version 0.0.207
Failing on my Macbook M1. I've executed the command: `dotnet tool install -g --add-source "https://api.nuget.org/v3/index.json" --ignore-failed-sources upgrade-assistant` And the output is the next: > Tools directory '/Users/andreu/.dotnet/tools' is not currently...
> Thanks @AndreuCodina for this PR. > > > Doubt: Where should I add the required Python packages (azure-keyvault-secrets==4.8.0 and azure-identity==1.16.0) to use AzureKeyVaultSettingsSource? > > It has to be...
> You need to update the requirements by running `make refresh-lockfiles` command ```bash $ make refresh-lockfiles `make: *** No rule to make target 'refresh-lockfiles'. Stop.` ```
@hramezani is everything ok?
> @AndreuCodina I checked the PR. we have some missed functionality like nested model support, case insensitive support. let me talk with the team and get back to you. What...
> > I can get all available secrets from Azure Key Vault (names and values) and replace -- (these are the symbols used for nested/hierarchy data) with __, but if...
> @AndreuCodina I changed the example in the doc and made it simpler. > > Please add `AzureKeyVaultSettingsSource` to the [**init**](https://github.com/pydantic/pydantic-settings/blob/6ffd6bd8950b56a1d277b24e5872d42638296898/pydantic_settings/__init__.py#L2) and then change the doc example to import `AzureKeyVaultSettingsSource`...