add indexName to Pinecone
This commit is contained in:
parent
8c6849efbc
commit
57b8620b93
|
|
@ -46,6 +46,11 @@ class PineconeUpsert_VectorStores implements INode {
|
|||
name: 'pineconeEnv',
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
label: 'Pinecone Index',
|
||||
name: 'pineconeIndex',
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
label: 'Pinecone Namespace',
|
||||
name: 'pineconeNamespace',
|
||||
|
|
|
|||
Loading…
Reference in New Issue