Workshop‐basic‐of‐llm‐app - up1/workshop-ai-with-technical-team GitHub Wiki
Workshop of Basic LLM app
- Prompt engineering
- Basic of LLM
- Problem and solution ?
- Caching
- Function calling
- React
- MCP = Model Context Protocol
- RAG (Retrieval-Augmented Generation)
- RAG workshop
- Data source = Website
- Vector database = Chroma
- Processing
- Chunking or splitting
- Embedding
- Store data in to Vector database
- Similarity or Relevance search
- Re-ranking
- Evaluate
- CAG (Cache-Augmented Generation)