docs: update Lance-DuckDB docs to latest version 0.4.1#5613
Conversation
PR Review: docs: update Lance-DuckDB docs to latest version 0.4.1Summary: This is a documentation-only update for the DuckDB integration, reflecting API changes in lance-duckdb v0.4.1. The changes look good overall. Minor issue (P1):
No blocking issues found. The documentation improvements are clear and comprehensive, with good use of SQL/Python tabs for examples. LGTM 👍 |
|
@Xuanwo we'd need to expose the latest fix to the community extension so that users don't face the error I did - let me know if there's anything else we're missing before announcing its release! |
|
Is it possible that we make this consistent with the other connector docs, so the doc stays in the connector repo and we build it into the main website only during deployment time? |
|
@jackye1995 yes, that could be done, but it'll require the lance-duckdb repo to have mkdocs set up. In the interest of time, and in having something up and running, I chose this faster approach. Could we merge this first, and create a separate issue to improve the process going forward? |
…5613) This PR updates the Lance docs for the DuckDB extension per the latest fixes [here](lance-format/lance-duckdb#119). The examples show the latest public-facing API for vector search, FTS and hybrid search. For other functionality (including the full SQL reference and cloud reference), we point users to the source repo files.
This PR updates the Lance docs for the DuckDB extension per the latest fixes here. The examples show the latest public-facing API for vector search, FTS and hybrid search. For other functionality (including the full SQL reference and cloud reference), we point users to the source repo files.