Introduction
AI-powered coding: Create your own AI assistant with Llama 2
()
What you should know
()
Using GitHub Codespaces
()
1. Foundations of Your Code Assistant
Intro to large language models (LLMs)
()
Llama 2 deep dive
()
Setting up the Node environment
()
Basic server and API
()
Setting up the Llama's pen
()
Data prep for Llama
()
Loading the local code: Feeding the Llama
()
Connecting the database to the API
()
2. Training Your Personalized Llama
Llama training basics
()
Fine-tuning responses using RAG
()
Retrieving data to AG
()
Generating embeddings
()
Using a vector database
()
3. Llama and Your IDE
GitHub Codespaces extensions setup
()
Building the UI: Side chat
()
Building the UI: Main chat
()
Flushing out the API with LangGraph
()
Grading the responses
()
Integrating the extension, API, and Llama
()
4. Unleashing Your AI Copilot
Automating repetitive tasks
()
Context-aware code completion
()
Advanced code generation
()
Optimizing your assistant
()