upload_to_file_store
Upload a file to a FileSearch store to enable semantic search. Files are chunked and embedded for retrieval.
Instructions
Upload a file to a FileSearch store for semantic search.
Supported: text, code, PDF, and other document formats. Files are chunked and embedded by Google for retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_name | Yes | Store resource name (from create_file_store) | |
| file_path | Yes | Path to the local file to upload | |
| display_name | No | Display name for the file in the store |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |