From daedf1396bbb48a7fd5c0c62ac7cff306b5a7bcf Mon Sep 17 00:00:00 2001 From: Jai Date: Fri, 2 Jun 2023 16:08:56 -0700 Subject: [PATCH] =?UTF-8?q?update=20references=20to=20end=20to=20end=20exa?= =?UTF-8?q?mples,=20use=20s3=20for=20langchain=20exampl=E2=80=A6=20(#133)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/mkdocs.yml | 1 + docs/src/index.md | 7 ++++--- docs/src/notebooks/code_qa_bot.ipynb | 24 +++++++++++++++++++++--- python/pyproject.toml | 2 +- 5 files changed, 28 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 26ff321b..bf0f2ad1 100644 --- a/README.md +++ b/README.md @@ -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 Lance, an open-source columnar format designed for performant ML workloads. +LanceDB's core is written in Rust 🦀 and is built using Lance, an open-source columnar format designed for performant ML workloads. ## Quick Start diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index bfa62f7a..783e9061 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -44,6 +44,7 @@ nav: - Python examples: - YouTube Transcript Search using OpenAI: notebooks/youtube_transcript_search.ipynb - Documentation QA Bot using LangChain: notebooks/code_qa_bot.ipynb + - Multimodal search using OpenAI and CLIP: notebooks/multimodal_search.ipynb - API references: - Python API: python/python.md - Javascript API: javascript/modules.md diff --git a/docs/src/index.md b/docs/src/index.md index 7d720e38..669f95e2 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -14,7 +14,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 Lance, an open-source columnar format designed for performant ML workloads. +LanceDB's core is written in Rust 🦀 and is built using Lance, an open-source columnar format designed for performant ML workloads. ## Quick Start @@ -50,11 +50,12 @@ LanceDB's core is written in Rust 🦀 and is built using