Python server for ingesting & parsing documents and other data magic
poetry install
poetry shell
poetry run uvicorn databee:app --reload --port 8001
poetry run pytest