From f7c0c9e266a0a2150d69c7bd1c49fbafb7d4f359 Mon Sep 17 00:00:00 2001 From: leehuwuj Date: Wed, 13 Nov 2024 12:40:16 +0700 Subject: [PATCH] fix wrong readme --- .../agents/typescript/financial_report/README-template.md | 7 ++++--- .../agents/typescript/form_filling/README-template.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/components/agents/typescript/financial_report/README-template.md b/templates/components/agents/typescript/financial_report/README-template.md index c14c16174..b6a0d46ca 100644 --- a/templates/components/agents/typescript/financial_report/README-template.md +++ b/templates/components/agents/typescript/financial_report/README-template.md @@ -40,7 +40,8 @@ curl --location 'localhost:3000/api/chat' \ To learn more about LlamaIndex, take a look at the following resources: -- [LlamaIndex Documentation](https://docs.llamaindex.ai) - learn about LlamaIndex. -- [Workflows Introduction](https://docs.llamaindex.ai/en/stable/understanding/workflows/) - learn about LlamaIndex workflows. +- [LlamaIndex Documentation](https://docs.llamaindex.ai) - learn about LlamaIndex (Python features). +- [LlamaIndexTS Documentation](https://ts.llamaindex.ai/docs/llamaindex) - learn about LlamaIndex (Typescript features). +- [Workflows Introduction](https://ts.llamaindex.ai/docs/llamaindex/guide/workflow) - learn about LlamaIndexTS workflows. -You can check out [the LlamaIndex GitHub repository](https://github.com/run-llama/llama_index) - your feedback and contributions are welcome! +You can check out [the LlamaIndexTS GitHub repository](https://github.com/run-llama/LlamaIndexTS) - your feedback and contributions are welcome! diff --git a/templates/components/agents/typescript/form_filling/README-template.md b/templates/components/agents/typescript/form_filling/README-template.md index 796b641dd..5729bf2ee 100644 --- a/templates/components/agents/typescript/form_filling/README-template.md +++ b/templates/components/agents/typescript/form_filling/README-template.md @@ -30,7 +30,8 @@ The agent will fill the missing cells by retrieving the information from the upl To learn more about LlamaIndex, take a look at the following resources: -- [LlamaIndex Documentation](https://docs.llamaindex.ai) - learn about LlamaIndex. -- [Workflows Introduction](https://docs.llamaindex.ai/en/stable/understanding/workflows/) - learn about LlamaIndex workflows. +- [LlamaIndex Documentation](https://docs.llamaindex.ai) - learn about LlamaIndex (Python features). +- [LlamaIndexTS Documentation](https://ts.llamaindex.ai/docs/llamaindex) - learn about LlamaIndex (Typescript features). +- [Workflows Introduction](https://ts.llamaindex.ai/docs/llamaindex/guide/workflow) - learn about LlamaIndexTS workflows. -You can check out [the LlamaIndex GitHub repository](https://github.com/run-llama/llama_index) - your feedback and contributions are welcome! +You can check out [the LlamaIndexTS GitHub repository](https://github.com/run-llama/LlamaIndexTS) - your feedback and contributions are welcome!