Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
philschmid committed Oct 26, 2023
1 parent 19a9d31 commit e49ed56
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ The examples cover the main functionality of the library - chat, text completion
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [Detailed ChatCompletion Example](sagemaker-chat-completion-api) | Shows how to use the ChatCompletion API to have a conversational chat with the model. |
| [Detailed Completion Example](sagemaker-text-completion-api) | Uses the TextCompletion API to generate text with the model. |
| [Create Embeddings](sagemaker-get-embeddings) | Embeds text into vector representations using the model. |
| [Create Embeddings](sagemaker-get-embeddings) | Embeds text into vector representations using the model. |

## Amazon Bedrock

| Example | Description |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [Detailed ChatCompletion Example](sagemaker-chat-completion-api) | Shows how to use the ChatCompletion API to have a conversational chat with the model. |
| [Example how to stream chat requests](stream-chat-completions) | Demonstrates streaming multiple chat requests to efficiently chat with the model. |

0 comments on commit e49ed56

Please sign in to comment.