Spaces:
Runtime error
Runtime error
File size: 235 Bytes
105b369 |
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"
|