mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-26 11:01:17 +03:00
Feature/update upsert API (#3836)
* update upsert API * add fix for override files in upsert vector
This commit is contained in:
@@ -70,6 +70,8 @@ export interface IDocumentStoreLoaderForPreview extends IDocumentStoreLoader {
|
||||
|
||||
export interface IDocumentStoreUpsertData {
|
||||
docId: string
|
||||
metadata?: string | object
|
||||
replaceExisting?: boolean
|
||||
loader?: {
|
||||
name: string
|
||||
config: ICommonObject
|
||||
|
||||
Reference in New Issue
Block a user