wirthal1990-tech commited on
Commit
c23f644
·
verified ·
1 Parent(s): 9229ce5

docs: sync README delivery wording for full dataset access

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -70,7 +70,9 @@ dataset_info:
70
  [![Format](https://img.shields.io/badge/Format-JSON%20%2B%20Parquet-orange)](https://ethno-api.com)
71
  [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Dataset-yellow)](https://huggingface.co/datasets/wirthal1990-tech/USDA-Phytochemical-Database-JSON)
72
 
73
- [**Free 400-Row Sample ↓**](#quickstart) · [**Single Entity €699 →**](https://buy.stripe.com/00w6oGgFh58v6Toeqsebu02) · [**Team €1.349 →**](https://buy.stripe.com/dRm7sK9cP1Wj0v06Y0ebu03) · [**Enterprise €1.699 →**](https://buy.stripe.com/dRm28q0Gj1WjdhM6Y0ebu04)
 
 
74
 
75
  </div>
76
 
@@ -101,9 +103,9 @@ dataset_info:
101
 
102
  | Tier | Price | Includes | Purchase |
103
  |------|-------|----------|----------|
104
- | **Single Entity** | **€699** netto | JSON + Parquet + SHA-256 Manifest. 1 juristische Person, interne Nutzung. Perpetual license. | [**Buy Now →**](https://buy.stripe.com/00w6oGgFh58v6Toeqsebu02) |
105
- | **Team** | **€1.349** netto | Alles aus Single + `duckdb_queries.sql` (20 Queries, 5 Kategorien) + `compound_priority_score.py` + 4 Pre-computed Views (Top-500 nach PubMed, Trials, Patent-Dichte, Anti-Inflammatory Panel). Unbegrenzte interne Nutzer einer juristischen Person. | [**Buy Now →**](https://buy.stripe.com/dRm7sK9cP1Wj0v06Y0ebu03) |
106
- | **Enterprise** | **€1.699** netto | Alles aus Team + `snowflake_load.sql` + `chromadb_ingest.py` + `pinecone_ingest.py` + `embedding_guide.md` (ClinicalBERT, RAG-Pipelines) + Compound Opportunity Matrix + Clinical Pipeline Gaps CSV + Pre-chunked RAG JSONL. Multi-Entity / Konzernnutzung, interne Produktintegration erlaubt. | [**Buy Now →**](https://buy.stripe.com/dRm28q0Gj1WjdhM6Y0ebu04) |
107
 
108
  > Gemäß § 19 UStG wird keine Umsatzsteuer berechnet. Alle Preise netto. One-time purchase — keine Subscription, keine wiederkehrenden Kosten.
109
 
@@ -123,7 +125,7 @@ Normalising and cross-referencing 24,771 phytochemicals against four authoritati
123
  | QA, assertions, null-count validation | 6h | $510 |
124
  | **Total** | **48–60h** | **~$4,080–$5,100** |
125
 
126
- **This dataset: €699 one-time. No subscription. No API calls. Instant download.**
127
 
128
  ## Why This Dataset Exists
129
 
@@ -146,6 +148,8 @@ df.head()
146
 
147
  ### PyArrow — Parquet (full dataset, after purchase)
148
 
 
 
149
  ```python
150
  import pyarrow.parquet as pq
151
 
@@ -199,21 +203,18 @@ Below is a real record from the dataset — QUERCETIN, one of the most-studied p
199
  ```json
200
  {
201
  "chemical": "QUERCETIN",
202
- "plant_species": "Abelmoschus esculentus",
203
  "application": "5-Lipoxygenase-Inhibitor",
204
  "dosage": "IC50 (uM)=4",
205
  "pubmed_mentions_2026": 31310,
206
- "clinical_trials_count_2026": 847,
207
- "chembl_bioactivity_count": 4231,
208
- "patent_count_since_2020": 312
209
  }
210
  ```
211
 
212
  All 8 fields are populated for all 104,388 records in the full dataset.
213
- The free 400-row sample contains real values for `pubmed_mentions_2026`; the
214
- three enrichment fields (`clinical_trials_count_2026`, `chembl_bioactivity_count`,
215
- `patent_count_since_2020`) contain representative placeholder values pending
216
- completion of the full enrichment run.
217
 
218
  ## File Manifest
219
 
@@ -258,15 +259,14 @@ All enrichment scripts are deterministic, checkpoint-resumable, and respect API
258
  | v1.0 | 104,388 | 5 columns (USDA baseline) | Deprecated |
259
  | **v2.0** | **104,388** | **8 columns (+ PubMed, ClinicalTrials, ChEMBL, Patents)** | **Current** |
260
 
261
- The free sample (`ethno_sample_400.json`) uses the v2.0 schema.
262
- Enrichment fields contain representative values pending completion of the full enrichment pipeline.
263
 
264
  ## License & Commercial Access
265
 
266
  - **Free 400-row sample**: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) — use for evaluation, academic research, and prototyping.
267
- - **Single Entity License — €699** one-time: [**Buy →**](https://buy.stripe.com/00w6oGgFh58v6Toeqsebu02) — 1 legal entity, internal use, perpetual. No redistribution.
268
- - **Team License — €1.349** one-time: [**Buy →**](https://buy.stripe.com/dRm7sK9cP1Wj0v06Y0ebu03) — all employees of 1 legal entity, unlimited internal users, includes analytics toolkit.
269
- - **Enterprise License — €1.699** one-time: [**Buy →**](https://buy.stripe.com/dRm28q0Gj1WjdhM6Y0ebu04) — multi-entity / group use, internal product integration rights, full RAG integration toolkit.
270
 
271
  > Gemäß § 19 UStG wird keine Umsatzsteuer berechnet.
272
 
 
70
  [![Format](https://img.shields.io/badge/Format-JSON%20%2B%20Parquet-orange)](https://ethno-api.com)
71
  [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Dataset-yellow)](https://huggingface.co/datasets/wirthal1990-tech/USDA-Phytochemical-Database-JSON)
72
 
73
+ [**Free 400-Row Sample ↓**](#quickstart) · [**Single Entity €699 →**](https://buy.stripe.com/00w6oGgFh58v6Toeqsebu02?utm_source=github&utm_medium=readme&utm_campaign=launch_2026_03) · [**Team €1.349 →**](https://buy.stripe.com/dRm7sK9cP1Wj0v06Y0ebu03?utm_source=github&utm_medium=readme&utm_campaign=launch_2026_03) · [**Enterprise €1.699 →**](https://buy.stripe.com/dRm28q0Gj1WjdhM6Y0ebu04?utm_source=github&utm_medium=readme&utm_campaign=launch_2026_03)
74
+
75
+ > **Enrichment status (March 2026):** All four enrichment layers (PubMed, ClinicalTrials.gov, ChEMBL, PatentsView) are **complete and final**. The free 400-row sample contains real enrichment values.
76
 
77
  </div>
78
 
 
103
 
104
  | Tier | Price | Includes | Purchase |
105
  |------|-------|----------|----------|
106
+ | **Single Entity** | **€699** netto | JSON + Parquet + SHA-256 Manifest. 1 juristische Person, interne Nutzung. Perpetual license. | [**Buy Now →**](https://buy.stripe.com/00w6oGgFh58v6Toeqsebu02?utm_source=github&utm_medium=readme&utm_campaign=launch_2026_03) |
107
+ | **Team** | **€1.349** netto | Alles aus Single + `duckdb_queries.sql` (20 Queries, 5 Kategorien) + `compound_priority_score.py` + 4 Pre-computed Views (Top-500 nach PubMed, Trials, Patent-Dichte, Anti-Inflammatory Panel). Unbegrenzte interne Nutzer einer juristischen Person. | [**Buy Now →**](https://buy.stripe.com/dRm7sK9cP1Wj0v06Y0ebu03?utm_source=github&utm_medium=readme&utm_campaign=launch_2026_03) |
108
+ | **Enterprise** | **€1.699** netto | Alles aus Team + `snowflake_load.sql` + `chromadb_ingest.py` + `pinecone_ingest.py` + `embedding_guide.md` (ClinicalBERT, RAG-Pipelines) + Compound Opportunity Matrix + Clinical Pipeline Gaps CSV + Pre-chunked RAG JSONL. Multi-Entity / Konzernnutzung, interne Produktintegration erlaubt. | [**Buy Now →**](https://buy.stripe.com/dRm28q0Gj1WjdhM6Y0ebu04?utm_source=github&utm_medium=readme&utm_campaign=launch_2026_03) |
109
 
110
  > Gemäß § 19 UStG wird keine Umsatzsteuer berechnet. Alle Preise netto. One-time purchase — keine Subscription, keine wiederkehrenden Kosten.
111
 
 
125
  | QA, assertions, null-count validation | 6h | $510 |
126
  | **Total** | **48–60h** | **~$4,080–$5,100** |
127
 
128
+ **This dataset: €699 one-time. No subscription. No API calls. Full dataset delivered via email within 24h after purchase. See ethno-api.com.**
129
 
130
  ## Why This Dataset Exists
131
 
 
148
 
149
  ### PyArrow — Parquet (full dataset, after purchase)
150
 
151
+ Full dataset delivered via email within 24h after purchase. See ethno-api.com.
152
+
153
  ```python
154
  import pyarrow.parquet as pq
155
 
 
203
  ```json
204
  {
205
  "chemical": "QUERCETIN",
206
+ "plant_species": "Drimys winteri",
207
  "application": "5-Lipoxygenase-Inhibitor",
208
  "dosage": "IC50 (uM)=4",
209
  "pubmed_mentions_2026": 31310,
210
+ "clinical_trials_count_2026": 81,
211
+ "chembl_bioactivity_count": 2871,
212
+ "patent_count_since_2020": 73
213
  }
214
  ```
215
 
216
  All 8 fields are populated for all 104,388 records in the full dataset.
217
+ The free 400-row sample contains real, final enrichment values across all four layers.
 
 
 
218
 
219
  ## File Manifest
220
 
 
259
  | v1.0 | 104,388 | 5 columns (USDA baseline) | Deprecated |
260
  | **v2.0** | **104,388** | **8 columns (+ PubMed, ClinicalTrials, ChEMBL, Patents)** | **Current** |
261
 
262
+ The free sample (`ethno_sample_400.json`) uses the v2.0 schema with final enrichment values across all four layers.
 
263
 
264
  ## License & Commercial Access
265
 
266
  - **Free 400-row sample**: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) — use for evaluation, academic research, and prototyping.
267
+ - **Single Entity License — €699** one-time: [**Buy →**](https://buy.stripe.com/00w6oGgFh58v6Toeqsebu02?utm_source=github&utm_medium=readme&utm_campaign=launch_2026_03) — 1 legal entity, internal use, perpetual. No redistribution.
268
+ - **Team License — €1.349** one-time: [**Buy →**](https://buy.stripe.com/dRm7sK9cP1Wj0v06Y0ebu03?utm_source=github&utm_medium=readme&utm_campaign=launch_2026_03) — all employees of 1 legal entity, unlimited internal users, includes analytics toolkit.
269
+ - **Enterprise License — €1.699** one-time: [**Buy →**](https://buy.stripe.com/dRm28q0Gj1WjdhM6Y0ebu04?utm_source=github&utm_medium=readme&utm_campaign=launch_2026_03) — multi-entity / group use, internal product integration rights, full RAG integration toolkit.
270
 
271
  > Gemäß § 19 UStG wird keine Umsatzsteuer berechnet.
272