sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.3k stars 128 forks source link

Amazon SageMaker Endpoint Driver #210

Closed shinglyu closed 1 year ago

shinglyu commented 1 year ago

This driver allows you to invoke LLMs running on Amazon SageMaker Endpoint, including SageMaker JumpStart models. See the README for a getting started guide.

williamhogman commented 1 year ago

Great work so far. Appericiate you taking the time :)

shinglyu commented 1 year ago

I ran cargo fmt on all the crates that fails the CI/CD. There is an error on llm-chain-milvus being unlicense, which I don't know how to fix.

williamhogman commented 1 year ago

Thanks will take a look