Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Remove doc related to weaviate #495

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <public_ip_gateway>
sudo route add -net 128.0.0.0/1 <public_ip_gateway>
```

### Testing

To run the unit tests, execute this command:
Expand Down
Loading