Weaviate deployment¶
Instruction¶
-
Prepare
.envfile with proper user names and API tokens -
Run containers through docker-compose
Remarks¶
- Persistent data will be stored inside mounted
./weaviate_datapath - Deployment was tested on machine with 16 CPU, 64GB memory, and without GPU (vectors were computed outside weaviate instance,
t2v-transformersused only for inference) - see scripts/embed/weaviate_example.py to see search example usage