From c3e4b37414a2e9795255842584408be9c7ef0731 Mon Sep 17 00:00:00 2001 From: Simon Suo <simonsdsuo@gmail.com> Date: Fri, 21 Jul 2023 10:16:59 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06f21c533..0e6bd55d2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ LlamaIndex is a data framework for your LLM application. Use your own data with large language models (LLMs, OpenAI ChatGPT and others) in Typescript and Javascript. +Documentation: https://ts.llamaindex.ai/ + ## What is LlamaIndex.TS? LlamaIndex.TS aims to be a lightweight, easy to use set of libraries to help you integrate large language models into your applications with your own data. -- GitLab