From fc2a1b527eea9195ac821eb460270d7acede8718 Mon Sep 17 00:00:00 2001 From: Yi Ding <yi.s.ding@gmail.com> Date: Mon, 24 Jul 2023 09:40:25 -0700 Subject: [PATCH] playground docs --- README.md | 4 ++++ apps/docs/docs/starter.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 0e6bd55d2..e92412168 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ pnpm dlx ts-node example.ts - [SimplePrompt](packages/core/src/Prompt.ts): A simple standardized function call definition that takes in inputs and formats them in a template literal. SimplePrompts can be specialized using currying and combined using other SimplePrompt functions. +## Playground + +Check out our NextJS playground at https://llama-playground.vercel.app/. The source is available at https://github.com/run-llama/ts-playground + ## Contributing: We are in the very early days of LlamaIndex.TS. If you’re interested in hacking on it with us check out our [contributing guide](CONTRIBUTING.md) diff --git a/apps/docs/docs/starter.md b/apps/docs/docs/starter.md index 8c36ef537..fd732e8f7 100644 --- a/apps/docs/docs/starter.md +++ b/apps/docs/docs/starter.md @@ -52,3 +52,5 @@ Then you can run it using ```bash npx ts-node example.ts ``` + +Ready to learn more? Check out our NextJS playground at https://llama-playground.vercel.app/. The source is available at https://github.com/run-llama/ts-playground -- GitLab