Add tutorials for using Langchain with ollama

Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
Matt Williams
2023-08-10 21:27:37 -07:00
parent 700c719422
commit d3ee1329e9
4 changed files with 160 additions and 0 deletions

5
docs/tutorials.md Normal file
View File

@@ -0,0 +1,5 @@
# Tutorials
Here is a list of ways you can use Ollama with other tools to build interesting applications.
- [Using LangChain with Ollama using JavaScript](./tutorials/langchainjs.md)