Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push out community page edits #3591

Merged
merged 8 commits into from
Jan 30, 2025
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