Skip to content

Commit

Permalink
Merge pull request #425 from weaviate/update_embdedded_latest_stable
Browse files Browse the repository at this point in the history
Update default embedded version to 1.20.5
  • Loading branch information
dirkkul committed Aug 17, 2023
2 parents 86fac1a + 0fd8b90 commit b7b4c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weaviate/embedded.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class EmbeddedOptions:
persistence_data_path: str = os.environ.get("XDG_DATA_HOME", DEFAULT_PERSISTENCE_DATA_PATH)
binary_path: str = os.environ.get("XDG_CACHE_HOME", DEFAULT_BINARY_PATH)
version: str = "1.19.12"
version: str = "1.20.5"
port: int = 6666
hostname: str = "127.0.0.1"
additional_env_vars: Optional[Dict[str, str]] = None
Expand Down

0 comments on commit b7b4c1f

Please sign in to comment.