Skip to content

FDA-1/LLM_RAG_Model_Deployment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM_RAG_Model_Deployment

Useful Command and Links:

python3 -m venv .venv source .venv/bin/activate which python python3 -m pip install --upgrade pip

Steps:

  1. Creating a virtual environment managing the dependencies.
  2. what .env file and and how to load secrets from .env file
  3. how to configure and load llm models from local folder and using together api
  4. how to modularize your code and create a vectore DB
  5. Pydantic & What is fast api from concepts to code
  6. What is gradio and how to create UIs using Gradio
  7. Combine everything and create a fully functional LLM App.

YouTube Playlist Link: https://youtube.com/playlist?list=PLOrU905yPYXIqQLY6ulQqB8e414-DFuyd&si=nStqjRUsbytX3J5k

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%