Chore/Temporarily disable couchbase (#2373)

temporarily disable couchbase
This commit is contained in:
Henry Heng
2024-05-09 14:14:14 +01:00
committed by GitHub
parent 2048976545
commit 96d4ab66f2
4 changed files with 69 additions and 42 deletions
@@ -1,3 +1,7 @@
/*
* Temporary disabled due to the incompatibility with the docker node-alpine:
* https://github.com/FlowiseAI/Flowise/pull/2303
import { flatten } from 'lodash'
import { Embeddings } from '@langchain/core/embeddings'
import { Document } from '@langchain/core/documents'
@@ -227,3 +231,4 @@ class Couchbase_VectorStores implements INode {
}
module.exports = { nodeClass: Couchbase_VectorStores }
*/