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.2.0.tar.gz (3.2 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.2.0-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for llama_index_readers_steamship-0.2.0.tar.gz
Algorithm Hash digest
SHA256 323a6186c63c01d06efde3097e58e6ee9a8a29fb94fe5900f73e383ae19662a6
MD5 7edc04632e5e6a60ea09c0894ab1f1e4
BLAKE2b-256 545d37ff5eed0cd8af4c51212a107c813c63a53e120fe8b4a71e1b0571902d4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llama_index_readers_steamship-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e398491b163d94a9b4b6d21fbfafbe64ce3daa7e3def36f6ac432c7ae4a1d678
MD5 a588bf6a91671fb45c288c519d6b536e
BLAKE2b-256 18508b6ae440fe0a20e10a0fd71a6293d042c2def7fbd19a58fa602acd63ae7b

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