mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-27 23:00:48 +03:00
Update Chroma_Existing.ts
remove not needed code
This commit is contained in:
@@ -94,7 +94,6 @@ class Chroma_Existing_VectorStores implements INode {
|
||||
const chromaApiKey = getCredentialParam('chromaApiKey', credentialData, nodeData)
|
||||
|
||||
const chromaMetadataFilter = nodeData.inputs?.chromaMetadataFilter
|
||||
const metadataFilter = chromaMetadataFilter ? JSON.parse(chromaMetadataFilter) : {}
|
||||
|
||||
const obj: {
|
||||
collectionName: string
|
||||
|
||||
Reference in New Issue
Block a user