File size: 262 Bytes
cf2aa97 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
Prerequisites:
- Python 3.11
- Docker 27.1.1
## Setup
1. Install dependencies:
```bash
pip install -r requirements.txt
```
Note: Additional debugging may be needed to set up the environment
2. Start Weaviate:
```bash
docker compose up -d
```
## License
MIT
|