Skip to content

Commit d7dec0f

Browse files
authored
link DeepSeek demo notebook to tutorials (opensearch-project#3485)
Signed-off-by: Yaliang Wu <[email protected]>
1 parent 87a7849 commit d7dec0f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/tutorials/aws/RAG_with_DeepSeek_Chat_model.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
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).
55
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).
66

7+
For a simpler alternative, you can explore our Python-based implementation in this [demo notebook](DeepSeek_demo_notebook_for_RAG.ipynb).
8+
79
Note: Replace the placeholders starting with the prefix `your_` with your own values.
810

911

docs/tutorials/aws/RAG_with_DeepSeek_R1_model_on_Bedrock.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
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).
55
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).
66

7+
For a simpler alternative, you can explore our Python-based implementation in this [demo notebook](DeepSeek_demo_notebook_for_RAG.ipynb).
8+
79
Note: Replace the placeholders starting with the prefix `your_` with your own values.
810

911

docs/tutorials/aws/RAG_with_DeepSeek_R1_model_on_Sagemaker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
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).
55
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).
66

7+
For a simpler alternative, you can explore our Python-based implementation in this [demo notebook](DeepSeek_demo_notebook_for_RAG.ipynb).
8+
79
Note: Replace the placeholders starting with the prefix `your_` with your own values.
810

911

0 commit comments

Comments
 (0)