mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 22:47:59 +00:00
docker compose commands
This commit is contained in:
parent
bd0622ef10
commit
8cd7e406c0
9 changed files with 129 additions and 0 deletions
2
docker/pgvector/postgres/vector_extension.sql
Normal file
2
docker/pgvector/postgres/vector_extension.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Create the 'vector' extension within the database that is set in the docker-compose.yml
|
||||
CREATE EXTENSION IF NOT EXISTS vector;
|
Loading…
Add table
Add a link
Reference in a new issue