Which backend type to connect to.
Optional pathSQLite file path. Required when type='sqlite'.
Optional connectionPostgres connection string. Required when type='postgres'.
Optional urlQdrant base URL (e.g. 'http://localhost:6333'). Required when type='qdrant'.
Optional apiQdrant API key for cloud instances. Optional.
Optional sidecarOptional SQLite sidecar path used by Qdrant deployments for non-vector tables such as graph metadata and documents.
Optional collectionQdrant collection name prefix.
'wunderland'
Configuration for a migration source or target backend. Only the fields relevant to the chosen
typeneed to be provided.