Skip to content

Commit

Permalink
link DeepSeek demo notebook to tutorials (#3485)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn authored Feb 1, 2025
1 parent 87a7849 commit d7dec0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/aws/RAG_with_DeepSeek_Chat_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
This tutorial shows you how to implement retrieval-augmented generation (RAG) using Amazon OpenSearch and the [DeepSeek chat model](https://api-docs.deepseek.com/api/create-chat-completion).
If you are not using Amazon OpenSearch, you can use the DeepSeek connector chat blueprint directly. For more information, see [the blueprint](https://github.com/opensearch-project/ml-commons/blob/main/docs/remote_inference_blueprints/deepseek_connector_chat_blueprint.md).

For a simpler alternative, you can explore our Python-based implementation in this [demo notebook](DeepSeek_demo_notebook_for_RAG.ipynb).

Note: Replace the placeholders starting with the prefix `your_` with your own values.


Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/aws/RAG_with_DeepSeek_R1_model_on_Bedrock.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
This tutorial shows you how to implement retrieval-augmented generation (RAG) in Amazon OpenSearch with the [DeepSeek R1 model](https://huggingface.co/deepseek-ai/DeepSeek-R1).
If you are not using Amazon OpenSearch, you can use the DeepSeek connector chat blueprint directly. For more information, see [the blueprint](https://github.com/opensearch-project/ml-commons/blob/main/docs/remote_inference_blueprints/deepseek_connector_chat_blueprint.md).

For a simpler alternative, you can explore our Python-based implementation in this [demo notebook](DeepSeek_demo_notebook_for_RAG.ipynb).

Note: Replace the placeholders starting with the prefix `your_` with your own values.


Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/aws/RAG_with_DeepSeek_R1_model_on_Sagemaker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
This tutorial shows you how to implement retrieval-augmented generation (RAG) in Amazon OpenSearch with the [DeepSeek R1 model](https://huggingface.co/deepseek-ai/DeepSeek-R1).
If you are not using Amazon OpenSearch, you can use the DeepSeek connector chat blueprint directly. For more information, see [the blueprint](https://github.com/opensearch-project/ml-commons/blob/main/docs/remote_inference_blueprints/deepseek_connector_chat_blueprint.md).

For a simpler alternative, you can explore our Python-based implementation in this [demo notebook](DeepSeek_demo_notebook_for_RAG.ipynb).

Note: Replace the placeholders starting with the prefix `your_` with your own values.


Expand Down

0 comments on commit d7dec0f

Please sign in to comment.