llama-index readers pdb integration
Project description
Protein Data Bank (PDB) publication Loader
pip install llama-index-readers-pdb
This loader fetches the abstract of PDB entries using the RCSB (Research Collaboratory for Structural Bioinformatics) or EBI (European Bioinformatics Institute) REST api.
Usage
To use this loader, simply pass an array of PDB ids into load_data
:
from llama_index.readers.pdb import PdbAbstractReader
loader = PdbAbstractReader()
documents = loader.load_data(pdb_id=["1cbs"])
This loader is designed to be used as a way to load 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
Built Distribution
File details
Details for the file llama_index_readers_pdb-0.3.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_pdb-0.3.0.tar.gz
- Upload date:
- Size: 2.9 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 | 497c7516baeefa94e64a2d0e513d756d89477e2e568ace25cdc52929b37f7b5c |
|
MD5 | 0f18b0436d3d7ca161418750ab7dcbc5 |
|
BLAKE2b-256 | 9443e85010e81077a26992829285ab2a30fe3442742f79ef177d747b06b21765 |
File details
Details for the file llama_index_readers_pdb-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_pdb-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.4 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 | 2a7596c01dc68756788698baacf58e0f20b6f16bc6fac39fcc3801e5658af8a2 |
|
MD5 | 97c4f77e7b3b8875a42624bc464c3bbe |
|
BLAKE2b-256 | cdccab0bcee340d7adfe79a1565ec71d6f269c4b48dbd4fe1713766f6b961632 |