Skip to content

Commit c4ec66f

Browse files
authored
Apply suggestions from PR review
Acrolinx fix (typo).
1 parent d219b5c commit c4ec66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-data-ai/multistage-reasoning-azure-databricks/includes/02-multi-stage-reasoning-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When you want to build a multi-stage reasoning system, you need to:
4040

4141
The tools you need depend on the tasks you need to perform. For example, you can retrieve customer data from a SQL database to provide necessary context, search a vector store to retrieve context based on semantic similarity, or use a fine-tuned LLM to generate output in a specific tone or format.
4242

43-
By breaking up your problem and designing a multi-stage reasoning system,ou create AI solutions that handle more manageable tasks than single-stage approaches. As you design individual tasks and chain them together, you create a more flexible design than in large single-stage systems. Each task, or stage, can be optimized individually, and you can reuse tasks across systems to speed up development of new solutions.
43+
By breaking up your problem and designing a multi-stage reasoning system, you create AI solutions that handle more manageable tasks than single-stage approaches. As you design individual tasks and chain them together, you create a more flexible design than in large single-stage systems. Each task, or stage, can be optimized individually, and you can reuse tasks across systems to speed up development of new solutions.
4444

4545
## Choose a library
4646

0 commit comments

Comments
 (0)