MCPcopy
hub / github.com/weaviate/weaviate / Initialize

Method Initialize

entities/modulecapabilities/backup.go:63–63  ·  view source on GitHub ↗

Initialize initializes backup provider and make sure that app have access rights to write into the object store.

(ctx context.Context, backupID, overrideBucket, overridePath string)

Source from the content-addressed store, hash-verified

61
62 // Initialize initializes backup provider and make sure that app have access rights to write into the object store.
63 Initialize(ctx context.Context, backupID, overrideBucket, overridePath string) error
64
65 // Write writes the content of the reader to the object with key
66 // bucketName and bucketPath override the initialised bucketName and bucketPath

Callers 15

BackupMethod · 0.65
CancelMethod · 0.65
CancelRestoreMethod · 0.65
OnCanCommitMethod · 0.65
InitializeMethod · 0.65
ExportMethod · 0.65
StatusMethod · 0.65
CancelMethod · 0.65
CommitMethod · 0.65

Calls

no outgoing calls

Tested by 8

callToolOnceWithAuthFunction · 0.52
listMCPToolNamesFunction · 0.52
verifyToolDescriptionsFunction · 0.52
TestToolsListFunction · 0.52