Skip to content

Commit 9e69629

Browse files
darthezMaciej Rys
andauthored
Improve LLMs SEO (#266)
## Description Changed LLMs-related keyword <!-- Provide a concise and descriptive summary of the changes implemented in this PR. --> ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (improves or adds clarity to existing documentation) ### Tested on - [ ] iOS - [ ] Android ### Testing instructions <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. --> Co-authored-by: Maciej Rys <maciej.rys@swmansioncom>
1 parent 1ebaf68 commit 9e69629

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

docs/docs/fundamentals/getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ sidebar_position: 1
44
keywords:
55
[
66
react native,
7+
react native ai,
8+
react native llm,
9+
react native qwen,
10+
react native llama,
11+
react native executorch,
712
executorch,
8-
ai,
9-
machine learning,
10-
on-device,
13+
on-device ai,
1114
pytorch,
1215
mobile ai,
13-
getting started,
14-
installation,
15-
llm,
1616
]
1717
description: 'Get started with React Native ExecuTorch - a framework for running AI models on-device in your React Native applications.'
1818
---

docs/docs/llms/useLLM.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@ title: useLLM
33
sidebar_position: 1
44
keywords:
55
[
6-
llm,
7-
large language model,
8-
llama,
9-
llama 3,
106
react native,
7+
react native ai,
8+
react native llm,
9+
react native qwen,
10+
react native llama,
11+
react native executorch,
1112
executorch,
12-
ai,
13-
machine learning,
14-
on-device,
13+
pytorch,
14+
on-device ai,
1515
mobile ai,
16-
inference,
16+
llama 3,
17+
qwen,
1718
text generation,
19+
tool calling,
20+
function calling,
1821
]
1922
description: "Learn how to use Llama models in your React Native applications with React Native ExecuTorch's useLLM hook."
2023
---

docs/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Home = () => {
1818
<Head>
1919
<meta
2020
name="keywords"
21-
content="react native, executorch, ai, machine learning, on-device, pytorch, mobile ai, react native ai, artificial intelligence, mobile machine learning, on-device inference, llama, llm, whisper, ocr, moonshine, speech to text"
21+
content="react native ai, react native llm, react native qwen, on-device ai, mobile ai, mobile machine learning, on-device inference, edge ai, llama, llm, whisper, ocr, moonshine, speech to text, qwen"
2222
/>
2323
</Head>
2424
<div className={styles.container}>

0 commit comments

Comments
 (0)