mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
add indexName to Pinecone
This commit is contained in:
@@ -46,6 +46,11 @@ class PineconeUpsert_VectorStores implements INode {
|
|||||||
name: 'pineconeEnv',
|
name: 'pineconeEnv',
|
||||||
type: 'string'
|
type: 'string'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Pinecone Index',
|
||||||
|
name: 'pineconeIndex',
|
||||||
|
type: 'string'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Pinecone Namespace',
|
label: 'Pinecone Namespace',
|
||||||
name: 'pineconeNamespace',
|
name: 'pineconeNamespace',
|
||||||
|
|||||||
Reference in New Issue
Block a user