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