Skip to main content

llama-index readers gcs integration

Project description

GCS File or Directory Loader

This loader parses any file stored on GCS, or the entire Bucket (with an optional prefix filter) if no particular file is specified. When initializing GCSReader, you may pass in your GCP Service Account Key. If none are found, the loader assumes they are stored in ~/.gcp/credentials.

All files are parsed with SimpleDirectoryReader. Hence, you may also specify a custom file_extractor, relying on any of the loaders in this library (or your own)!

Usage

To use this loader, you need to pass in the name of your GCS Bucket. After that, if you want to just parse a single file, pass in its key. Note that if the file is nested in a subdirectory, the key should contain that, so like subdirectory/input.txt.

Otherwise, you may specify a prefix if you only want to parse certain files in the Bucket, or a subdirectory. GCP Service Account Key credentials may either be passed in during initialization or stored locally (see above).

loader = GCSReader(
    bucket="scrabble-dictionary",
    key="dictionary.txt",
    service_account_key_json="[SERVICE_ACCOUNT_KEY_JSON]",
)
documents = loader.load_data()

This loader is designed to be used as a way to load data into LlamaIndex.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llama_index_readers_gcs-0.1.7.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llama_index_readers_gcs-0.1.7-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file llama_index_readers_gcs-0.1.7.tar.gz.

File metadata

  • Download URL: llama_index_readers_gcs-0.1.7.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.14 Linux/6.5.0-1021-azure

File hashes

Hashes for llama_index_readers_gcs-0.1.7.tar.gz
Algorithm Hash digest
SHA256 d07814fd65829e0ac73d2fa9e659cfdad796cdcad3b42343fd322557edda6406
MD5 6d2c99ebf75317a02d8cbaca341655e9
BLAKE2b-256 26981c475aeac0171852c68a0f696730d10c8511d79d57dde4ad1dc3f02ed497

See more details on using hashes here.

File details

Details for the file llama_index_readers_gcs-0.1.7-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_readers_gcs-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7895814de59c92b26df5d5dd0fef05a45ab02cf3412bf605de7efc2bb70ef2be
MD5 16bcdf9104a2f1e7db9b6f2305111262
BLAKE2b-256 2394f45ba5e138b284d769d9e4a43e498cac6f0cf82ad302fa2fa1044dc8d267

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page