Skip to content

Commit 348fd4e

Browse files
committed
feat(articles): add new AI and LLM resources
Added articles on "3 APIs to Access Gemini 2.5 Pro," "Building A Simple MCP Server," and "Llama 4 With RAG: A Guide With Demo Project" to the search.json file. Updated the corresponding markdown pages for Artificial Intelligence and Large Language Models to include these new resources.
1 parent 2a4c5e6 commit 348fd4e

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

pages/artificial-intelligence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A collection of resources, tutorials, and articles about Artificial Intelligence (AI).
44

55
## Articles
6-
6+
- [3 APIs to Access Gemini 2.5 Pro](https://www.kdnuggets.com/3-apis-to-access-gemini-2-5-pro)
77
- [3 Ways to Access Llama 4 for Free](https://www.kdnuggets.com/3-ways-to-access-llama-4-for-free)
88
- [Gemini 2.5 Pro API: A Guide With Demo Project](https://www.datacamp.com/tutorial/gemini-2-5-pro-api)
99
- [Using Claude 3.7 Locally](https://www.kdnuggets.com/using-claude-3-7-locally)

pages/large-language-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A collection of resources, tutorials, and articles about Large Language Models (
44

55
## Articles
66

7+
- [Building A Simple MCP Server](https://www.kdnuggets.com/building-a-simple-mcp-server)
8+
- [Llama 4 With RAG: A Guide With Demo Project](https://www.datacamp.com/tutorial/llama-4-rag)
79
- [Fine-Tuning Llama 4: A Guide With Demo Project](https://www.datacamp.com/tutorial/fine-tuning-llama-4)
810
- [Fine-Tune Gemma 3: A Step-by-Step Guide With Financial Q&A Dataset](https://www.datacamp.com/tutorial/fine-tune-gemma-3)
911
- [Run Gemma 3 Locally Using Open WebUI](https://skillenai.com/competition-post/run-gemma-3-locally-using-open-webui/)

search.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@
167167
"category": "Career Advice",
168168
"content": "28 Top Data Scientist Interview Questions For All Levels - Career Advice article about 28 top data scientist interview questions for all levels"
169169
},
170+
{
171+
"title": "3 APIs to Access Gemini 2.5 Pro",
172+
"url": "https://www.kdnuggets.com/3-apis-to-access-gemini-2-5-pro",
173+
"category": "Artificial Intelligence (AI)",
174+
"content": "3 APIs to Access Gemini 2.5 Pro - Artificial Intelligence (AI) article about 3 apis to access gemini 2.5 pro"
175+
},
170176
{
171177
"title": "3 Free Platforms for Personalized ChatGPT Experience",
172178
"url": "https://www.kdnuggets.com/2023/05/3-free-platform-personalized-chatgpt-experience.html",
@@ -725,6 +731,12 @@
725731
"category": "Large Language Models (LLMs)",
726732
"content": "Building 3 Fun AI Applications with ControlFlow - Large Language Models (LLMs) article about building 3 fun ai applications with controlflow"
727733
},
734+
{
735+
"title": "Building A Simple MCP Server",
736+
"url": "https://www.kdnuggets.com/building-a-simple-mcp-server",
737+
"category": "Large Language Models (LLMs)",
738+
"content": "Building A Simple MCP Server - Large Language Models (LLMs) article about building a simple mcp server"
739+
},
728740
{
729741
"title": "Building AI Application with Gemini 2.0",
730742
"url": "https://www.kdnuggets.com/building-ai-application-gemini-2",
@@ -1391,6 +1403,12 @@
13911403
"category": "Large Language Models (LLMs)",
13921404
"content": "LlaMA-Factory WebUI Beginner's Guide: Fine-Tuning LLMs - Large Language Models (LLMs) article about llama-factory webui beginner's guide: fine-tuning llms"
13931405
},
1406+
{
1407+
"title": "Llama 4 With RAG: A Guide With Demo Project",
1408+
"url": "https://www.datacamp.com/tutorial/llama-4-rag",
1409+
"category": "Large Language Models (LLMs)",
1410+
"content": "Llama 4 With RAG: A Guide With Demo Project - Large Language Models (LLMs) article about llama 4 with rag: a guide with demo project"
1411+
},
13941412
{
13951413
"title": "Local AI with Docker, n8n, Qdrant, and Ollama",
13961414
"url": "https://www.datacamp.com/tutorial/local-ai",

0 commit comments

Comments
 (0)