Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

DuckDB is an in-process SQL OLAP database management system.

Installation and setup

First, you need to install duckdb python package.
pip install duckdb

Document loader

from langchain_community.document_loaders import DuckDBLoader