added log vectordb colleciton creation

This commit is contained in:
ArnabChatterjee20k
2026-03-11 16:23:13 +05:30
parent 6818f0b1c3
commit 3096404db5
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -1334,6 +1334,12 @@ services:
- POSTGRES_DB=${_APP_DB_SCHEMA}
- POSTGRES_USER=${_APP_DB_USER}
- POSTGRES_PASSWORD=${_APP_DB_PASS}
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${_APP_DB_USER} -d ${_APP_DB_SCHEMA}"]
interval: 5s
timeout: 5s
retries: 10
start_period: 10s
command: "postgres"
ollama:
@@ -116,6 +116,7 @@ class Create extends CollectionAction
}
/** @var Database $dbForDatabases */
$dbForDatabases = $getDatabasesDB($database);
var_dump($database->getArrayCopy());
$attributes = [];
$indexes = [];