Tomasz Knapik
Tomasz Knapik
Sorry, I mean this - https://github.com/wagtail/wagtail-personalisation/blob/43b5b62e6021759a77671d36f7432ab10947ebff/src/wagtail_personalisation/utils.py#L101-L113 You can use that function to filter out the QuerySet from the variant pages, just display canonical pages. Variant pages should be not visible...
> Excuse my ignorance but, what exactly does the command do? I am assuming the `uk_bin_collection` is supposed to call the `collect_data.py` script. If you install the package, it creates...
The following policy seems to make it work. We probably need to document some better setup with restricting by bucket name, user name, etc. ``` { "Version": "2012-10-17", "Statement": [...
Note: Tom suggests that we can try to check policies with https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html. That's probably a nice feature to have before stable release.
Thanks! We currently check for `ParamValidationError`, but we probably also do check for `ClientError`. `ParamValidationError` may have worked before because we might have been using resource rather than the client,...
Ah, it fails when creating the bucket... boto3 has a wrong regex for bucket names itself...
Thanks for reaching out @simonw, and that's excellent feedback @tomusher. One point from me would be: - Support new OpenAI library and image prompts - would be great to be...
We'd need to investigate if we can catch those in the AI backend implementation. It looks like those would need to be implemented in https://github.com/simonw/llm directly and then we could...
I assume there's no overlap with the Wagtail Vector Index on this one. Is this just uploading an image to the cloud service and getting an alt-tag for an individual...
Conventional services: - https://cloud.google.com/vision/docs/file-small-batch - https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/rekognition/client/detect_labels.html - https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/concept-describing-images#use-the-api There are other services like this that are outside of the cloud ecosystem, but those three looks most popular. It does appear...