Type Alias QdrantAddDocumentOptions

QdrantAddDocumentOptions: {
    customPayload: Record<string, any>[];
}