From 54dc10c0d8987c40f0a79cebf6640573a80f7182 Mon Sep 17 00:00:00 2001 From: augray Date: Mon, 7 Oct 2024 13:42:38 -0400 Subject: [PATCH] Update README.md to ref cookbook (#9) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa7f2e7..03ba896 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,9 @@ url = at.upload_from_arrow_tables([table], name="My Arrow Dataset").url #### LlamaIndex Note that these examples also involve installing additional Llama Index -integrations. +integrations. A more detailed example of using Airtrain + Llama Index +can be found in the +[Llama Index docs](https://docs.llamaindex.ai/en/stable/examples/cookbooks/airtrain/) ```python from llama_index.readers.github import GithubRepositoryReader, GithubClient