From ff1d20618242bda3d3f1bbd8e6276a0314d52a25 Mon Sep 17 00:00:00 2001 From: Lei Xu Date: Wed, 12 Jul 2023 21:26:59 -0700 Subject: [PATCH] [Doc] Split the python integration into different topics (#292) --- docs/mkdocs.yml | 4 +- docs/src/index.md | 4 +- docs/src/integrations.md | 116 --------------------------------- docs/src/python/arrow.md | 67 +++++++++++++++++++ docs/src/python/duckdb.md | 56 ++++++++++++++++ docs/src/python/integration.md | 7 ++ 6 files changed, 135 insertions(+), 119 deletions(-) delete mode 100644 docs/src/integrations.md create mode 100644 docs/src/python/arrow.md create mode 100644 docs/src/python/duckdb.md create mode 100644 docs/src/python/integration.md diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 73be6273..4ca98465 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -56,7 +56,9 @@ nav: - Basics: basic.md - Embeddings: embedding.md - Python full-text search: fts.md -- Python integrations: integrations.md +- Python integrations: + - Pandas and PyArrow: python/arrow.md + - DuckDB: python/duckdb.md - Python examples: - YouTube Transcript Search: notebooks/youtube_transcript_search.ipynb - Documentation QA Bot using LangChain: notebooks/code_qa_bot.ipynb diff --git a/docs/src/index.md b/docs/src/index.md index d5209e9d..787ba53a 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -46,7 +46,7 @@ LanceDB's core is written in Rust 🦀 and is built using