- create a minikube cluster
helm repo add weaviate https://weaviate.github.io/weaviate-helmhelm install my-weaviate weaviate/weaviate --values weav.yamlkubectl apply -f repl.ymlkubectl exec -it test -- bash- run
$ apt update && apt install vim -y
$ pip install weaviate-client
$ vim repro.py
# copy repro file contents
$ python repro.py
created: 200
returned: 100