From fdb5d6fdf1454a1c545cc9da53abad8d1ccb6b99 Mon Sep 17 00:00:00 2001 From: Ben Poulson Date: Mon, 6 May 2024 07:20:34 +0100 Subject: [PATCH] Update README.md to correct LangChain URL (#1262) URL in the README for LangChain is currently 404ing. Here's the new URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b46697..5b69c0d6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The key features of LanceDB include: * GPU support in building vector index(*). -* Ecosystem integrations with [LangChain 🦜️🔗](https://python.langchain.com/en/latest/modules/indexes/vectorstores/examples/lanecdb.html), [LlamaIndex 🦙](https://gpt-index.readthedocs.io/en/latest/examples/vector_stores/LanceDBIndexDemo.html), Apache-Arrow, Pandas, Polars, DuckDB and more on the way. +* Ecosystem integrations with [LangChain 🦜️🔗](https://python.langchain.com/docs/integrations/vectorstores/lancedb/), [LlamaIndex 🦙](https://gpt-index.readthedocs.io/en/latest/examples/vector_stores/LanceDBIndexDemo.html), Apache-Arrow, Pandas, Polars, DuckDB and more on the way. LanceDB's core is written in Rust 🦀 and is built using Lance, an open-source columnar format designed for performant ML workloads.