update references to end to end examples, use s3 for langchain exampl… (#133)

This commit is contained in:
Jai
2023-06-02 16:08:56 -07:00
committed by GitHub
parent 8af5f19cc1
commit daedf1396b
5 changed files with 28 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ The key features of LanceDB include:
* 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.
LanceDB's core is written in Rust 🦀 and is built using <a href="https://github.com/eto-ai/lance">Lance</a>, an open-source columnar format designed for performant ML workloads.
LanceDB's core is written in Rust 🦀 and is built using <a href="https://github.com/lancedb/lance">Lance</a>, an open-source columnar format designed for performant ML workloads.
## Quick Start