You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/integrations/duckdb.md

377 B

DuckDB

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

See a usage example.

from langchain.document_loaders import DuckDBLoader