You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: glossary.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,15 @@ A comprehensive list of technical terms used throughout the lessons.
21
21
-**GitHub Codespaces**: A cloud-based environment for coding, testing, and running applications directly from GitHub repositories.
22
22
-**GitHub Models**: A platform hosting pre-trained AI models for use and integration with GitHub development workflows.
23
23
-**GitHub Token**: An authentication method to access GitHub-hosted APIs or services securely.
24
-
-**Interactive Development Environments (IDEs)**: Software providing coding, debugging, and testing tools for developers.
24
+
-**IDE (Interactive Development Environment)**: Software providing coding, debugging, and testing tools for developers.
25
25
-**JSON (JavaScript Object Notation)**: A lightweight data-interchange format used for structured information exchange between systems, including generative AI responses.
26
26
-**Knowledge Bases**: Data repositories used to enhance AI applications by providing reliable, domain-specific information.
27
27
-**LangChain**: A framework for building AI applications that focus on chaining multiple models and functionalities together.
28
-
-**Large Language Model (LLM)**: AI models trained on large text datasets to generate human-like responses for diverse applications.
28
+
-**LLM (Large Language Model)**: AI models trained on large text datasets to generate human-like responses for diverse applications.
29
29
-**Maieutic Prompting**: A technique involving follow-up queries to challenge or validate AI-generated responses for accuracy and reasoning.
30
30
-**Managed Identity**: A secure cloud mechanism that provides applications with automatic authentication to access resources without managing passwords.
31
31
-**Markdown**: A lightweight markup language for formatting plain text into structured layouts, like tables or lists.
32
+
-**MCP (Model Context Protocol)**: A protocol to decentralize applications by separating server capabilities and connection protocols.
32
33
-**Meta Prompts**: Instructions added before a user's prompt to refine or restrict the AI's behavior and output format.
33
34
-**Multimodal Capabilities**: AI functionality to process various formats like text, image, or video input and deliver diverse outputs.
34
35
-**Node.js**: A runtime environment allowing developers to execute JavaScript code server-side for building scalable applications.
0 commit comments