From 087ed23598c2efcc461caf705ebc38df8c1d355c Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 22 Oct 2022 16:50:40 -0700 Subject: [PATCH] add link to documentation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4f8f4c2f18940..59bad6d4e7a05 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,8 @@ question = "What NFL team won the Super Bowl in the year Justin Beiber was born? llm_chain.predict(question=question) ``` + +## 📖 Documentation + +The above examples are probably the most user friendly documentation that exists, +but full API docs can be found [here](https://langchain.readthedocs.io/en/latest/?).