mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
Bugfix/Pinecone Text Key (#2708)
* add source tag to pinecone * update pinecone * add text key to pinecone * update pinecone version, and singleton
This commit is contained in:
@@ -156,7 +156,7 @@ class Pinecone_VectorStores implements INode {
|
||||
|
||||
const obj: PineconeStoreParams = {
|
||||
pineconeIndex,
|
||||
textKey: pineconeTextKey ?? 'text'
|
||||
textKey: pineconeTextKey || 'text'
|
||||
}
|
||||
|
||||
if (pineconeNamespace) obj.namespace = pineconeNamespace
|
||||
@@ -203,7 +203,7 @@ class Pinecone_VectorStores implements INode {
|
||||
|
||||
const obj: PineconeStoreParams = {
|
||||
pineconeIndex,
|
||||
textKey: pineconeTextKey ?? 'text'
|
||||
textKey: pineconeTextKey || 'text'
|
||||
}
|
||||
|
||||
if (pineconeNamespace) obj.namespace = pineconeNamespace
|
||||
|
||||
Reference in New Issue
Block a user