✨(summary) introduce summary logic for meeting transcripts
Implement summarization functionality that processes completed meeting transcripts to generate concise summaries. First draft base on a simple recursive agentic scenario. Observability and evaluation will be added in the next PRs.
This commit is contained in:
committed by
aleb_the_flash
parent
9fd264ae0e
commit
849f8ac08c
1
Makefile
1
Makefile
@@ -119,6 +119,7 @@ run-backend: ## start only the backend application and all needed services
|
||||
|
||||
run-summary: ## start only the summary application and all needed services
|
||||
@$(COMPOSE) up --force-recreate -d celery-summary-transcribe
|
||||
@$(COMPOSE) up --force-recreate -d celery-summary-summarize
|
||||
.PHONY: run-summary
|
||||
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user