Metadata-Version: 2.1
Name: embed-service
Version: 0.1.0
Summary: A simple command-line tool for testing srv-embed-service.
Home-page: https://github.com/BI4ALL/embed-service
Author: Rafael Silva
Author-email: rtsilva@bi4all.pt
Description-Content-Type: text/markdown
License-File: LICENSE

### Syntax

```bash
python main.py -b=bucket_name -p=file_prefix -a=app_url -o=operation
```

Where:
- **bucket_name**: GCS Bucket name where files are
- **file_prefix**: [Optional] GCS File prefix where files are.
- **app_url**: Cloud Run app url.
- **operation**: delete, embed or summarize 
