⚠️ Deprecated ⚠️

This feature is deprecated and will be removed in the future.

It is not recommended for use.

  • Import from "@langchain/community/document_loaders/web/couchbase" instead. This entrypoint will be removed in 0.3.0.

loader for couchbase document

Hierarchy (view full)

Implements

Constructors

Methods

Constructors

  • construct Couchbase document loader with a requirement for couchbase cluster client

    Parameters

    • client: Cluster

      { Cluster } [ couchbase connected client to connect to database ]

    • query: string

      { string } [ query to get results from while loading the data ]

    • Optional pageContentFields: string[]

      { Array } [ filters fields of the document and shows these only ]

    • Optional metadataFields: string[]

      { Array } [ metadata fields required ]

    Returns CouchbaseDocumentLoader

Methods

Generated using TypeDoc