diff --git a/apps/docs/docs/end_to_end.md b/apps/docs/docs/end_to_end.md index 51671a1be8d1cb07f1269dba4110a9fad4ce971f..bd208b5e5229b1e00f8754eb88ed0b5d669cf6c9 100644 --- a/apps/docs/docs/end_to_end.md +++ b/apps/docs/docs/end_to_end.md @@ -6,6 +6,8 @@ sidebar_position: 4 We include several end-to-end examples using LlamaIndex.TS in the repository +Check out the examples below or try them out and complete them in minutes with interactive Github Codespace tutorials provided by Dev-Docs [here](https://codespaces.new/team-dev-docs/lits-dev-docs-playground?devcontainer_path=.devcontainer%2Fjavascript_ltsquickstart%2Fdevcontainer.json): + ## [Chat Engine](https://github.com/run-llama/LlamaIndexTS/blob/main/apps/simple/chatEngine.ts) Read a file and chat about it with the LLM.