Skip to main content

llama-index readers patentsview integration

Project description

Patentsview Loader

This loader loads patent abstract from a list of patent numbers with API provided by Patentsview.

Usage

Here'a an example usage of PatentsviewReader.

from llama_index import download_loader

PatentsviewReader = download_loader("PatentsviewReader")
loader = PatentsviewReader()
patents = ["8848839", "10452978"]
abstracts = loader.load_data(patents)

This loader is designed for loading data into LlamaIndex.

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_patentsview-0.1.3.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

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