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.3.0.tar.gz (3.1 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_steamship-0.3.0-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for llama_index_readers_steamship-0.3.0.tar.gz
Algorithm Hash digest
SHA256 3c6d26ab7bbcf638547d7c283a4448c7b0ab79ac91207ddc577f2f795be522aa
MD5 15afc0bc779bc55bdb0dbd77f26e13a0
BLAKE2b-256 075b6e0109d5588f94249ca6978e065221f3bde3740872daaea62995472ebe3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llama_index_readers_steamship-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 863a8449ff6a358642007935b1a19b972161a8c72a04c762a17068cef8f10653
MD5 d1252ffaad5b3d6bd3de92a27227baf1
BLAKE2b-256 af5be3418a6c477614075a27425954704183b298db36ffedc361e759559af1f3

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