⚠️ Deprecated ⚠️

Install and import from @langchain/pinecone instead.

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

It is not recommended for use.

interface PineconeLibArgs {
    pineconeIndex: Index<RecordMetadata>;
    filter?: PineconeMetadata;
    namespace?: string;
    textKey?: string;
}

Hierarchy (view full)

Properties

pineconeIndex: Index<RecordMetadata>
filter?: PineconeMetadata
namespace?: string
textKey?: string

Generated using TypeDoc