i want to build an rag application where i want to utilize open source embedding model along with the model i write my complete code in sagemaker notebook and make direct call from react

0

i want to build an rag application where i want to utilize open source embedding model along with the model i write my complete code in sagemaker notebook and make direct call from react is it possible if yes then how can I do it ??

質問済み 25日前164ビュー
1回答
0

Treat it just like any other std ML workflow , your client code call goes thru RAG model(embedding model) and then goes to the main model. While you can use sagemaker for RAG setup , however please note you will have to setup whole pipeline of your own , including RAG model call , DB setup etc, data sources , packaging deployment etc. I would highly recommend to use Bedrock service where-in you can easily plugin externals RAG platforms/frameworks thru cli/sdk or use inbuild managed RAG experience called Knowledge bases.

Just with few clicks you will have your app ready. Few ref links if it picks your interest: https://aws.amazon.com/bedrock/knowledge-bases/

One nice blog to rea thru for RAG - https://aws.amazon.com/blogs/aws/knowledge-bases-now-delivers-fully-managed-rag-experience-in-amazon-bedrock/

profile pictureAWS
akad
回答済み 24日前
  • sorry but my question is can I make an call to an function present inside my sagemaker notebook and get the response for that ?

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ