FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
30.37k stars 15.7k forks source link

[FEATURE] SageMaker Endpoint Model #1050

Open kobeisfree94 opened 11 months ago

kobeisfree94 commented 11 months ago

Hi, my team and I are trying to implement Flowise for our GenAI projects. We are wondering if there is a way to invoke ChatModels/LLMs/Embeddings through AWS SageMaker Endpoints similar to how HuggingFaceInference Endpoints operate.

For example, we have subscribed to a Cohere Embedding Model via AWS Marketplace and wish to use it as our embedding model as deployed as a SageMaker Endpoint.

Thanks!

HenryHengZJ commented 11 months ago

welcome any contributions! docs - https://js.langchain.com/docs/modules/model_io/models/llms/integrations/aws_sagemaker

marcelcastrobr commented 11 months ago

Anyone working with this implementation?

HenryHengZJ commented 11 months ago

@marcelcastrobr nope, feel free to take a stab!