mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 14:43:48 +00:00
2 lines
130 B
SQL
2 lines
130 B
SQL
-- Create the 'vector' extension within the database that is set in the docker-compose.yml
|
|
CREATE EXTENSION IF NOT EXISTS vector;
|