Skip to content

Commit

Permalink
Update content/blog/codegen-learnings/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gavin <[email protected]>
  • Loading branch information
arturl and thtmnisamnstr authored Jan 4, 2025
1 parent bd52ae9 commit 85b310c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/codegen-learnings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this post, we want to share the learnings from developing code generation for

## Using RAG for code generation

Pulumi supports over [120 providers](https://www.pulumi.com/registry/), including major cloud providers such as AWS, Azure, Google Cloud, and Kubernetes, as well as many other services and platforms. New providers are being added continuously, and the existing providers change as their capabilities grow.
Pulumi supports over [120 providers](https://www.pulumi.com/registry/), including major cloud providers such as AWS, Azure, Google Cloud, and Kubernetes, as well as many other services and platforms. New providers are continuously added, and existing providers change as their capabilities grow.

Our goals is to to generate the most accurate code for every provider -- code that is not only correct but also reflects their latest capabilities.

Expand Down

0 comments on commit 85b310c

Please sign in to comment.