Trigger GitHub Actions

This commit is contained in:
Igor Ilic 2024-11-25 15:00:02 +01:00
parent 9d6081c7f7
commit 9193eca08b

View file

@ -10,5 +10,3 @@ async def create_db_and_tables():
await vector_engine.create_database()
async with vector_engine.engine.begin() as connection:
await connection.execute(text("CREATE EXTENSION IF NOT EXISTS vector;"))