Devis Lucato
Devis Lucato
### Library name and version Azure.AI.OpenAI 2.0.0-beta.5 ### Describe the bug When using `AzureOpenAIClient` and sending too many requests, the Azure service throttling leads to a "401 Unauthorized" error instead...
When using `AzureOpenAITextEmbeddingGenerationService` SK client and sending too many requests, the Azure service throttling leads to a "401 Unauthorized" error instead of "429 Too Many Requests". * SK version: 1.20.0...
* Fix a couple of typos * Update README to point directly to the .NET repo
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug After an initial deployment I added a couple of secrets...
### Description I’m using two models, `openchat_3.5.Q5_K_M.gguf` to generate text and `nomic-embed-text-v1.5.Q8_0.gguf` to calculate text embeddings. When I input text that exceeds 512 tokens - in my case, it’s 979...
- Fix typos - Update SK nuget version
### Type of issue Typo ### Description https://learn.microsoft.com/en-us/dotnet/orleans/grains/grain-persistence/relational-storage is missing information about how to configure grain storage when using Entra accounts to authenticate to storage. When using Entra, a fixed...
Does Orleans support storing state on services that support only Entra auth? For instance, Azure Postgres Flexi Entra auth (https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-configure-sign-in-azure-ad-authentication)? For security reasons, all our storage services allow only Entra...