Parker Duckworth

Results 13 issues of Parker Duckworth

Updates `FindFiles` to use `fs.WalkDir` instead of `filepath.Walk`, and ignores any errors that occur during the search. Closes #99

### What's being changed: - Significantly reduce build time of the weaviate docker image by fixing the dockerignore to reference unneeded files correctly. - Update gitignore to use `**` matching...

### What's being changed: The `hnsw.UserConfig` type is currently located in the `adapters` package. This type is imported in many places by the `usecases` package, which can eventually lead to...

### What's being changed: ### Review checklist - [ ] Documentation has been updated, if necessary. Link to changed documentation: - [ ] Chaos pipeline run or not necessary. Link...

### How to reproduce this bug? It's not straightforward how to reproduce this. Getting Weaviate into a state where a doc id fails to resolve to a uuid is probably...

bug

### Describe your feature request The `NotEqual` filter was improved significantly with #4122, both in speed and accuracy of results. However, we can improve this further. The improvements were made...

### What's being changed: Adds support for replication factor increase/shard scaleout with the RAFT-based schema changes ### Review checklist - [ ] Documentation has been updated, if necessary. Link to...

Use the GQL [introspection query](https://graphql.org/graphql-js/utilities/#introspectionquery) and [TypedDocumentNode](https://the-guild.dev/blog/typed-document-node) to automatically generate types for the client to use when querying

`Reconfigure.multi_tenancy.auto_tenant_creation` can now be updated with class updates, toggling auto tenant creation on/off

Updating replication factor in a collection doesn't work as expected in weaviate RAFT version 1.25. ### How to reproduce this bug? 1. Setup a weaviate multinode cluster locally. Start the...

bug