mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Feature/Add ability to create new doc store on upsert (#3965)
add ability to create new doc store on upsert, update firecrawl properties
This commit is contained in:
@@ -76,6 +76,8 @@ export interface IDocumentStoreUpsertData {
|
||||
docId: string
|
||||
metadata?: string | object
|
||||
replaceExisting?: boolean
|
||||
createNewDocStore?: boolean
|
||||
docStore?: IDocumentStore
|
||||
loader?: {
|
||||
name: string
|
||||
config: ICommonObject
|
||||
|
||||
Reference in New Issue
Block a user