Conversation
CONTRIBUTING.md
Outdated
| To activate your virtual environment, run `source .venv/bin/activate`. | ||
|
|
||
| To run local instance of Weaviate, we recommend using Docker (see https://weaviate.io/developers/weaviate/installation/docker-compose). | ||
| The newest client versions sometimes require upcoming Weaviate core features. We recommend using Docker (see https://weaviate.io/developers/weaviate/installation/docker-compose) to run a local instance of the latest Weaviate core for client development. |
There was a problem hiding this comment.
Upcoming sounds unreleased
There was a problem hiding this comment.
Yes, the core and client have been developing, with inter-dependencies, ahead of the released server core.
There was a problem hiding this comment.
My point is that I don't think client features get released without a corresponding server version. @dirkkul pls lmk if that's incorrect.
There was a problem hiding this comment.
this is contributing, so for potential developers. I think it makes sense to have it in
There was a problem hiding this comment.
Then we should maybe point them towards running a dev setup directly.
weaviate/error_msgs.py
Outdated
| "https://weaviate.io/developers/weaviate/current/restful-api-references/" | ||
| "batch.html#example-request-1" | ||
| " `client.batch.configure()` to an integer value . See also: " | ||
| "https://weaviate.io/developers/weaviate/client-libraries/python#batching" |
There was a problem hiding this comment.
this is a v3 warning - I'd leave it like it is
weaviate/warnings.py
Outdated
| multi-threading. Setting `batch_size` in `client.batch.configure()` to an int value will enabled automatic | ||
| batching. See: | ||
| https://weaviate.io/developers/weaviate/current/restful-api-references/batch.html#example-request-1""", | ||
| batching. See:https://weaviate.io/developers/weaviate/client-libraries/python#batching""", |
There was a problem hiding this comment.
same, also old v3 warning
weaviate/warnings.py
Outdated
| message="""Dep006: You are using the `client.batch()` method, which will be removed in the next major release. | ||
| Please instead use the `client.batch.configure()` method to configure your batch and `client.batch` to enter the context manager. | ||
| See https://weaviate.io/developers/weaviate/client-libraries/python for details.""", | ||
| See https://weaviate.io/developers/weaviate/client-libraries/python#batching for details.""", |
…t into DR-98-links-in-docstrings-and-repo-docs
CONTRIBUTING.md
Outdated
| To activate your virtual environment, run `source .venv/bin/activate`. | ||
|
|
||
| To run local instance of Weaviate, we recommend using Docker (see https://weaviate.io/developers/weaviate/installation/docker-compose). | ||
| The newest client versions sometimes require upcoming Weaviate core features. We recommend using Docker (see https://weaviate.io/developers/weaviate/installation/docker-compose) to run a local instance of the latest Weaviate core for client development. |
weaviate/error_msgs.py
Outdated
| "https://weaviate.io/developers/weaviate/current/restful-api-references/" | ||
| "batch.html#example-request-1" | ||
| " `client.batch.configure()` to an integer value . See also: " | ||
| "https://weaviate.io/developers/weaviate/client-libraries/python#batching" |
weaviate/warnings.py
Outdated
| multi-threading. Setting `batch_size` in `client.batch.configure()` to an int value will enabled automatic | ||
| batching. See: | ||
| https://weaviate.io/developers/weaviate/current/restful-api-references/batch.html#example-request-1""", | ||
| batching. See:https://weaviate.io/developers/weaviate/client-libraries/python#batching""", |
weaviate/warnings.py
Outdated
| message="""Dep006: You are using the `client.batch()` method, which will be removed in the next major release. | ||
| Please instead use the `client.batch.configure()` method to configure your batch and `client.batch` to enter the context manager. | ||
| See https://weaviate.io/developers/weaviate/client-libraries/python for details.""", | ||
| See https://weaviate.io/developers/weaviate/client-libraries/python#batching for details.""", |
dirkkul
left a comment
There was a problem hiding this comment.
Thanks @daveatweaviate!
We merged the beta branch to main in the mean time, could you change the target? In case the PR is then borked: You can branch of main, cherry-pick, the commits from here and make a new PR, I'Ll merge that right away.
|
Closing - base branch changed. New PR |
issue
Updates a couple of the error message links
Updates some of the outdated docs pages on the repo