Skip to content

Commit 2e1c90f

Browse files
committed
docs: update glossary with acronyms
1 parent 3b2e88d commit 2e1c90f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

glossary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A comprehensive list of technical terms used throughout the lessons.
44

5-
- **API**: A set of rules enabling software applications to communicate with each other, commonly used in generative AI integration.
5+
- **API (Application Programming Interface)**: A set of rules enabling software applications to communicate with each other, commonly used in generative AI integration.
66
- **API key**: A private key used to authenticate requests to an application programming interface.
77
- **Augmented Prompt**: A prompt enhanced with additional context or information to improve the relevance of AI-generated responses.
88
- **Azure AI Studio**: A platform to build, evaluate, and deploy AI models using Microsoft Azure.
@@ -12,7 +12,7 @@ A comprehensive list of technical terms used throughout the lessons.
1212
- **Chatbot**: An application designed to simulate conversation with human users, often using natural language processing.
1313
- **Completions API**: API to generate text or code based on inputs, used for predictive or generative tasks in AI models.
1414
- **Context Window**: The amount of past input that a language model can consider when generating responses, measured in tokens.
15-
- **CSV**: A data format consisting of values separated by commas, often used for structured data retrieval and modification.
15+
- **CSV (Comma-Separated Values)**: A data format consisting of values separated by commas, often used for structured data retrieval and modification.
1616
- **Embedding**: Numeric vector representation of data, often used for semantic search or clustering in machine learning.
1717
- **Escape Hatch**: A technique instructing AI to admit lack of knowledge when data is insufficient to ensure accurate responses.
1818
- **Few-Shot Prompting**: A method of providing minimal examples to the model to influence its output with specific context or format.
@@ -22,7 +22,7 @@ A comprehensive list of technical terms used throughout the lessons.
2222
- **GitHub Models**: A platform hosting pre-trained AI models for use and integration with GitHub development workflows.
2323
- **GitHub Token**: An authentication method to access GitHub-hosted APIs or services securely.
2424
- **Interactive Development Environments (IDEs)**: Software providing coding, debugging, and testing tools for developers.
25-
- **JSON**: A lightweight data-interchange format used for structured information exchange between systems, including generative AI responses.
25+
- **JSON (JavaScript Object Notation)**: A lightweight data-interchange format used for structured information exchange between systems, including generative AI responses.
2626
- **Knowledge Bases**: Data repositories used to enhance AI applications by providing reliable, domain-specific information.
2727
- **LangChain**: A framework for building AI applications that focus on chaining multiple models and functionalities together.
2828
- **Large Language Model (LLM)**: AI models trained on large text datasets to generate human-like responses for diverse applications.
@@ -41,4 +41,4 @@ A comprehensive list of technical terms used throughout the lessons.
4141
- **TensorFlow.js**: A JavaScript-based machine learning library enabling browser and Node.js-based AI/ML applications and training.
4242
- **Tokenizer**: A tool used to convert text into tokens, providing structure for how data is inputted or analyzed by models.
4343
- **Vector Search**: Retrieval technique comparing encoded vectors to find semantically similar information in AI applications.
44-
- **XML**: A markup language formatting structured data for information storage, exchange, or generative model input/output.
44+
- **XML (eXtensible Markup Language)**: A markup language formatting structured data for information storage, exchange, or generative model input/output.

0 commit comments

Comments
 (0)