mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
svg added and refactored again
This commit is contained in:
@@ -103,8 +103,8 @@ class Astra_VectorStores implements INode {
|
||||
}
|
||||
|
||||
const clientConfig = {
|
||||
token: credentialData?.applicationToken ?? 'dummy',
|
||||
endpoint: credentialData?.dbEndPoint ?? 'dummy'
|
||||
token: credentialData?.applicationToken,
|
||||
endpoint: credentialData?.dbEndPoint
|
||||
}
|
||||
|
||||
const astraConfig: AstraLibArgs = {
|
||||
@@ -151,8 +151,8 @@ class Astra_VectorStores implements INode {
|
||||
}
|
||||
|
||||
const clientConfig = {
|
||||
token: credentialData?.applicationToken ?? 'dummy',
|
||||
endpoint: credentialData?.dbEndPoint ?? 'dummy'
|
||||
token: credentialData?.applicationToken,
|
||||
endpoint: credentialData?.dbEndPoint
|
||||
}
|
||||
|
||||
const astraConfig: AstraLibArgs = {
|
||||
|
||||
Reference in New Issue
Block a user