Kaviraj Kanagaraj
Kaviraj Kanagaraj
**Is your feature request related to a problem? Please describe.** Currently you cannot have logs delete feature in compactor without setting `retention_enabled: true`. Meaning, you also have to set the...
* [x] I added CHANGELOG entry for this change. * [x] Change is not relevant to the end user. ## Changes Currently if a single process uses multiple object client,...
### Page URL https://weaviate.io/developers/weaviate/quickstart#client-connection-code ### User feedback Couple of feedbacks ### 1. Handling the wrong `error` variable In the [partial recap section](https://weaviate.io/developers/weaviate/quickstart#client-connection-code), Below code has no value, as it is...
### What's being changed: This is part of experiment, where we split weaviate functionally based on read/write path. This PR introduces `querier` component which you can run via ```bash $...
### What's being changed: DO NOT merge. Just to trigger building docker images. ### Review checklist - [ ] Documentation has been updated, if necessary. Link to changed documentation: -...
### Describe your feature request Currently we build go binaries in multiple places for [docker](https://github.com/weaviate/weaviate/blob/5a4d4badb4e703df76c01f3b4284d4c95909d59d/Dockerfile#L24-L28), [dev,](https://github.com/weaviate/weaviate/blob/main/tools/dev/run_dev_server.sh#L25-L27) [ci](https://github.com/weaviate/weaviate/blob/main/.goreleaser.yaml#L18-L19), [testing,](https://github.com/weaviate/weaviate/blob/main/tools/generate-release-artifacts.sh#L51-L52) etc. It complicates because of two things. 1. The way we build...
### How to reproduce this bug? You can reproduce the bug in `main` branch (at the time of this [commit](https://github.com/weaviate/weaviate/commit/d12b201a565b95e20b26f3c4b74e1d1157d63b86)) 1. Run weaviate core. ``` ./tools/dev/restart_dev_environment.sh --prometheus --s3 && ./tools/dev/run_dev_server.sh...