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 { INodeParams, INodeCredential } from '../src/Interface'
class CouchbaseApi implements INodeCredential {
@@ -32,3 +36,4 @@ class CouchbaseApi implements INodeCredential {
}
module.exports = { credClass: CouchbaseApi }
*/
@@ -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 }
*/
+1 -2
View File
@@ -54,12 +54,12 @@
"@types/js-yaml": "^4.0.5",
"@types/jsdom": "^21.1.1",
"@upstash/redis": "1.22.1",
"@upstash/vector": "1.0.7",
"@zilliz/milvus2-sdk-node": "^2.2.24",
"apify-client": "^2.7.1",
"assemblyai": "^4.2.2",
"axios": "1.6.2",
"cheerio": "^1.0.0-rc.12",
"couchbase": "4.3.1",
"chromadb": "^1.5.11",
"cohere-ai": "^6.2.0",
"crypto-js": "^4.1.1",
@@ -104,7 +104,6 @@
"socket.io": "^4.6.1",
"srt-parser-2": "^1.2.3",
"typeorm": "^0.3.6",
"@upstash/vector": "1.0.7",
"vm2": "^3.9.19",
"weaviate-ts-client": "^1.1.0",
"winston": "^3.9.0",