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
/
createVectorStoreNode
/
operations
/
index.d.ts
6 lines
(5 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./loadOperation'
;
export
*
from
'./insertOperation'
;
export
*
from
'./updateOperation'
;
export
*
from
'./retrieveOperation'
;
export
*
from
'./retrieveAsToolOperation'
;