💩(summary) vendor a first draft

This is written in a rush, boostrap the real logic with celery
worker to process meeting recording.

Lack of unit tests is critical, I am not proud of a it. I am
totally in a hurry for the demo. Not sure we will actually keep
this microservice.
This commit is contained in:
lebaudantoine
2024-11-22 11:28:08 +01:00
committed by aleb_the_flash
parent 4a53005ae3
commit e92f084afb
7 changed files with 285 additions and 18 deletions

View File

@@ -7,6 +7,11 @@ dependencies = [
"uvicorn>=0.24.0",
"pydantic>=2.5.0",
"pydantic-settings>=2.1.0",
"celery==5.4.0",
"redis==4.5.4",
"minio==7.2.9",
"openai==1.51.2",
"requests==2.32.3",
]
[project.optional-dependencies]