diff --git a/docs/content/legacy/llm.md b/docs/content/legacy/llm.md index 0adecb5a..60f097b8 100644 --- a/docs/content/legacy/llm.md +++ b/docs/content/legacy/llm.md @@ -5,3 +5,8 @@ linkTitle: "Components" menu: { main: { parent: 'legacy', weight: -90 } } --- +LinGoose still provides some legacy components that are not recommended for new projects. These components are provided for backward compatibility and will be removed in future releases. To understand the usage of these components, refer to the examples. + +- [Chat](https://github.com/henomis/lingoose/tree/main/examples/chat) +- [Pipeline](https://github.com/henomis/lingoose/tree/main/examples/pipeline) +- [Prompt](https://github.com/henomis/lingoose/tree/main/examples/prompt) \ No newline at end of file