File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ Weaviate is used for semantic search and embeddings storage. It runs in Docker:
164164
165165``` sh
166166cd backend
167- docker- compose up -d weaviate
167+ docker compose up -d weaviate
168168```
169169
170170The database will be available at ` http://localhost:8080 `
@@ -241,8 +241,8 @@ npm run lint # Run ESLint
241241 docker ps
242242
243243 # Restart Weaviate
244- docker- compose down
245- docker- compose up -d weaviate
244+ docker compose down
245+ docker compose up -d weaviate
246246 ```
247247
2482483 . ** Missing environment variables**
@@ -256,7 +256,7 @@ npm run lint # Run ESLint
256256
257257### Logs
258258- Backend logs are displayed in the terminal where you run ` python main.py `
259- - Check Docker logs for Weaviate: ` docker- compose logs weaviate `
259+ - Check Docker logs for Weaviate: ` docker compose logs weaviate `
260260
261261## Project Structure
262262
You can’t perform that action at this time.
0 commit comments