Skip to content

Commit

Permalink
Merge pull request #339 from ldwedari/patch-3
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
koreyspace committed Mar 18, 2024
2 parents 4baa075 + 1aa622d commit 7615571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14-the-generative-ai-application-lifecycle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ How could we explore those steps? Let's step into detail in how could we build a
This may look a bit complicated, lets focus on the three big steps first.

1. Ideating/Exploring: Exploration, here we can explore according to our business needs. Prototyping, creating a [PromptFlow](https://microsoft.github.io/promptflow/index.html?WT.mc_id=academic-105485-koreyst) and test if is efficient enough for our Hypothesis.
1. Building/Augmenting: Implementation, now, we start to evaluate for bigger datasets implement tecnqiues, like Fine-tuning and RAG, to check the robustness of out solution. If it does not, re-implementing it, adding new steps in our flow or restructuring the data, might help. After testing our flow and our scale, if it works and check our Metrics, it is ready for the next step.
1. Building/Augmenting: Implementation, now, we start to evaluate for bigger datasets implement techniques, like Fine-tuning and RAG, to check the robustness of out solution. If it does not, re-implementing it, adding new steps in our flow or restructuring the data, might help. After testing our flow and our scale, if it works and check our Metrics, it is ready for the next step.
1. Operationalizing: Integration, now adding Monitoring and Alerts Systems to our system, deployment and application integration to our Application.

Then, we have the overarching cycle of Management, focusing on security, compliance and governance.
Expand Down

0 comments on commit 7615571

Please sign in to comment.