llm-architecture - Concepts
Explore concepts tagged with "llm-architecture"
Total concepts: 2
Concepts
- Context Window - The maximum number of tokens an LLM can process in a single interaction, determining how much information it can consider when generating responses.
- Retrieval Augmented Generation (RAG) - An architecture that enhances LLM outputs by retrieving relevant information from external knowledge sources before generating responses.
← Back to all concepts