Skip to content

Commit

Permalink
Merge pull request #3591 from opensearch-project/main
Browse files Browse the repository at this point in the history
Push out community page edits
  • Loading branch information
kolchfa-aws authored Jan 30, 2025
2 parents b3435fa + 99f7d42 commit 7583bec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _data/page_community_datafile.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@
"URL": "https://events.linuxfoundation.org/opensearchcon-india/"
},
{
"Name": "North America | TBD",
"ClassValue": "grayedOut-no-link",
"URL": "#"
"Name": "North America - September 8 - 10, San Jose, CA",
"ClassValue": "community-active-link",
"URL": "https://events.linuxfoundation.org/opensearchcon-north-america/"
},
{
"Name": "China | TBD",
Expand Down Expand Up @@ -179,15 +179,15 @@
},
{
"Name" : "Become a Solutions Provider",
"URL": "/https://github.com/opensearch-project/project-website/issues/new?template=solutionsProvider_add_new_solutionsProvider.yml/",
"URL": "https://github.com/opensearch-project/project-website/issues/new?template=solutionsProvider_add_new_solutionsProvider.yml",
"IconPath": "/assets/img/iconography/OpenSearch-Providers-Icon.png",
"card_ClassValue" : "card_bottomBorder_blue",
"ClassValue": "icon-homepage-community-socialLink"
},
{
"Name": "Write a blog post",
"IconPath": "/assets/img/iconography/OpenSearch-Blog-Icon.png",
"URL": "/blog/",
"URL": "https://github.com/opensearch-project/project-website/issues/new?template=blog_post.yml",
"ClassValue": "icon-homepage-community-withSurroundingCircle",
"card_ClassValue" : "card_bottomBorder_purple"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@ The response contains the model output:
}
}
```
## Tutorials

The following tutorials guide you through integrating RAG in OpenSearch with the [DeepSeek chat model](https://api-docs.deepseek.com/api/create-chat-completion) and [DeepSeek R1 model](https://huggingface.co/deepseek-ai/DeepSeek-R1):

- [OpenSearch + DeepSeek Chat Service API](https://github.com/opensearch-project/ml-commons/blob/main/docs/tutorials/aws/RAG_with_DeepSeek_Chat_model.md)
- [OpenSearch + DeepSeek R1 on Amazon Bedrock](https://github.com/opensearch-project/ml-commons/blob/main/docs/tutorials/aws/RAG_with_DeepSeek_R1_model_on_Bedrock.md)
- [OpenSearch + DeepSeek R1 on Amazon SageMaker](https://github.com/opensearch-project/ml-commons/blob/main/docs/tutorials/aws/RAG_with_DeepSeek_R1_model_on_Sagemaker.md)

## Wrapping up

Expand Down

0 comments on commit 7583bec

Please sign in to comment.