Skip to content

aws-samples/llm-apps-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LLM Apps Workshop

This repository provides the source code for Large Language Model (LLM) based applications that are used for blog posts, workshop and demos.

Amazon Sagemaker Jumpstart makes it simple to host LLMs as Sagemaker Endpoints enabling uses-cases for inference (text to text generation) and embeddings generation.

The LLM applications in this repo include inference, generating embeddings, question answer (zero-shot and few-shot learning, prompt engineering), retrieval augmented generation (RAG) and domain adapted fine-tuning (coming soon..).

Repository structure

The code in this repo is organized into the following sub-folders, each having its own README.md file.

├── README.md
├── blogs/
├── blogs/rag/
├── blogs/rag/api
├── blogs/rag/app
├── workshop/

Blogs

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.