feat: init alembic + add init revision

This commit is contained in:
swve 2024-07-11 19:57:12 +02:00
parent 9cf84b959d
commit 04c05e4f9a
7 changed files with 348 additions and 8 deletions

View file

@ -38,6 +38,7 @@ tiktoken = "^0.7.0"
uvicorn = "0.30.1"
typer = "^0.12.3"
chromadb = "^0.5.3"
alembic = "^1.13.2"
[build-system]
build-backend = "poetry.core.masonry.api"