RCSB Protein Data Bank
The RCSB Protein Data Bank is the US access point to the single global archive of experimentally determined three-dimensional structures of proteins, nucleic acids and complex assemblies. The underlying archive is curated by the Worldwide Protein Data Bank (wwPDB) partnership, and RCSB PDB (run from Rutgers and UC San Diego) adds the search, annotation and delivery layer at rcsb.org. It holds over 250,000 experimental structures solved by X-ray crystallography, cryo-electron microscopy and NMR, and now serves these next to more than one million computed structure models drawn from the AlphaFold Database and ModelArchive, clearly flagged so you never confuse a prediction with an experiment.
You access it in several ways. Individual coordinate and metadata files come from files.rcsb.org in PDBx/mmCIF (the primary format going forward), legacy PDB and PDBML/XML. A REST and GraphQL data API at data.rcsb.org returns structured JSON for programmatic queries, and the whole archive can be mirrored by rsync for bulk work (FTP has been retired). Each entry carries rich machine-readable annotation: sequence, ligands, resolution, experimental method and publication.
For RAG and AI, the PDB is less a text corpus than a structured knowledge base: it grounds answers about what a biomolecule looks like, which ligands bind it and how a structure was determined. A practical approach is to turn each entry's metadata into a short natural-language summary before embedding, and to resolve PDB identifiers rather than indexing raw coordinate files. It is best for drug-discovery assistants, structural-biology tooling and any system that needs authoritative structure facts.
All PDB data files are released under CC0 1.0, a public-domain dedication, so you may reuse them freely, including commercially, with no share-alike or attribution obligation (citing the original depositors is encouraged as courtesy, and attribution can apply to some integrated external resources). It pairs naturally with our UniProt entry for protein sequence and function, and sits upstream of the predicted structures in AlphaFold DB.
Related sources
AlphaFold Protein Structure Database
EMBL-EBI and Google DeepMind's open database of AI-predicted protein structures, covering over 200 million sequences across almost all of UniProt. Each model ships with per-residue confidence and predicted aligned error scores, and is reachable by website, API, FTP and Google Cloud bulk access. Released under CC BY 4.0 and designed to pair with UniProt and the experimental structures in the PDB.
ClinicalTrials.gov
A US National Institutes of Health database of privately and publicly funded clinical studies. It holds structured records on more than 450,000 studies, including protocols, conditions, interventions, outcomes, and results, all in the public domain.
DrugBank
A freely accessible database that combines detailed drug data with drug target information, covering more than 15,000 drug entries. It links chemistry, pharmacology, and biology in one place, which makes it a strong knowledge source for medical and pharmaceutical RAG.
MIMIC-III / MIMIC-IV
Freely accessible critical care databases with de-identified health data from more than 40,000 intensive care patients at Beth Israel Deaconess Medical Center. They include vital signs, lab results, medications, and clinical notes. Access needs credentialing and a data-use agreement.