GCSContent is a class that allows you to add content from a GCS bucket to the knowledge base.Documentation Index
Fetch the complete documentation index at: https://agno-v2-shaloo-ai-support-link.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Default | Description |
|---|---|---|---|
bucket_name | str | - | Name of the GCS bucket containing the file. |
blob_name | str | - | Name of the blob (file) within the bucket. |
prefix | Optional[str] | - | Path prefix for organizing files in the bucket. |
bucket | Optional[Any] | - | Pre-configured GCS bucket object. |