How is an LLM based system different from a traditional software system?
What is context, and how this context is provided to the LLM - prompts, RAG, MCP
The 8 steps involved in end to end working of an LLM to output result of a query. - training using corpus, Tokenization, Embedding, Vector DB creation & RAG, Query & Prompts, Search, Retrieval, Output.