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
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
Close
Hashes for llama_index_readers_quip-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d173d6876ac0e2c221a85b83b0b187150cda19c1712403ce11db109b4c074a4 |
|
MD5 | ab8503333eeefb35089c955926597fc7 |
|
BLAKE2b-256 | 8298b2b37fc5309baaf8bf61ab4e5588efe92694456ebd5610e3250ddd9056ed |
Close
Hashes for llama_index_readers_quip-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87f8786b306d522b817e9d64bce9d3f162eeb7fbf9861f87ecd79f27898bb9a3 |
|
MD5 | 2a65da442f23068aa5557b2bf880c02f |
|
BLAKE2b-256 | 07e7ad20e99c9f6288b254a66bab1df09b3ad56a9aa428c1f44b0b2c61692868 |