Spaces:
Sleeping
Sleeping
File size: 235 Bytes
c96b98a | 1 2 3 4 5 6 7 8 9 10 11 | 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"
|