llama-index readers patentsview integration
Project description
Patentsview Loader
pip install llama-index-readers-patentsview
This loader loads patent abstract from a list of patent numbers with API provided by Patentsview.
Note: The API now requires an API key which can be requested on this page. PatentsviewReader looks for its value in the environmental variable
PATENTSVIEW_API_KEY
Usage
Here'a an example usage of PatentsviewReader.
from llama_index.readers.patentsview import PatentsviewReader
loader = PatentsviewReader(api_key=os.getenv("PATENTSVIEW_API_KEY"))
patents = ["8848839", "10452978"]
abstracts = loader.load_data(patents)
This loader is designed for loading data into LlamaIndex.
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_patentsview-1.1.0.tar.gz.
File metadata
- Download URL: llama_index_readers_patentsview-1.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62825fb2be34697a21184646e744e0dcca40e5e0c7727c4778e5f52228fbc45b
|
|
| MD5 |
d09095b5a40cab6489a20997d47bb254
|
|
| BLAKE2b-256 |
7ddfaacf706dd45d36610434df20822acd97e6a0f38c96855cba8f81b2068ebe
|
File details
Details for the file llama_index_readers_patentsview-1.1.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_patentsview-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccf76d5a461b4159e221dadbf11408b18be20cf7dc167120a1d0ae176f711ba0
|
|
| MD5 |
e14922e332e74107008f5b8da2cfbbe1
|
|
| BLAKE2b-256 |
54bc78d453dd4b5b68a1dc20365ada94d3f9a9ad1444f17b7da5a5e841afbda3
|