Skip to content
Snippets Groups Projects
Commit daa14b8a authored by Yi Ding's avatar Yi Ding
Browse files

Merge branch 'main' of github.com:run-llama/LlamaIndexTS

parents ed4fe4ac b7656206
Branches
Tags
No related merge requests found
......@@ -24,8 +24,8 @@ export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
title={`${siteConfig.title}`}
description="LlamaIndex is a data framework for your LLM application. Use your own data with large language models (LLMs, OpenAI ChatGPT and others) in Typescript and Javascript."
>
<HomepageHeader />
<main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment