Skip to main content

llama-index readers steamship integration

Project description

LlamaIndex Readers Integration: SteamshipFile

Overview

The SteamshipFile Reader allows you to load documents from persistent Steamship Files. Steamship is a platform for storing and managing files with advanced tagging capabilities.

For more detailed information about the SteamshipFile Reader, visit SteamShip.

Installation

You can install the SteamshipFile Reader via pip:

pip install llama-index-readers-steamship

This reader requires steamship API key, which can be acquired from SteamShip.

Usage

from llama_index.readers.steamship import SteamshipFileReader

# Initialize SteamshipFileReader
reader = SteamshipFileReader(api_key="<Steamship API Key>")

# Load data from persistent Steamship Files
documents = reader.load_data(
    workspace="<Steamship Workspace>",
    query="<Steamship Tag Query>",
    file_handles=["smooth-valley-9kbdr"],
    collapse_blocks=True,
    join_str="\n\n",
)

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.

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_steamship-0.4.1.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

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

File details

Details for the file llama_index_readers_steamship-0.4.1.tar.gz.

File metadata

File hashes

Hashes for llama_index_readers_steamship-0.4.1.tar.gz
Algorithm Hash digest
SHA256 082da27811d73e81bf40f2bce2d463e29229051e5eb9ca7c5158392a7cb795f7
MD5 0b61f1a4052e8690f059eac329204cf1
BLAKE2b-256 c26cbb5da269386500cc92864b5dc098e9ebdcb2787efa87dfb6aa1e7286857a

See more details on using hashes here.

File details

Details for the file llama_index_readers_steamship-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_readers_steamship-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8d37606fe84d0c0ca930db47b5f5cb51186c7b0bdaafa54892857e710c1cf7af
MD5 6433993312f4214a4aa9092a9834fba5
BLAKE2b-256 f5057158121c467d21e980bae8ccc009b2e7436a6f9c9fd755714838ce5ad341

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