zykrix
Re-added phidata as a normal folder (final fix)
c96b98a
Raw
History Blame Contribute Delete
235 Bytes
from phi.docker.app.postgres.postgres import PostgresDb
class PgVectorDb(PostgresDb):
# -*- App Name
name: str = "pgvector-db"
# -*- Image Configuration
image_name: str = "phidata/pgvector"
image_tag: str = "16"