Azure-Samples / contoso-chat

This sample has the full End2End process of creating RAG application with Prompt Flow 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
366 stars 2.28k forks source link

Refactor / Support azd deployment #103

Closed nitya closed 1 month ago

nitya commented 1 month ago
  1. Added docs/ with instructions for v2
  2. Added deployment/ with azd-specific configuration for ai.endpoint
  3. Updated contoso_chat/ to add flex-flow support
  4. Refactored infra/ and azure.yaml to reflect config updates
nitya commented 1 month ago

@cassiebreviu - this version will complete azd workflow successfully (provision and deploy). Will start a new PR that debugs the application itself