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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_readers_steamship-0.2.0.tar.gz.
File metadata
- Download URL: llama_index_readers_steamship-0.2.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
323a6186c63c01d06efde3097e58e6ee9a8a29fb94fe5900f73e383ae19662a6
|
|
| MD5 |
7edc04632e5e6a60ea09c0894ab1f1e4
|
|
| BLAKE2b-256 |
545d37ff5eed0cd8af4c51212a107c813c63a53e120fe8b4a71e1b0571902d4a
|
File details
Details for the file llama_index_readers_steamship-0.2.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_steamship-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e398491b163d94a9b4b6d21fbfafbe64ce3daa7e3def36f6ac432c7ae4a1d678
|
|
| MD5 |
a588bf6a91671fb45c288c519d6b536e
|
|
| BLAKE2b-256 |
18508b6ae440fe0a20e10a0fd71a6293d042c2def7fbd19a58fa602acd63ae7b
|