mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Add couchbase vectore store support (#3093)
* Add couchbase vectore store support * Uncomment couchbase code * lint fix --------- Co-authored-by: Henry <hzj94@hotmail.com>
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
/*
|
||||
* 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'
|
||||
@@ -231,4 +227,3 @@ class Couchbase_VectorStores implements INode {
|
||||
}
|
||||
|
||||
module.exports = { nodeClass: Couchbase_VectorStores }
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user