Azure-Samples / contoso-chat

This sample has the full End2End process of creating RAG application with Prompty and AI Studio. It includes GPT 3.5 Turbo LLM application code, evaluations, deployment automation with AZD CLI, GitHub actions for evaluation and deployment and intent mapping for multiple LLM task mapping.
MIT License
468 stars 2.88k forks source link

No Kernel Available When Trying To Select Kernel in GitHub Codespaces VS Code Editor #58

Closed mashhype closed 9 months ago

mashhype commented 9 months ago

Hello,

I'm on this step: https://nitya.github.io/contoso-chat/02%20%7C%20Workshop/05%20%7C%20Setup%20Promptflow/11-populate-index/ and when I click on "Select Kernel" in the top right hand corner icon, nothing happens. Theres no Kernel available. Is there a way to fix this or some kind of workaround?

revodavid commented 9 months ago

I had a similar issue when the codespace stopped automatically. I was able to work around it by deleting and relaunching the codespace (be sure to sync your .env and config.json files).

mashhype commented 9 months ago

Thanks @revodavid I did just that not too long ago and yes, worked fine this time with a new codespace!