mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 13:01:14 +03:00
Bugfix/Missing Filter for VectorStore to Document (#2285)
add filter for vector store to document
This commit is contained in:
@@ -187,6 +187,9 @@ class Chroma_VectorStores implements INode {
|
||||
return retriever
|
||||
} else if (output === 'vectorStore') {
|
||||
;(vectorStore as any).k = k
|
||||
if (chromaMetadataFilter) {
|
||||
;(vectorStore as any).filter = obj.filter
|
||||
}
|
||||
return vectorStore
|
||||
}
|
||||
return vectorStore
|
||||
|
||||
Reference in New Issue
Block a user