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
File details
Details for the file llama_index_readers_quip-0.2.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_quip-0.2.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1be892684a3f82c261ec166da2c08fd2de144806da9a8202869ebe59ca1cc07f |
|
MD5 | 96d22e1bac1246b3e357f338f135278b |
|
BLAKE2b-256 | e4d7a7f1ed822d9dfed3edad1ec6f552ea1158fdcb9ec1a3481f88f5c692d55f |
File details
Details for the file llama_index_readers_quip-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_quip-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04b5a03d5083a1ab3817675aaf162bf936fa4068e333d948888642c5e666784c |
|
MD5 | 32f2498584013b2f6740d9ab38e59695 |
|
BLAKE2b-256 | 6d3267248052c47c0de85ef15a0486ab7a29bdbb956880902dfd381e702afc31 |