Spaces:
Runtime error
Runtime error
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" | |