Andre Wisplinghoff
                                            Andre Wisplinghoff
                                        
                                    When using `addJS` with PyPDF 1.26.0 on Python 3.6.1 to add Javascript logic to a PDF, this Javascript gets executed twice when opening the PDF instead of once. When using...
### What's being changed: Best first merge https://github.com/weaviate/weaviate/pull/5657 as this builds on top. This fixes what happens when `x-ratelimit-remaining-tokens` is too low for inserting the next object. In the old...
### How to reproduce this bug? I tried to create a backup one of our collections as follows: ``` curl -X POST -H "Content-Type:application/json" /v1/backups/filesystem -d "{\"id\": \"20240712-page_v3\", \"include\": [\"Page_v3\"]}"...
### How to reproduce this bug? ``` git checkout v1.25.14 cd adapters/repos/db/vector/hnsw go test -run TestDelete_ConcurrentWithMetrics -tags tombstone ``` ### What is the expected behavior? Test should succeed ### What...
This allows users to use different volumes for storing the Weaviate data than the standard "weaviate-data-..." ones by specifying the new .Values.storage.name that this PR introduces. E.g. in our case...