Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/docs/fundamentals/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ sidebar_position: 1
keywords:
[
react native,
react native ai,
react native llm,
react native qwen,
react native llama,
react native executorch,
executorch,
ai,
machine learning,
on-device,
on-device ai,
pytorch,
mobile ai,
getting started,
installation,
llm,
]
description: 'Get started with React Native ExecuTorch - a framework for running AI models on-device in your React Native applications.'
---
Expand Down
19 changes: 11 additions & 8 deletions docs/docs/llms/useLLM.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ title: useLLM
sidebar_position: 1
keywords:
[
llm,
large language model,
llama,
llama 3,
react native,
react native ai,
react native llm,
react native qwen,
react native llama,
react native executorch,
executorch,
ai,
machine learning,
on-device,
pytorch,
on-device ai,
mobile ai,
inference,
llama 3,
qwen,
text generation,
tool calling,
function calling,
]
description: "Learn how to use Llama models in your React Native applications with React Native ExecuTorch's useLLM hook."
---
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Home = () => {
<Head>
<meta
name="keywords"
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"
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"
/>
</Head>
<div className={styles.container}>
Expand Down