| 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 | |