UNPKG
n8n-nodes-databricks
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Databricks node for n8n
n8n.io
mik3lol/n8n-nodes-databricks
n8n-nodes-databricks
/
dist
/
nodes
/
vector_store
/
shared
/
MemoryManager
/
config.d.ts
5 lines
(4 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
MemoryVectorStoreConfig
}
from
'./types'
;
export
declare
function
getConfig
(
):
MemoryVectorStoreConfig
;
export
declare
function
mbToBytes
(
mb
:
number
):
number
;
export
declare
function
hoursToMs
(
hours
:
number
):
number
;