From 6a48901a7c0eb8c8cac0dd652a236c60044b4123 Mon Sep 17 00:00:00 2001 From: Daniel Chalef <131175+danielchalef@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:40:27 -0700 Subject: [PATCH] LlamaIndex references (#166) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a09378fd..8380edba 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,10 @@ Populate your prompts with relevant documents and chat history. Rich metadata an - Zep’s local embedding models and async enrichment ensure a snappy user experience. - Storing documents and history in Zep and not in memory enables stateless deployment. -### Python & TypeScript/JS SDKs, LangChain Support, Edge Deployment +### Python & TypeScript/JS SDKs, LlamaIndex and LangChain Support, Edge Deployment - Python & TypeScript/JS SDKs for easy integration with your LLM app. - LangChain and LangChain.js integration +- LlamaIndex VectorStore and Reader - TypeScript/JS SDK supports edge deployment. ### Get Started