While troubleshooting on issue #19, I also ran into this issue:
DeprecationWarning: Dep016: Python client v3 `weaviate.Client(...)` connections and methods are deprecated. Update
your code to use Python client v4 `weaviate.WeaviateClient` connections and methods.
For Python Client v4 usage, see: https://weaviate.io/developers/weaviate/client-libraries/python
For code migration, see: https://weaviate.io/developers/weaviate/client-libraries/python/v3_v4_migration
warnings.warn(
<weaviate.client.Client object at 0x1022852b0>
I'm starting to think that this benchmarking project has a number of outdated components. I wonder if this repo documentation should be changed to make it clear to user that this repo is not maintained, on the assumption it is intentionally not maintained?
While troubleshooting on issue #19, I also ran into this issue:
This issue can be traced back to:
https://github.com/weaviate/weaviate-benchmarking/blob/5ed75e79cb91bdae78935941c2660305b1535b17/benchmark-scripts/src/functions.py#L252-L257
I'm starting to think that this benchmarking project has a number of outdated components. I wonder if this repo documentation should be changed to make it clear to user that this repo is not maintained, on the assumption it is intentionally not maintained?