Skip to content

Commit f7c0c9e

Browse files
committed
fix wrong readme
1 parent 68b53cc commit f7c0c9e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

templates/components/agents/typescript/financial_report/README-template.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ curl --location 'localhost:3000/api/chat' \
4040

4141
To learn more about LlamaIndex, take a look at the following resources:
4242

43-
- [LlamaIndex Documentation](https://docs.llamaindex.ai) - learn about LlamaIndex.
44-
- [Workflows Introduction](https://docs.llamaindex.ai/en/stable/understanding/workflows/) - learn about LlamaIndex workflows.
43+
- [LlamaIndex Documentation](https://docs.llamaindex.ai) - learn about LlamaIndex (Python features).
44+
- [LlamaIndexTS Documentation](https://ts.llamaindex.ai/docs/llamaindex) - learn about LlamaIndex (Typescript features).
45+
- [Workflows Introduction](https://ts.llamaindex.ai/docs/llamaindex/guide/workflow) - learn about LlamaIndexTS workflows.
4546

46-
You can check out [the LlamaIndex GitHub repository](https://github.com/run-llama/llama_index) - your feedback and contributions are welcome!
47+
You can check out [the LlamaIndexTS GitHub repository](https://github.com/run-llama/LlamaIndexTS) - your feedback and contributions are welcome!

templates/components/agents/typescript/form_filling/README-template.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ The agent will fill the missing cells by retrieving the information from the upl
3030

3131
To learn more about LlamaIndex, take a look at the following resources:
3232

33-
- [LlamaIndex Documentation](https://docs.llamaindex.ai) - learn about LlamaIndex.
34-
- [Workflows Introduction](https://docs.llamaindex.ai/en/stable/understanding/workflows/) - learn about LlamaIndex workflows.
33+
- [LlamaIndex Documentation](https://docs.llamaindex.ai) - learn about LlamaIndex (Python features).
34+
- [LlamaIndexTS Documentation](https://ts.llamaindex.ai/docs/llamaindex) - learn about LlamaIndex (Typescript features).
35+
- [Workflows Introduction](https://ts.llamaindex.ai/docs/llamaindex/guide/workflow) - learn about LlamaIndexTS workflows.
3536

36-
You can check out [the LlamaIndex GitHub repository](https://github.com/run-llama/llama_index) - your feedback and contributions are welcome!
37+
You can check out [the LlamaIndexTS GitHub repository](https://github.com/run-llama/LlamaIndexTS) - your feedback and contributions are welcome!

0 commit comments

Comments
 (0)