Skip to content

Commit 96d4ab6

Browse files
authored
Chore/Temporarily disable couchbase (#2373)
temporarily disable couchbase
1 parent 2048976 commit 96d4ab6

File tree

4 files changed

+69
-42
lines changed

4 files changed

+69
-42
lines changed

packages/components/credentials/CouchbaseApi.credential.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Temporary disabled due to the incompatibility with the docker node-alpine:
3+
* https://github.com/FlowiseAI/Flowise/pull/2303
4+
15
import { INodeParams, INodeCredential } from '../src/Interface'
26
37
class CouchbaseApi implements INodeCredential {
@@ -32,3 +36,4 @@ class CouchbaseApi implements INodeCredential {
3236
}
3337
3438
module.exports = { credClass: CouchbaseApi }
39+
*/

packages/components/nodes/vectorstores/Couchbase/Couchbase.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Temporary disabled due to the incompatibility with the docker node-alpine:
3+
* https://github.com/FlowiseAI/Flowise/pull/2303
4+
15
import { flatten } from 'lodash'
26
import { Embeddings } from '@langchain/core/embeddings'
37
import { Document } from '@langchain/core/documents'
@@ -227,3 +231,4 @@ class Couchbase_VectorStores implements INode {
227231
}
228232
229233
module.exports = { nodeClass: Couchbase_VectorStores }
234+
*/

packages/components/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
"@types/js-yaml": "^4.0.5",
5555
"@types/jsdom": "^21.1.1",
5656
"@upstash/redis": "1.22.1",
57+
"@upstash/vector": "1.0.7",
5758
"@zilliz/milvus2-sdk-node": "^2.2.24",
5859
"apify-client": "^2.7.1",
5960
"assemblyai": "^4.2.2",
6061
"axios": "1.6.2",
6162
"cheerio": "^1.0.0-rc.12",
62-
"couchbase": "4.3.1",
6363
"chromadb": "^1.5.11",
6464
"cohere-ai": "^6.2.0",
6565
"crypto-js": "^4.1.1",
@@ -104,7 +104,6 @@
104104
"socket.io": "^4.6.1",
105105
"srt-parser-2": "^1.2.3",
106106
"typeorm": "^0.3.6",
107-
"@upstash/vector": "1.0.7",
108107
"vm2": "^3.9.19",
109108
"weaviate-ts-client": "^1.1.0",
110109
"winston": "^3.9.0",

0 commit comments

Comments
 (0)