From d456fde7d76ab368fc61182fdb554050454d812d Mon Sep 17 00:00:00 2001 From: Pankaj Telang Date: Mon, 6 Jan 2025 16:03:02 -0500 Subject: [PATCH] Remove doc related to weaviate --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index a5f8406f..d509ec42 100644 --- a/README.md +++ b/README.md @@ -125,19 +125,6 @@ source venv/bin/activate # On Windows: venv\Scripts\activate pip install -e ".[dev]" ``` -### Running locally with several network interfaces - -By default weaviate is picking the default route as the ip for the cluster -nodes. It may cause some issues when dealing with multiple interfaces. To make -it work, localhost needs to be the default route: - -```bash -sudo route delete default -sudo route add default 127.0.0.1 -sudo route add -net 0.0.0.0/1 -sudo route add -net 128.0.0.0/1 -``` - ### Testing To run the unit tests, execute this command: