diff --git a/README.md b/README.md index 8b6ba78..34bc74c 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,13 @@ The following directory tree is programatically generated to provide an overview │   │   └── python_logs.txt │   ├── main.py │   └── requirements.txt +├── clean-deploy.sh ├── config │   ├── MINIO_SERVE_CONFIG.json │   ├── PYTHON_SERVE_CONFIG.json │   ├── TS_SERVE_CONFIG.json │   └── WEAVIATE_SERVE_CONFIG.JSON +├── deploy.sh ├── docker-compose.minio-weaviate-python.ts.yaml ├── docker-compose.minio-weaviate.ts.yaml ├── docker-compose.yaml @@ -47,7 +49,7 @@ The following directory tree is programatically generated to provide an overview ├── weaviate-schema.json └── weaviate_logs.txt -8 directories, 23 files +8 directories, 25 files ```