Harleen Thind

Results 12 comments of Harleen Thind

Align casing for "DocumentUploadApp" with "webapp" and "webapi"

@Julian-Chou - do you have AI endpoint and Key set up in `Embeddings` section in `appsettings.json`? Key can alternatively be set using `dotnet secrets` as well. Also, make sure you...

Yes, we are bringing this into our Copilot chat sample: https://github.com/microsoft/semantic-kernel/pull/930

Yes, it is still in works, looks like original PR was closed, but @amsacha and @TaoChenOSU are actively working on adding this support.

Can you please confirm the following: 1. AI endpoints are set in `appsettings.json` - This needs to be updated in 2-3 places based on whether you want to use Planner...

@parthvnp - Yes, we are open to PRs and would be great if you can contribute.

Can you please confirm if the AI endpoint and key values are set in `Embeddings` section in `appsettings.json`: ``` "Embedding": { "Label": "Embeddings", "AIService": "AzureOpenAI", "DeploymentOrModelId": "text-embedding-ada-002", "Endpoint": "", //...

Hi @SeaDude, We haven't done a detailed comparison. This space is moving very quickly, and our objective has been to move as fast as possible reacting to feedback and feature...

Need to update ReadMes before merging this