Docker deployment Realised
This commit is contained in:
4
docker/db/init.sql
Normal file
4
docker/db/init.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Initialize the eveai database and enable the pgvector extension
|
||||
CREATE EXTENSION IF NOT EXISTS vector;
|
||||
|
||||
-- You can add other initialization SQL commands here if needed
|
||||
Reference in New Issue
Block a user