Skip to main content

llama-index readers quip integration

Project description

LlamaIndex Readers Integration: Quip

Overview

The Quip Reader enables loading data from Quip documents. It constructs queries to retrieve thread content based on thread IDs.

Installation

You can install the Quip Reader via pip:

pip install llama-index-readers-quip

Usage

from llama_index.readers.quip import QuipReader

# Initialize QuipReader
reader = QuipReader(access_token="<Access Token>")

# Load data from Quip
documents = reader.load_data(thread_ids=["<Thread ID 1>", "<Thread ID 2>"])

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_quip-0.1.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

llama_index_readers_quip-0.1.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page