Skip to content
Snippets Groups Projects
Unverified Commit 74b34a37 authored by yisding's avatar yisding Committed by GitHub
Browse files

Merge pull request #26 from run-llama/playground-docs

playground docs
parents 3e85a90b fc2a1b52
No related branches found
No related merge requests found
...@@ -80,6 +80,10 @@ pnpm dlx ts-node example.ts ...@@ -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. - [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: ## 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) 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)
......
...@@ -52,3 +52,5 @@ Then you can run it using ...@@ -52,3 +52,5 @@ Then you can run it using
```bash ```bash
npx ts-node example.ts 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment