weaviate-python-client icon indicating copy to clipboard operation
weaviate-python-client copied to clipboard

Misleading default paths for weaviate.EmbeddedOptions

Open dandv opened this issue 3 years ago • 0 comments

Due to how the defaults are defined, persistence_data_path and binary_path resolve to start with /home/docs when publishing the package:

image

/home/docs should be replaced with ~ or $HOME in the docs.

dandv avatar Mar 27 '23 20:03 dandv