Add new file

This commit is contained in:
Markov Andrey
2026-06-30 21:09:22 +00:00
parent e95559227c
commit 90d1819d4a

10
alembic.ini Normal file
View File

@@ -0,0 +1,10 @@
[alembic]
script_location = rag/alembic
prepend_sys_path = .
version_path_separator = os
sqlalchemy.url = postgresql+asyncpg://rag_user:password@localhost/rag_db
[post_write_hooks]
hooks = black
black.type = console_scripts
black.entrypoint = black