svg added and refactored again

This commit is contained in:
hakeemsyd
2024-01-12 02:43:43 +05:00
parent e2365ff220
commit 9aaa4313cb
2 changed files with 16 additions and 5 deletions
@@ -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 = {