Skip to content

Commit 3adc3c9

Browse files
Update src/pages/[platform]/ai/concepts/architecture/index.mdx
Co-authored-by: Ian Saultz <[email protected]>
1 parent e79f05a commit 3adc3c9

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/ai/concepts/architecture

1 file changed

+1
-1
lines changed

src/pages/[platform]/ai/concepts/architecture/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function getStaticProps(context) {
3232
The Amplify AI kit is built around the idea of routes. An AI route is like an API endpoint for interacting with backend AI functionality. AI routes are configured in an Amplify backend where you can define the authorization rules, what type of route (generation or conversation), AI model and inference configuration like temperature, what are the inputs and outputs, and what data it has access to. There are currently 2 types of AI routes:
3333

3434
* **Conversation:** A conversation route is an asynchronous, multi-turn API. Conversations and messages are automatically stored in DynamoDB. Examples of this are any chat-based AI experience or conversational UI.
35-
* **Generation:** A single synchronous request-response API. A generation route is just an AppSync Query. Examples of this are: generating alt text for an image, generating structured data from unstructured input, summarization, etc.
35+
* **Generation:** A single synchronous request-response API. A generation route is an AppSync Query that generates structured data according to your route definition. Common uses include generating structured data from unstructured input and summarization.
3636

3737

3838
## Cloud infrastructure

0 commit comments

Comments
 (0)