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 and/or subsequently used as a Tool in a LangChain Agent. See here for examples.

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.4.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.4-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: llama_index_readers_gcs-0.1.4.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-1016-azure

File hashes

Hashes for llama_index_readers_gcs-0.1.4.tar.gz
Algorithm Hash digest
SHA256 6bc66a2b2a2816429e35a4589bac141f689a2390134c5034047921f78403e329
MD5 2c754ad4a67e1a6a8bf5ebffc17e1dca
BLAKE2b-256 ca42bcc3a2c9025daa8380a7d9d4c116238b0ae930b740609dc132e044cc1f3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llama_index_readers_gcs-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 74f63736b07267dcfc7bebffdefc03016d0623d311ff2e45bd83806b2248161c
MD5 38e341cf729ee4d91db97ade716c34bd
BLAKE2b-256 58701a75fe40d88e5a80bb697788da4df2826b6547b98fa20a9e7ce6c4416de2

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