mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 09:01:06 +03:00
@@ -233,7 +233,8 @@ class PineconeVectorStore implements VectorStore {
|
||||
private async getDb(): Promise<Pinecone> {
|
||||
if (!this.db) {
|
||||
this.db = new Pinecone({
|
||||
apiKey: this.apiKey
|
||||
apiKey: this.apiKey,
|
||||
sourceTag: 'flowise'
|
||||
})
|
||||
}
|
||||
return Promise.resolve(this.db)
|
||||
|
||||
Reference in New Issue
Block a user