diff --git a/README.md b/README.md index 0e6bd55d2950459412bf01103efe48dff1cc2dda..e92412168947d49521ccf03c64ba82a035727f70 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 8c36ef537eadd98d2af3ace85150981845e72ed8..fd732e8f7b28d286be7b435baaaeb696006bd6cb 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