From 202c29c21a5465cdade184c79a5af3216f880c7e Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 11 Aug 2023 13:51:44 -0700 Subject: [PATCH] resolving bmacd comment Signed-off-by: Matt Williams --- docs/tutorials.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/tutorials.md b/docs/tutorials.md index 85db161f..bf8adf8d 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -2,4 +2,7 @@ Here is a list of ways you can use Ollama with other tools to build interesting applications. -- [Using LangChain with Ollama in JavaScript](./tutorials/langchainjs.md) \ No newline at end of file +- [Using LangChain with Ollama in JavaScript](./tutorials/langchainjs.md) +- [Using LangChain with Ollama in Python](./tutorials/langchainpy.md) + +Also be sure to check out the [examples](../examples) directory for more ways to use Ollama. \ No newline at end of file