Skip to content

Pat-Vdv/LLMs_for_AI-Powered_Applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install packages with pip and requirements.txt

The following command installs packages in bulk according to the configuration file, requirements.txt. In some environments, use pip3 instead of pip.

$ pip install -r requirements.txt The configuration file can be named arbitrarily, though requirements.txt is commonly used. Place requirements.txt in the directory where you plan to run the command. If the file is in a different directory, specify its path, for example, path/to/requirements.txt.

About the book

The book provides a solid theoretical foundation of what LLMs are, their architecture. With a hands-on approach we provide readers with a step-by-step guide to implementing LLM-powered apps for specific tasks and using powerful frameworks like LangChain.

Building-LLM-Powered-Applications

This is the code repository for Building LLM Powered Application, Published by Packt and updated to use it with python and news functions call (langchain, lanceDB,..)

Create intelligent apps and agents with large language models

What you will learn

  • Explore the core components of LLM architecture, including encoder-decoder blocks and embeddings
  • Understand the unique features of LLMs like GPT-3.5/4, Llama 2, and Falcon LLM
  • Use AI orchestrators like LangChain, with Streamlit for the frontend
  • Get familiar with LLM components such as memory, prompts, and tools
  • Learn how to use non-parametric knowledge and vector databases
  • Understand the implications of LFMs for AI research and industry applications
  • Customize your LLMs with fine tuning
  • Learn about the ethical implications of LLM-powered applications

Table of Contents

Chapters

  1. Introduction to Large Language Models
  2. LLMs for AI-Powered Applications
  3. Choosing an LLM for Your Application
  4. Prompt Engineering
  5. Embedding LLMs within Your Applications
  6. Building Conversational Applications
  7. Search and Recommendation Engines with LLMs
  8. Using LLMs with Structured Data
  9. Working with Code
  10. Building Multimodal Applications with LLMs
  11. Fine-Tuning Large Language Models
  12. Responsible AI
  13. Emerging Trends and Innovations

Get to Know the Author Valentina Alto

After completing her bachelor's degree in finance, Valentina Alto pursued a master's degree in data science in 2021. She began her professional career at Microsoft as an Azure Solution Specialist, and since 2022, she has been primarily focused on working with Data & AI solutions in the Manufacturing and Pharmaceutical industries. Valentina collaborates closely with system integrators on customer projects, with a particular emphasis on deploying cloud architectures that incorporate modern data platforms, data mesh frameworks, and applications of Machine Learning and Artificial Intelligence.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages