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 ??

gefragt vor 25 Tagen164 Aufrufe
1 Antwort
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
beantwortet vor 24 Tagen
  • sorry but my question is can I make an call to an function present inside my sagemaker notebook and get the response for that ?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen