File tree Expand file tree Collapse file tree 4 files changed +69
-42
lines changed
nodes/vectorstores/Couchbase Expand file tree Collapse file tree 4 files changed +69
-42
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Temporary disabled due to the incompatibility with the docker node-alpine:
3
+ * https://github.com/FlowiseAI/Flowise/pull/2303
4
+
1
5
import { INodeParams, INodeCredential } from '../src/Interface'
2
6
3
7
class CouchbaseApi implements INodeCredential {
@@ -32,3 +36,4 @@ class CouchbaseApi implements INodeCredential {
32
36
}
33
37
34
38
module.exports = { credClass: CouchbaseApi }
39
+ */
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Temporary disabled due to the incompatibility with the docker node-alpine:
3
+ * https://github.com/FlowiseAI/Flowise/pull/2303
4
+
1
5
import { flatten } from 'lodash'
2
6
import { Embeddings } from '@langchain/core/embeddings'
3
7
import { Document } from '@langchain/core/documents'
@@ -227,3 +231,4 @@ class Couchbase_VectorStores implements INode {
227
231
}
228
232
229
233
module.exports = { nodeClass: Couchbase_VectorStores }
234
+ */
Original file line number Diff line number Diff line change 54
54
"@types/js-yaml" : " ^4.0.5" ,
55
55
"@types/jsdom" : " ^21.1.1" ,
56
56
"@upstash/redis" : " 1.22.1" ,
57
+ "@upstash/vector" : " 1.0.7" ,
57
58
"@zilliz/milvus2-sdk-node" : " ^2.2.24" ,
58
59
"apify-client" : " ^2.7.1" ,
59
60
"assemblyai" : " ^4.2.2" ,
60
61
"axios" : " 1.6.2" ,
61
62
"cheerio" : " ^1.0.0-rc.12" ,
62
- "couchbase" : " 4.3.1" ,
63
63
"chromadb" : " ^1.5.11" ,
64
64
"cohere-ai" : " ^6.2.0" ,
65
65
"crypto-js" : " ^4.1.1" ,
104
104
"socket.io" : " ^4.6.1" ,
105
105
"srt-parser-2" : " ^1.2.3" ,
106
106
"typeorm" : " ^0.3.6" ,
107
- "@upstash/vector" : " 1.0.7" ,
108
107
"vm2" : " ^3.9.19" ,
109
108
"weaviate-ts-client" : " ^1.1.0" ,
110
109
"winston" : " ^3.9.0" ,
You can’t perform that action at this time.
0 commit comments