From d8bab8ea4403d3fb05a9bf408e638195b72bebf9 Mon Sep 17 00:00:00 2001 From: Patrick Devine Date: Fri, 20 Dec 2024 14:04:20 -0800 Subject: [PATCH] remove tutorials.md which pointed to removed tutorials (#8189) --- docs/tutorials.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 docs/tutorials.md diff --git a/docs/tutorials.md b/docs/tutorials.md deleted file mode 100644 index 0f520c952..000000000 --- a/docs/tutorials.md +++ /dev/null @@ -1,9 +0,0 @@ -# Tutorials - -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) -- [Using LangChain with Ollama in Python](./tutorials/langchainpy.md) -- [Running Ollama on NVIDIA Jetson Devices](./tutorials/nvidia-jetson.md) - -Also be sure to check out the [examples](../examples) directory for more ways to use Ollama.