Este projeto contém:
- api/: Código FastAPI para expor a rota
/upload
. - crewai_orchestration/: Lógica de orquestração e agentes (Ingestion, Analysis, Content Gen, Validation).
- azure_search_utils/: Funções para gerar embeddings e salvar no Azure Search.
- tests/: Testes básicos.
- docker/: Dockerfiles de exemplo.
- Criar e ativar um virtualenv (opcional):
python -m venv venv source venv/bin/activate