weaviate-python-client
weaviate-python-client copied to clipboard
A python native client for easy interaction with a Weaviate instance.
Closes #1763
Currently, embedded Weaviate runs a Weaviate binary, and [does not support Windows](https://github.com/weaviate/weaviate/issues/3315). It seems many users want this, and it can be done by having an Embedded DB implementation that...
How to reproduce this bug? I setup weaviate instance using docker image and run it on port 7083 and 7051. When I try to connect to my local instance using...
In the `Vectorizers` class: - `TEXT2VEC_PALM = "text2vec-palm"` -> `TEXT2VEC_GOOGLE = "text2vec-google"` - `MULTI2VEC_PALM = "multi2vec-palm"` -> `MULTI2VEC_GOOGLE = "multi2vec-google"`
[Reference](https://weaviate.slack.com/archives/C02RRQP23K3/p1745861974600039)