langchain.js
Preparing search index...
@langchain/community
vectorstores/pinecone
PineconeLibArgs
Interface PineconeLibArgs
Deprecated
Install and import from @langchain/pinecone instead.
interface
PineconeLibArgs
{
filter
?:
PineconeMetadata
;
namespace
?:
string
;
pineconeIndex
:
Index
;
textKey
?:
string
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
PineconeLibArgs
Index
Properties
filter?
namespace?
pinecone
Index
text
Key?
Properties
Optional
filter
filter
?:
PineconeMetadata
Optional
namespace
namespace
?:
string
pinecone
Index
pineconeIndex
:
Index
Optional
text
Key
textKey
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filter
namespace
pinecone
Index
text
Key
langchain.js
Loading...
Deprecated
Install and import from @langchain/pinecone instead.