mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Chore/Temporarily disable couchbase (#2373)
temporarily disable couchbase
This commit is contained in:
@@ -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 }
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user