Dirk Kulawiak
Dirk Kulawiak
### What's being changed: ### Review checklist - [ ] Documentation has been updated, if necessary. Link to changed documentation: - [ ] Chaos pipeline run or not necessary. Link...
### What's being changed: Run new test many times using `for ((i = 0; i < 50000; i++)); do go test test/acceptance/concurrent_schema_test.go -count=1||break;done` ### Review checklist - [ ] Documentation...
### What's being changed: - Sends batches to OpenAI to not trigger the requests per minute rate limit - Analyzes the response header to stay below the token limit -...
### What's being changed: Autoschema tries to guess the type of emtpy lists as `text[]`, but it could be any other array datatype or empty references. Instead return an error...
### What's being changed: This PR abstracts away the access to underlying files to a new `contentreader` interface that is used everywhere instead of accessing the mmap-memory or using pread...
Some users use very old versions of weaviate and client. We should warn them if it the minor version is 3 or more versions behind the last release. Eg currently...
Currently get queries require to list all properties that should be returned and if no properties are given, the query returns an error. Instead of returning an error, the client...
Add a function that checks if weaviate is responding on the given url:port and blocks until it does or a given timeout has passed
On unstable connections, the token refresh can sometimes fail which can results in unauthenticated clients. To be able to handle these situations, the client should: - set a default timeout...